mirror of https://github.com/YosysHQ/yosys.git
ecp5: Add ECLKBRIDGECS blackbox
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
7b1a6706d8
commit
e1d4e683b4
|
@ -333,6 +333,13 @@ module ECLKSYNCB(
|
|||
);
|
||||
endmodule
|
||||
|
||||
(* blackbox *)
|
||||
module ECLKBRIDGECS(
|
||||
input CLK0, CLK1, SEL,
|
||||
output ECSOUT
|
||||
);
|
||||
endmodule
|
||||
|
||||
(* blackbox *)
|
||||
module DCCA(
|
||||
input CLKI, CE,
|
||||
|
|
Loading…
Reference in New Issue