aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/constids.inc
diff options
context:
space:
mode:
authormyrtle <gatecat@ds0.me>2022-07-05 09:29:04 +0200
committerGitHub <noreply@github.com>2022-07-05 09:29:04 +0200
commit86396c41d64d2583ec1dffca4298e83d927f0762 (patch)
treea4f93930ccaeb445460861a3935de766a315384b /gowin/constids.inc
parentcc1d78a3d4f1736fc5193d7bfe9f2ee263ea74a8 (diff)
parent6f56ad298c1a94259698cbd487f03efbd68f0342 (diff)
downloadnextpnr-86396c41d64d2583ec1dffca4298e83d927f0762.tar.gz
nextpnr-86396c41d64d2583ec1dffca4298e83d927f0762.tar.bz2
nextpnr-86396c41d64d2583ec1dffca4298e83d927f0762.zip
Merge pull request #995 from pepijndevos/shadowram
Gowin: WIP shadowram
Diffstat (limited to 'gowin/constids.inc')
-rw-r--r--gowin/constids.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/gowin/constids.inc b/gowin/constids.inc
index 99c791f8..8916f093 100644
--- a/gowin/constids.inc
+++ b/gowin/constids.inc
@@ -823,6 +823,20 @@ X(DFFNPE)
X(DFFNC)
X(DFFNCE)
+// Shadow RAM
+X(RAM16)
+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)