aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index d4d71cfc..f0060d48 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -83,8 +83,8 @@ NPNR_PACKED_STRUCT(struct WireInfoPOD {
int32_t num_uphill, num_downhill;
RelPtr<int32_t> pips_uphill, pips_downhill;
- int32_t num_bels_downhill;
- BelPortPOD bel_uphill;
+ int32_t num_bels_uphill, num_bels_downhill;
+ RelPtr<BelPortPOD> bels_uphill;
RelPtr<BelPortPOD> bels_downhill;
int32_t num_bel_pins;