aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/constids.inc
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2022-06-05 16:59:06 +0200
committerPepijn de Vos <pepijndevos@gmail.com>2022-06-05 16:59:06 +0200
commit490dddf636bc50945ee6e6858f7c1942faa3aaf5 (patch)
tree379153bbfaffd6968dbe1def362e6e1fa72df036 /gowin/constids.inc
parent997af6d7202b08c457c56db958c5e39605e74295 (diff)
downloadnextpnr-490dddf636bc50945ee6e6858f7c1942faa3aaf5.tar.gz
nextpnr-490dddf636bc50945ee6e6858f7c1942faa3aaf5.tar.bz2
nextpnr-490dddf636bc50945ee6e6858f7c1942faa3aaf5.zip
WIP shadowram
Diffstat (limited to 'gowin/constids.inc')
-rw-r--r--gowin/constids.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/gowin/constids.inc b/gowin/constids.inc
index 3691c506..d9ca1f0c 100644
--- a/gowin/constids.inc
+++ b/gowin/constids.inc
@@ -748,6 +748,19 @@ X(DFFNPE)
X(DFFNC)
X(DFFNCE)
+// Shadow RAM
+X(RAMW)
+X(RAM16SDP4)
+X(WADA)
+X(WADB)
+X(WADC)
+X(WADD)
+X(DIA)
+X(DIB)
+X(DIC)
+X(DID)
+X(WRE)
+
// IOB types
X(IBUF)
X(OBUF)