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

FPU power consumption #965

Closed
pascalgouedo opened this issue Mar 21, 2024 · 1 comment
Closed

FPU power consumption #965

pascalgouedo opened this issue Mar 21, 2024 · 1 comment
Labels
Component:RTL For issues in the RTL (e.g. for files in the rtl directory) PARAM:FPU Issue depends on the FPU parameter Status:Resolved Issue has been resolved, but closure is pending on git merge and/or issuer confirmation Type:Enhancement For feature requests and enhancements

Comments

@pascalgouedo
Copy link

FPU has its own clock gating cell in cv32e40p_top which is only disabled when the Core is in sleep mode due to wfi instruction.
More power consumption power saving could be done by enabling its clock only when an FPU instruction is really executed.

@pascalgouedo pascalgouedo added Type:Enhancement For feature requests and enhancements Component:RTL For issues in the RTL (e.g. for files in the rtl directory) PARAM:FPU Issue depends on the FPU parameter labels Mar 21, 2024
pascalgouedo pushed a commit to pascalgouedo/cv32e40p that referenced this issue Mar 21, 2024
Signed-off-by: Pascal Gouedo <[email protected]>
@pascalgouedo
Copy link
Author

Corrected with PR #966

@pascalgouedo pascalgouedo added the Status:Resolved Issue has been resolved, but closure is pending on git merge and/or issuer confirmation label May 16, 2024
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) PARAM:FPU Issue depends on the FPU parameter Status:Resolved Issue has been resolved, but closure is pending on git merge and/or issuer confirmation Type:Enhancement For feature requests and enhancements
Projects
None yet
Development

No branches or pull requests

1 participant