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
|
||||
|
||||
//keep constraint needed to prevent optimization since we have no outputs
|
||||
(* keep *)
|
||||
module GP_SYSRESET(input RST);
|
||||
parameter RESET_MODE = "RISING";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue