Skip to content

Commit 83f6e40

Browse files
committed
Add CONNECTION_BOX_MAP to ShowSetup print.
Signed-off-by: Keith Rothman <[email protected]>
1 parent 50940f3 commit 83f6e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vpr/src/base/ShowSetup.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ static void ShowRouterOpts(const t_router_opts& RouterOpts) {
301301
case e_router_lookahead::NO_OP:
302302
VTR_LOG("NO_OP\n");
303303
break;
304+
case e_router_lookahead::CONNECTION_BOX_MAP:
305+
VTR_LOG("CONNECTION_BOX_MAP\n");
306+
break;
304307
default:
305308
VPR_FATAL_ERROR(VPR_ERROR_UNKNOWN, "Unknown lookahead_type\n");
306309
}

0 commit comments

Comments
 (0)