aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/archdefs.h')
-rw-r--r--machxo2/archdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/machxo2/archdefs.h b/machxo2/archdefs.h
index 6c861a32..56b546da 100644
--- a/machxo2/archdefs.h
+++ b/machxo2/archdefs.h
@@ -60,6 +60,8 @@ enum ConstIds
#include "constids.inc"
#undef X
+NPNR_PACKED_STRUCT(struct LocationPOD { int16_t x, y; });
+
typedef IdString BelId;
typedef IdString WireId;
typedef IdString PipId;