Skip to content

Commit 546980b

Browse files
fix compilation error on savi3
1 parent 9e41b34 commit 546980b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

vpr/src/base/ShowSetup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include <string>
55
#include <vector>
66

7-
class t_logical_block_type;
8-
class t_vpr_setup;
7+
struct t_logical_block_type;
8+
struct t_vpr_setup;
99

1010
struct ClusteredNetlistStats {
1111
private:

vpr/src/base/vpr_api.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#include "pb_type_graph.h"
5656
#include "route.h"
5757
#include "route_export.h"
58+
#include "route_common.h"
5859
#include "vpr_api.h"
5960
#include "read_sdc.h"
6061
#include "power.h"

0 commit comments

Comments
 (0)