3
0
Fork 0
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:
David Shah 2018-10-09 14:19:04 +01:00
parent 31e22c8b96
commit 346cbbdbdc
5 changed files with 73 additions and 0 deletions

View file

@ -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";