-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rtl,pwrmgr] Fix escalation timeout persistence
The escalation timeout needs to persist until reset. The timeout is detected by clk_i, but the timeout is used to drive a flop clocked by clk_lc. This change adds a synchronizer from clk_i to clk_lc, and a clk_lc flop reset by rst_lc_n. The output of this flop is used to set the fault_status and as a reset request. With this fix the pwrmgr_escalation_reset test passes at the block level. Fixes #20516 Signed-off-by: Guillermo Maturana <[email protected]>
- Loading branch information
Showing
4 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters