mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-28 17:14:11 +02:00
ecp5: Add ECLKBRIDGECS blackbox
Signed-off-by: David Shah <[email protected]>
This commit is contained in:
@@ -333,6 +333,13 @@ module ECLKSYNCB(
|
||||
);
|
||||
endmodule
|
||||
|
||||
(* blackbox *)
|
||||
module ECLKBRIDGECS(
|
||||
input CLK0, CLK1, SEL,
|
||||
output ECSOUT
|
||||
);
|
||||
endmodule
|
||||
|
||||
(* blackbox *)
|
||||
module DCCA(
|
||||
input CLKI, CE,
|
||||
|
||||
Reference in New Issue
Block a user