Skip to content

Commit 64bbd24

Browse files
committed
[vpr] typo on debug string
1 parent 3095c28 commit 64bbd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/tileable_rr_graph/rr_gsb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ bool RRGSB::is_sb_node_passing_wire(const RRGraphView& rr_graph,
519519
VTR_LOG("Cannot find a node on the opposite side to GSB[%lu][%lu] track node[%lu] at %s!\nDetailed node information:\n",
520520
get_x(), get_y(), track_id, SIDE_STRING[node_side]);
521521
VTR_LOG("Node type: %s\n", rr_graph.node_type_string(track_node));
522-
VTR_LOG("Node coordinate: %d\n", rr_graph.node_coordinate_to_string(track_node).c_str());
522+
VTR_LOG("Node coordinate: %s\n", rr_graph.node_coordinate_to_string(track_node).c_str());
523523
VTR_LOG("Node ptc: %d\n", rr_graph.node_ptc_num(track_node));
524524
}
525525
VTR_ASSERT(true == is_sb_node_exist_opposite_side(rr_graph, track_node, node_side));

0 commit comments

Comments
 (0)