Skip to content

Commit 884eccd

Browse files
acomodivaughnbetz
authored andcommitted
extended lookahead map: fix to have negative value printed for dx and dy
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent af6de93 commit 884eccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/router_lookahead_extended_map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ std::pair<float, float> ExtendedMapLookahead::get_expected_delay_and_cong(RRNode
230230

231231
VTR_LOGV_DEBUG(f_router_debug, "Requested lookahead from node %d to %d\n", size_t(from_node), size_t(to_node));
232232
const std::string& segment_name = device_ctx.rr_segments[from_seg_index].name;
233-
VTR_LOGV_DEBUG(f_router_debug, "Lookahead returned %s (%d) with distance (%zd, %zd)\n",
233+
VTR_LOGV_DEBUG(f_router_debug, "Lookahead returned %s (%d) with distance (%d, %d)\n",
234234
segment_name.c_str(), from_seg_index,
235235
dx, dy);
236236
VTR_LOGV_DEBUG(f_router_debug, "Lookahead delay: %g\n", expected_delay_cost);

0 commit comments

Comments
 (0)