mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-26 04:56:05 +00:00
ecp5: Adding BRAM initialisation and config
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
31e22c8b96
commit
346cbbdbdc
5 changed files with 73 additions and 0 deletions
|
@ -472,6 +472,10 @@ module DP16KD(
|
|||
parameter CSDECODE_A = "0b000";
|
||||
parameter CSDECODE_B = "0b000";
|
||||
|
||||
parameter WRITEMODE_A = "NORMAL";
|
||||
parameter WRITEMODE_B = "NORMAL";
|
||||
|
||||
|
||||
parameter GSR = "ENABLED";
|
||||
|
||||
parameter INITVAL_00 = "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue