Skip to content

Commit

Permalink
[wdt] comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 16, 2023
1 parent 1626186 commit eb325f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/core/neorv32_wdt.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eb325f3

Please sign in to comment.