Skip to content

Commit fa3e1f7

Browse files
committed
Replaced node_xlow with node_type_string in a comment
Signed-off-by: Ethan Rogers <[email protected]>
1 parent 38290b4 commit fa3e1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/router_delay_profiling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bool RouterDelayProfiler::calculate_delay(int source_node, int sink_node, const
3636
//rr_graph.node_xlow(RRNodeId(source_node)),
3737
//rr_graph.node_ylow(RRNodeId(source_node)),
3838
//rr_node_arch_name(source_node).c_str(),
39-
//rr_graph.node_xlow(RRNodeId(sink_node)),
39+
//rr_graph.node_type_string(RRNodeId(sink_node)),
4040
//rr_graph.node_xlow(RRNodeId(sink_node)),
4141
//rr_graph.node_ylow(RRNodeId(sink_node)),
4242
//rr_node_arch_name(sink_node).c_str()));

0 commit comments

Comments
 (0)