aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/nextpnr.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index b647d44c..36a8dc75 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -114,12 +114,16 @@ struct GraphicElement
NEXTPNR_NAMESPACE_END
-#define NEXTPNR_ARCH_TOP
-#include "arch.h"
-#undef NEXTPNR_ARCH_TOP
+#include "archdefs.h"
NEXTPNR_NAMESPACE_BEGIN
+struct BelPin
+{
+ BelId bel;
+ PortPin pin;
+};
+
struct CellInfo;
enum PlaceStrength
@@ -218,9 +222,7 @@ struct BaseCtx
NEXTPNR_NAMESPACE_END
-#define NEXTPNR_ARCH_BOTTOM
#include "arch.h"
-#undef NEXTPNR_ARCH_BOTTOM
NEXTPNR_NAMESPACE_BEGIN