aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 91e9fdcd..53385acf 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -57,8 +57,6 @@ NPNR_PACKED_STRUCT(struct BelInfoPOD {
BelType type;
int32_t num_bel_wires;
RelPtr<BelWirePOD> bel_wires;
- int8_t x, y, z;
- int8_t padding_0;
});
NPNR_PACKED_STRUCT(struct BelPortPOD {