greenpak4: Changed parameters for GP_SYSRESET

This commit is contained in:
Andrew Zonenberg 2016-10-16 22:53:43 -07:00
parent 3a09d6bb65
commit d6feb4b43e
1 changed files with 2 additions and 1 deletions

View File

@ -409,7 +409,8 @@ endmodule
//keep constraint needed to prevent optimization since we have no outputs
(* keep *)
module GP_SYSRESET(input RST);
parameter RESET_MODE = "RISING";
parameter RESET_MODE = "EDGE";
parameter EDGE_SPEED = 4;
//cannot simulate whole system reset