Skip to content

Commit 5f36092

Browse files
committed
Tweak reset_button cool_down timer so we can fit
1 parent 34b33b0 commit 5f36092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdl/ip/bsv/ignition/IgnitionTarget.bsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Parameters default_app_with_reset_button =
9797
mirror_link0_rx_as_link1_tx: False,
9898
system_type: tagged Invalid,
9999
button_behavior: ResetButton,
100-
system_power_toggle_cool_down: 3000, // 3s if app tick at 1 kHz.
100+
system_power_toggle_cool_down: 2000, // 2s if app tick at 1 kHz.
101101
system_power_fault_monitor_enable: True,
102102
system_power_fault_monitor_start_delay: 25, // 25ms if app tick at 1kHz.
103103
system_power_hotswap_controller_restart: True,

0 commit comments

Comments
 (0)