mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[wdt] comment fix
This commit is contained in:
parent
162618672b
commit
eb325f3607
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ begin
|
|||
end if;
|
||||
-- hardware reset --
|
||||
if ((timeout_rst = '1') and (prsc_tick = '1')) or -- timeout
|
||||
((ctrl.strict = '1') and (reset_force = '1')) then -- strict mode and incorrect password / locked CTRL write attempt
|
||||
((ctrl.strict = '1') and (reset_force = '1')) then -- strict mode and incorrect password
|
||||
hw_rst <= '1';
|
||||
end if;
|
||||
end if;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue