mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-19 07:09:05 +00:00
fixup! quicklogic: Add missing RAM_INIT
param on TDP36K sim model
This commit is contained in:
parent
e70122b74e
commit
a47c2aaa97
|
@ -471,7 +471,7 @@ module TDP36K (
|
|||
.SYNC_FIFO_i(SYNC_FIFO1_i),
|
||||
.POWERDN_i(POWERDN1_i),
|
||||
.SLEEP_i(SLEEP1_i),
|
||||
.PROTECT_i(PROTECT1_i)
|
||||
.PROTECT_i(PROTECT1_i),
|
||||
.INIT_i(split_init(0))
|
||||
)u1(
|
||||
.RMODE_A_i(ram_rmode_a1),
|
||||
|
|
Loading…
Reference in a new issue