aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/constids.inc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-10-03 19:33:07 +0100
committergatecat <gatecat@ds0.me>2021-10-05 12:40:47 +0100
commitf5f7ef68649e873e6e5dc912544ed8abb5eb8fc3 (patch)
treed8a2c6f41f7c97b3ba56d73821a4d462ccce3842 /mistral/constids.inc
parentfe31fba6231e31fa642f25e1ab23d588315e5510 (diff)
downloadnextpnr-f5f7ef68649e873e6e5dc912544ed8abb5eb8fc3.tar.gz
nextpnr-f5f7ef68649e873e6e5dc912544ed8abb5eb8fc3.tar.bz2
nextpnr-f5f7ef68649e873e6e5dc912544ed8abb5eb8fc3.zip
mistral: Adding support for MLABs as memory
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'mistral/constids.inc')
-rw-r--r--mistral/constids.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/mistral/constids.inc b/mistral/constids.inc
index 393989cd..693f2572 100644
--- a/mistral/constids.inc
+++ b/mistral/constids.inc
@@ -1,4 +1,6 @@
X(MISTRAL_COMB)
+X(MISTRAL_MCOMB)
+
X(MISTRAL_FF)
X(LAB)
X(MLAB)
@@ -84,3 +86,11 @@ X(WA3)
X(WA4)
X(WCLK)
X(WE)
+
+X(MISTRAL_MLAB)
+X(CLK1)
+X(A1EN)
+X(A1DATA)
+X(B1DATA)
+X(WCLK_INV)
+X(WE_INV)