ecp5: Add DCSC blackbox

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-07-06 11:46:45 +01:00
parent 676c544abe
commit 2b8f1633ce
1 changed files with 10 additions and 0 deletions

View File

@ -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,