mirror of https://github.com/YosysHQ/yosys.git
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
|
||||
|
||||
(* 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,
|
||||
|
|
Loading…
Reference in New Issue