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

Align the SBI function prototypes with SBI specification #112

Open
avpatel opened this issue Oct 18, 2024 · 0 comments
Open

Align the SBI function prototypes with SBI specification #112

avpatel opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@avpatel
Copy link

avpatel commented Oct 18, 2024

All existing SBI extensions are RV32 friendly so SBI CoVE extensions should also be RV32 friendly. Accordingly, the SBI spec recommends that physical address passed to SBI functions be split as separate "hi" and "lo" parameters because RV32 supports 34-bit wide physical address which is larger than XLEN and in the future, RV64 may support physical address wider than 64-bits (just like ARM world).

@rsahita rsahita self-assigned this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants