mirror of https://github.com/YosysHQ/yosys.git
gatemate: Add CC_USR_RSTN primitive
This commit is contained in:
parent
4cb27b1a3a
commit
6a7d5257cd
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue