aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 324915eb..ff52c1a5 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -120,9 +120,8 @@ NPNR_PACKED_STRUCT(struct WireInfoPOD {
int32_t fast_delay;
int32_t slow_delay;
- int8_t x, y;
+ int8_t x, y, z;
WireType type;
- int8_t padding_0;
});
NPNR_PACKED_STRUCT(struct PackagePinPOD {