mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 20:17:55 +00:00
CDC_L wrappers
This commit is contained in:
parent
827ea11503
commit
815622f685
4 changed files with 429 additions and 170 deletions
|
|
@ -0,0 +1,8 @@
|
|||
(* blackbox *)
|
||||
module NX_CKS(CKI, CMD, CKO);
|
||||
input CKI;
|
||||
output CKO;
|
||||
input CMD;
|
||||
parameter ck_edge = 1'b0;
|
||||
endmodule
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue