aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/archdefs.h')
-rw-r--r--machxo2/archdefs.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/machxo2/archdefs.h b/machxo2/archdefs.h
index 433b1b6b..31575487 100644
--- a/machxo2/archdefs.h
+++ b/machxo2/archdefs.h
@@ -18,9 +18,11 @@
*
*/
-#ifndef NEXTPNR_H
-#error Include "archdefs.h" via "nextpnr.h" only.
-#endif
+#ifndef MACHXO2_ARCHDEFS_H
+#define MACHXO2_ARCHDEFS_H
+
+#include "idstring.h"
+#include "nextpnr_namespaces.h"
NEXTPNR_NAMESPACE_BEGIN
@@ -153,3 +155,5 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PipId>
};
} // namespace std
+
+#endif /* MACHXO2_ARCHDEFS_H */