aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/constids.inc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-09 10:17:42 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commit595b354184afdbdbe6e4daade739d79db8fcee42 (patch)
treef1bdc116b7a6864765f847706052cc8365ae9cc9 /mistral/constids.inc
parent3fc5396063ca0940383b1d923eb77750515542a3 (diff)
downloadnextpnr-595b354184afdbdbe6e4daade739d79db8fcee42.tar.gz
nextpnr-595b354184afdbdbe6e4daade739d79db8fcee42.tar.bz2
nextpnr-595b354184afdbdbe6e4daade739d79db8fcee42.zip
mistral: Add some packing logic based on nexus
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'mistral/constids.inc')
-rw-r--r--mistral/constids.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/mistral/constids.inc b/mistral/constids.inc
index c4af45e6..c17d9f89 100644
--- a/mistral/constids.inc
+++ b/mistral/constids.inc
@@ -58,6 +58,9 @@ X(MISTRAL_NOT)
X(MISTRAL_BUF)
X(MISTRAL_CONST)
X(MISTRAL_ALUT_ARITH)
+X(LUT)
+X(LUT0)
+X(LUT1)
X(D0)
X(D1)
@@ -65,4 +68,7 @@ X(CI)
X(CO)
X(SO)
-X(WIRE) \ No newline at end of file
+X(WIRE)
+
+X(GND)
+X(VCC)