generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Compatibility with Zilsd #372
Labels
Comments
https://lists.riscv.org/g/tech-arch-review/message/259 suggests this extension looks likely to be ratified as-is? |
Simplifying the encodings to be consistent across XLEN for 32-bit encodings sounds good to me! |
tariqkurd-repo
added a commit
that referenced
this issue
Sep 28, 2024
fixes #372 due to the conflict with Zilsd meaning we lost access to LC/SC in RV32, it seems wise to move all to the RV64 encodings which have no current conflicts. all is subject to change on ARC review.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like Zilsd (https://github.com/riscv/riscv-zilsd/blob/v0.10/zilsd.adoc) wants to repurpose the DWORD load/store opcodes for RV32 to be load-store pair. Should we use the RV64 encoding of loads/stores for RV32 to avoid this conflict?
This would solve the non-compressed conflict, however for compressed instructions they are are using the floating-point load-stores and forcing capability loads to use the RV64 format would prevent push-pop instructions from being supported. Not sure how best to approach this problem.
The text was updated successfully, but these errors were encountered: