aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-07-24 15:44:39 +0200
committerClifford Wolf <clifford@clifford.at>2018-07-24 15:44:39 +0200
commitc0c8dc760290cb78611f3764219a7604f6f73c44 (patch)
tree366eef4138a574a86557df203fce2097b78a4f70 /ice40/arch.h
parent942c552e079abef96d0d87fa367329fbdc0bc053 (diff)
downloadnextpnr-c0c8dc760290cb78611f3764219a7604f6f73c44.tar.gz
nextpnr-c0c8dc760290cb78611f3764219a7604f6f73c44.tar.bz2
nextpnr-c0c8dc760290cb78611f3764219a7604f6f73c44.zip
Remove uphill/downhill bel pins from ice40 db
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index d4d71cfc..3f6a5324 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -83,10 +83,6 @@ 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;
- RelPtr<BelPortPOD> bels_downhill;
-
int32_t num_bel_pins;
RelPtr<BelPortPOD> bel_pins;