mirror of https://github.com/YosysHQ/yosys.git
Added keep constraint to GP_SYSRESET cell
This commit is contained in:
parent
ea9cc03092
commit
75f0030458
|
@ -105,6 +105,8 @@ module GP_COUNT14(input CLK, input wire RST, output reg OUT);
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
|
//keep constraint needed to prevent optimization since we have no outputs
|
||||||
|
(* keep *)
|
||||||
module GP_SYSRESET(input RST);
|
module GP_SYSRESET(input RST);
|
||||||
parameter RESET_MODE = "RISING";
|
parameter RESET_MODE = "RISING";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue