aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/cells_bb.v
diff options
context:
space:
mode:
authorRick Luiken <rick-luiken@live.nl>2022-04-08 14:41:48 +0200
committergatecat <gatecat@ds0.me>2022-04-25 15:31:41 +0100
commit414dc25a96a724af2f13d680d1aee1da0d10e0a2 (patch)
treea9360fa5703d31a9228f664e2eacea045fcdf3f3 /techlibs/ecp5/cells_bb.v
parent6ae0b51c76cd9a79c10d6516ef14c54339551ff4 (diff)
downloadyosys-414dc25a96a724af2f13d680d1aee1da0d10e0a2.tar.gz
yosys-414dc25a96a724af2f13d680d1aee1da0d10e0a2.tar.bz2
yosys-414dc25a96a724af2f13d680d1aee1da0d10e0a2.zip
Add missing parameters for ecp5
Diffstat (limited to 'techlibs/ecp5/cells_bb.v')
-rw-r--r--techlibs/ecp5/cells_bb.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ecp5/cells_bb.v b/techlibs/ecp5/cells_bb.v
index e616d24d6..fc352a52c 100644
--- a/techlibs/ecp5/cells_bb.v
+++ b/techlibs/ecp5/cells_bb.v
@@ -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";