aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/constids.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-08-08 17:17:16 +0200
committerClifford Wolf <clifford@clifford.at>2018-08-08 17:17:16 +0200
commitf875a37467477aa0aa60ba89b428c71de6645736 (patch)
tree68dab0e130a909c9b5212db49027837686cd98a4 /ice40/constids.inc
parente03ae50e21abdcb05a887c467b97968b1cbdb460 (diff)
downloadnextpnr-f875a37467477aa0aa60ba89b428c71de6645736.tar.gz
nextpnr-f875a37467477aa0aa60ba89b428c71de6645736.tar.bz2
nextpnr-f875a37467477aa0aa60ba89b428c71de6645736.zip
Get rid of old iCE40 id_ Arch members
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/constids.inc')
-rw-r--r--ice40/constids.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/ice40/constids.inc b/ice40/constids.inc
index f8a46a12..adcea7ad 100644
--- a/ice40/constids.inc
+++ b/ice40/constids.inc
@@ -1,3 +1,4 @@
+// pin and port names
X(I0)
X(I1)
X(I2)
@@ -413,6 +414,7 @@ X(SLEEP)
X(STANDBY)
X(WREN)
+// cell and bel types
X(ICESTORM_LC)
X(ICESTORM_RAM)
X(SB_IO)
@@ -428,3 +430,8 @@ X(IO_I3C)
X(SB_LEDDA_IP)
X(SB_RGBA_DRV)
X(ICESTORM_SPRAM)
+
+// cell parameters
+X(DFF_ENABLE)
+X(CARRY_ENABLE)
+X(NEG_CLK)