mirror of https://github.com/YosysHQ/yosys.git
Add missing parameters for ecp5
This commit is contained in:
parent
6ae0b51c76
commit
414dc25a96
|
@ -223,7 +223,7 @@ endmodule
|
|||
|
||||
(* blackbox *)
|
||||
module IDDRX2F(
|
||||
input D, SCLK, ECLK, RST,
|
||||
input D, SCLK, ECLK, RST, ALIGNWD,
|
||||
output Q0, Q1, Q2, Q3
|
||||
);
|
||||
parameter GSR = "ENABLED";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue