mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 15:00:26 +00:00
Add missing parameters for ecp5
This commit is contained in:
parent
6ae0b51c76
commit
414dc25a96
2 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue