mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
ecp5: Add DCSC blackbox
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
676c544abe
commit
2b8f1633ce
1 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue