Skip to content

Commit 717ab21

Browse files
committed
Merge branch 'master' of https://github.com/verilog-to-routing/vtr-verilog-to-routing into routing_path_timing
2 parents b8289db + 04183ba commit 717ab21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vpr/src/route/router_delay_profiling.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ bool RouterDelayProfiler::calculate_delay(RRNodeId source_node,
101101
-1,
102102
false,
103103
std::unordered_map<RRNodeId, int>());
104-
if (size_t(sink_node) == 778060 && size_t(source_node) == 14) {
105-
router_.set_router_debug(true);
106-
}
107104
std::tie(found_path, std::ignore, cheapest) = router_.timing_driven_route_connection_from_route_tree(
108105
tree.root(),
109106
sink_node,

0 commit comments

Comments
 (0)