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

Fix issue 42 #46

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/riscv-legacy-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@ When the XLEN-bit alias is used by <<CSRRW>>:
* Only XLEN bits from the *x* source are written to the capability address
field.
** The tag and metadata are updated as specified in <<extended_CSR_writing>>.
* Only XLEN bits are read from the capability address field, which is zero
extended to the destination *x* register.
* Only XLEN bits are read from the capability address field, which are extended
to XLENMAX bits according to cite:[riscv-unpriv-spec] and are then written
tariqkurd-repo marked this conversation as resolved.
Show resolved Hide resolved
to the destination *x* register.

When the CLEN-bit alias is used by <<CSRRW>>:

Expand Down
Loading