Skip to content

Commit 5656830

Browse files
fix error: ‘ConnectionRouter’ was not declared in this scope
1 parent cd7474f commit 5656830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vpr/test/test_connection_router.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include "globals.h"
99
#include "net_delay.h"
1010
#include "place_and_route.h"
11+
#include "connection_router.h"
12+
#include "router_delay_profiling.h"
1113

1214
static constexpr const char kArchFile[] = "../../vtr_flow/arch/timing/k6_frac_N10_mem32K_40nm.xml";
1315
static constexpr int kMaxHops = 10;

0 commit comments

Comments
 (0)