mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
ecp5: Add DCSC blackbox
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
676c544abe
commit
2b8f1633ce
|
@ -369,6 +369,16 @@ module DCCA(
|
||||||
);
|
);
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
|
(* blackbox *)
|
||||||
|
module DCSC(
|
||||||
|
input CLK1, CLK0,
|
||||||
|
input SEL1, SEL0,
|
||||||
|
input MODESEL,
|
||||||
|
output DCSOUT
|
||||||
|
);
|
||||||
|
parameter DCSMODE = "POS";
|
||||||
|
endmodule
|
||||||
|
|
||||||
(* blackbox *) (* keep *)
|
(* blackbox *) (* keep *)
|
||||||
module DCUA(
|
module DCUA(
|
||||||
input CH0_HDINP, CH1_HDINP, CH0_HDINN, CH1_HDINN,
|
input CH0_HDINP, CH1_HDINP, CH0_HDINN, CH1_HDINN,
|
||||||
|
|
Loading…
Reference in a new issue