We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ca4bd commit 0e8ff51Copy full SHA for 0e8ff51
vpr/src/route/rr_graph_uxsdcxx_serializer.h
@@ -145,7 +145,7 @@ class t_metadata_dict_iterator {
145
146
class EdgeWalker {
147
public:
148
- void initialize(const t_rr_graph_storage* nodes, RRGraphView* rr_graph) {
+ void initialize(const t_rr_graph_storage* nodes, const RRGraphView* rr_graph) {
149
nodes_ = nodes;
150
rr_graph_ = rr_graph;
151
num_edges_ = 0;
@@ -206,7 +206,7 @@ class EdgeWalker {
206
207
private:
208
const t_rr_graph_storage* nodes_;
209
- RRGraphView* rr_graph_;
+ const RRGraphView* rr_graph_;
210
size_t num_edges_;
211
size_t current_src_inode_;
212
size_t current_edge_;
0 commit comments