Skip to content

Splitting halt_wb to fix timing issues when waking from SLEEP #673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

silabs-oysteink
Copy link
Contributor

Split ctrl_fsm_o.halt_wb in two, with ctrl_fsm_o.halt_wb acting as normal for all cases except during sleep. During sleep, ctrl_fsm_o.halt_limited_wb will be used to make sure the WB stage does not retire any instructions.

Assertions were added to make sure no CSR instruction can be in WB while halt_limited_wb is set.

SEC clean.
Fixes timing issues.

Signed-off-by: Oystein Knauserud [email protected]

…rmal for all cases except during sleep. During sleep, ctrl_fsm_o.halt_limited_wb will be used to make sure the WB stage does not retire any instructions.

Assertions were added to make sure no CSR instruction can be in WB while halt_limited_wb is set.

SEC clean.
Fixes timing issues.

Signed-off-by: Oystein Knauserud <[email protected]>
@Silabs-ArjanB Silabs-ArjanB added the Component:RTL For issues in the RTL (e.g. for files in the rtl directory) label Sep 27, 2022
@Silabs-ArjanB Silabs-ArjanB merged commit 37b423b into openhwgroup:master Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:RTL For issues in the RTL (e.g. for files in the rtl directory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants