mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 15:37:59 +00:00
gowin: Fix LUT RAM inference, add more models.
This commit is contained in:
parent
ac2bb70b52
commit
f61f2a4078
3 changed files with 244 additions and 45 deletions
|
@ -15,13 +15,14 @@ module \$__GW1NR_RAM16S4 (CLK1, A1ADDR, A1DATA, A1EN, B1ADDR, B1DATA, B1EN);
|
|||
|
||||
`include "brams_init3.vh"
|
||||
|
||||
RAM16S4
|
||||
RAM16SDP4
|
||||
#(.INIT_0(INIT_0),
|
||||
.INIT_1(INIT_1),
|
||||
.INIT_2(INIT_2),
|
||||
.INIT_3(INIT_3))
|
||||
_TECHMAP_REPLACE_
|
||||
(.AD(B1ADDR),
|
||||
(.WAD(B1ADDR),
|
||||
.RAD(A1ADDR),
|
||||
.DI(B1DATA),
|
||||
.DO(A1DATA),
|
||||
.CLK(CLK1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue