3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 20:18:20 +00:00

gatemate: Add CC_USR_RSTN primitive

This commit is contained in:
Patrick Urban 2023-02-14 07:58:59 +01:00 committed by myrtle
parent 4cb27b1a3a
commit 6a7d5257cd

View file

@ -123,6 +123,12 @@ module CC_CFG_CTRL(
); );
endmodule endmodule
(* blackbox *) (* keep *)
module CC_USR_RSTN (
output USR_RSTN
);
endmodule
(* blackbox *) (* blackbox *)
module CC_FIFO_40K ( module CC_FIFO_40K (
output A_ECC_1B_ERR, output A_ECC_1B_ERR,