mirror of https://github.com/YosysHQ/yosys.git
greenpak4: Changed parameters for GP_SYSRESET
This commit is contained in:
parent
3a09d6bb65
commit
d6feb4b43e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue