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
|
endmodule
|
||||||
|
|
||||||
|
(* blackbox *)
|
||||||
|
module ECLKBRIDGECS(
|
||||||
|
input CLK0, CLK1, SEL,
|
||||||
|
output ECSOUT
|
||||||
|
);
|
||||||
|
endmodule
|
||||||
|
|
||||||
(* blackbox *)
|
(* blackbox *)
|
||||||
module DCCA(
|
module DCCA(
|
||||||
input CLKI, CE,
|
input CLKI, CE,
|
||||||
|
|
Loading…
Reference in New Issue