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:
parent
4cb27b1a3a
commit
6a7d5257cd
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue