File tree 1 file changed +1
-3
lines changed 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 16
16
#include " check_rr_graph.h"
17
17
#include " rr_graph2.h"
18
18
#include " rr_graph_indexed_data.h"
19
- #include " globals.h"
20
19
class MetadataBind {
21
20
public:
22
21
MetadataBind (vtr::string_internment* strings, vtr::interned_string empty)
@@ -1547,7 +1546,6 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
1547
1546
}
1548
1547
1549
1548
void finish_load () final {
1550
- auto & device_ctx = g_vpr_ctx.mutable_device ();
1551
1549
process_rr_node_indices ();
1552
1550
1553
1551
rr_graph_builder_->init_fan_in ();
@@ -1559,7 +1557,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
1559
1557
*/
1560
1558
std::vector<t_segment_inf> temp_rr_segs;
1561
1559
temp_rr_segs.reserve (segment_inf_.size ());
1562
- for (auto & rr_seg : device_ctx. rr_segments ) {
1560
+ for (auto & rr_seg : segment_inf_ ) {
1563
1561
temp_rr_segs.push_back (rr_seg);
1564
1562
}
1565
1563
You can’t perform that action at this time.
0 commit comments