From 595b354184afdbdbe6e4daade739d79db8fcee42 Mon Sep 17 00:00:00 2001 From: gatecat Date: Sun, 9 May 2021 10:17:42 +0100 Subject: mistral: Add some packing logic based on nexus Signed-off-by: gatecat --- mistral/constids.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mistral/constids.inc') 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) -- cgit v1.2.3