3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 20:17:55 +00:00

CDC_L wrappers

This commit is contained in:
Miodrag Milanovic 2024-03-11 13:58:15 +01:00
parent 827ea11503
commit 815622f685
4 changed files with 429 additions and 170 deletions

View file

@ -0,0 +1,8 @@
(* blackbox *)
module NX_CKS(CKI, CMD, CKO);
input CKI;
output CKO;
input CMD;
parameter ck_edge = 1'b0;
endmodule