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

🧪 extend switchable clock domain #780

Merged
merged 3 commits into from
Jan 29, 2024
Merged

Conversation

stnolting
Copy link
Owner

When the CPU is in sleep mode and clock gating is enabled the CPU itself is shut down. With this PR this switchable clock domain is extended (red box in the figure below):

  • the CPU bus switched is shut down
  • both caches - if implemented - are shut down

neorv32_bus

When the CPU is in sleep mode and clock gating is enabled the CPU itself is shut down together with the CPU's bus switch and - if implemented - the caches.
@stnolting stnolting added enhancement New feature or request HW Hardware-related experimental Experimental feature labels Jan 29, 2024
@stnolting stnolting self-assigned this Jan 29, 2024
@stnolting stnolting marked this pull request as ready for review January 29, 2024 20:24
@stnolting stnolting merged commit 8e52234 into main Jan 29, 2024
8 checks passed
@stnolting stnolting deleted the extend_clock_gating_domain branch January 29, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experimental Experimental feature HW Hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant