Skip to content

Commit cc7e669

Browse files
litghostacomodi
authored andcommitted
Add CONNECTION_BOX_MAP to ShowSetup print.
Signed-off-by: Keith Rothman <[email protected]>
1 parent f24466f commit cc7e669

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
@@ -313,6 +313,9 @@ static void ShowRouterOpts(const t_router_opts& RouterOpts) {
313313
case e_router_lookahead::NO_OP:
314314
VTR_LOG("NO_OP\n");
315315
break;
316+
case e_router_lookahead::CONNECTION_BOX_MAP:
317+
VTR_LOG("CONNECTION_BOX_MAP\n");
318+
break;
316319
default:
317320
VPR_FATAL_ERROR(VPR_ERROR_UNKNOWN, "Unknown lookahead_type\n");
318321
}

0 commit comments

Comments
 (0)