Skip to content

Commit 0f81e94

Browse files
Update read_route.cpp
1 parent 75e8676 commit 0f81e94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vpr/src/base/read_route.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,10 @@ void print_route(const Netlist<>& net_list,
628628
}
629629
break;
630630

631+
case MEDIUM:
632+
fprintf(fp, " INDEX: ");
633+
break;
634+
631635
default:
632636
VPR_FATAL_ERROR(VPR_ERROR_ROUTE,
633637
"in print_route: Unexpected traceback element type: %d (%s).\n",

0 commit comments

Comments
 (0)