3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 12:50:33 +00:00

Add missing parameters for ecp5

This commit is contained in:
Rick Luiken 2022-04-08 14:41:48 +02:00 committed by gatecat
parent 6ae0b51c76
commit 414dc25a96
2 changed files with 2 additions and 1 deletions

View file

@ -799,6 +799,7 @@ module DP16KD(
parameter INITVAL_3D = 320'h00000000000000000000000000000000000000000000000000000000000000000000000000000000;
parameter INITVAL_3E = 320'h00000000000000000000000000000000000000000000000000000000000000000000000000000000;
parameter INITVAL_3F = 320'h00000000000000000000000000000000000000000000000000000000000000000000000000000000;
parameter INIT_DATA = "STATIC";
endmodule
`ifndef NO_INCLUDES