diff options
author | myrtle <gatecat@ds0.me> | 2022-07-05 09:29:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 09:29:04 +0200 |
commit | 86396c41d64d2583ec1dffca4298e83d927f0762 (patch) | |
tree | a4f93930ccaeb445460861a3935de766a315384b /gowin/constids.inc | |
parent | cc1d78a3d4f1736fc5193d7bfe9f2ee263ea74a8 (diff) | |
parent | 6f56ad298c1a94259698cbd487f03efbd68f0342 (diff) | |
download | nextpnr-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.inc | 14 |
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) |