projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
676c544
)
ecp5: Add DCSC blackbox
author
gatecat
<gatecat@ds0.me>
Tue, 6 Jul 2021 10:46:45 +0000
(11:46 +0100)
committer
gatecat
<gatecat@ds0.me>
Tue, 6 Jul 2021 13:07:20 +0000
(14:07 +0100)
Signed-off-by: gatecat <gatecat@ds0.me>
techlibs/ecp5/cells_bb.v
patch
|
blob
|
history
diff --git
a/techlibs/ecp5/cells_bb.v
b/techlibs/ecp5/cells_bb.v
index c4cedfe361228dab0fa98ac336ec08d9294816ba..c9a6e52321e9066aa15a5a3e84ea5c2e70e27a28 100644
(file)
--- a/
techlibs/ecp5/cells_bb.v
+++ b/
techlibs/ecp5/cells_bb.v
@@
-369,6
+369,16
@@
module DCCA(
);
endmodule
+(* blackbox *)
+module DCSC(
+ input CLK1, CLK0,
+ input SEL1, SEL0,
+ input MODESEL,
+ output DCSOUT
+);
+ parameter DCSMODE = "POS";
+endmodule
+
(* blackbox *) (* keep *)
module DCUA(
input CH0_HDINP, CH1_HDINP, CH0_HDINN, CH1_HDINN,