mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Increasing timeout value on simctrl to reasonable default
This commit is contained in:
parent
f6610a0f80
commit
a31e16fb25
@ -1,7 +1,7 @@
|
||||
/* verilator lint_off STMTDLY */
|
||||
module oh_simctrl #( parameter CFG_CLK1_PERIOD = 10,
|
||||
parameter CFG_CLK2_PERIOD = 20,
|
||||
parameter CFG_TIMEOUT = 500
|
||||
parameter CFG_TIMEOUT = 5000
|
||||
)
|
||||
(
|
||||
//control signals to drive
|
||||
@ -141,8 +141,3 @@ module oh_simctrl #( parameter CFG_CLK1_PERIOD = 10,
|
||||
end
|
||||
|
||||
endmodule // oh_simctrl
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user