Skip to content
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

refine behaviour of CPU sleep signal #746

Merged
merged 4 commits into from Dec 9, 2023
Merged

refine behaviour of CPU sleep signal #746

merged 4 commits into from Dec 9, 2023

Conversation

stnolting
Copy link
Owner

The CPU's sleep_o signal get high when

  • the CPU has entered sleep mode (wfi instruction)
  • and all pending bus accesses (i.e. instruction fetch) have completed
  • -> the CPU is safely "parked"

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Dec 9, 2023
@stnolting stnolting self-assigned this Dec 9, 2023
@stnolting stnolting marked this pull request as ready for review December 9, 2023 08:47
@stnolting stnolting changed the title refine behivour of CPU sleep signal refine behaviour of CPU sleep signal Dec 9, 2023
@stnolting stnolting merged commit f63236c into main Dec 9, 2023
8 checks passed
@stnolting stnolting deleted the sleep_signal branch December 9, 2023 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Processor doesn't park itself in a know good state prior to going to sleep
1 participant