mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +00:00
greenpak4: Changed parameters for GP_SYSRESET
This commit is contained in:
parent
3a09d6bb65
commit
d6feb4b43e
1 changed files with 2 additions and 1 deletions
|
@ -409,7 +409,8 @@ endmodule
|
||||||
//keep constraint needed to prevent optimization since we have no outputs
|
//keep constraint needed to prevent optimization since we have no outputs
|
||||||
(* keep *)
|
(* keep *)
|
||||||
module GP_SYSRESET(input RST);
|
module GP_SYSRESET(input RST);
|
||||||
parameter RESET_MODE = "RISING";
|
parameter RESET_MODE = "EDGE";
|
||||||
|
parameter EDGE_SPEED = 4;
|
||||||
|
|
||||||
//cannot simulate whole system reset
|
//cannot simulate whole system reset
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue