mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-17 03:16:18 +00:00
Added keep constraint to GP_SYSRESET cell
This commit is contained in:
parent
ea9cc03092
commit
75f0030458
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue