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
1 changed files with 6 additions and 0 deletions

View File

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