We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e41b34 commit 546980bCopy full SHA for 546980b
vpr/src/base/ShowSetup.h
@@ -4,8 +4,8 @@
4
#include <string>
5
#include <vector>
6
7
-class t_logical_block_type;
8
-class t_vpr_setup;
+struct t_logical_block_type;
+struct t_vpr_setup;
9
10
struct ClusteredNetlistStats {
11
private:
vpr/src/base/vpr_api.cpp
@@ -55,6 +55,7 @@
55
#include "pb_type_graph.h"
56
#include "route.h"
57
#include "route_export.h"
58
+#include "route_common.h"
59
#include "vpr_api.h"
60
#include "read_sdc.h"
61
#include "power.h"
0 commit comments