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

Clarify csrr[s|c]i write behavior when imm=0 #117

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

andresag01
Copy link
Collaborator

@andresag01 andresag01 commented Feb 15, 2024

Fixes #118

@jrtc27
Copy link
Collaborator

jrtc27 commented Feb 15, 2024

Changes make sense but please update the commit message as it sounds like you're saying that CSRR[S|C]I are being clarified as having a register source operand!

@tariqkurd-repo
Copy link
Collaborator

I filed an issue for this to assist with tracking: #118

@andresag01 andresag01 changed the title Clarify that csrr[s|c]i operand can be immediate or rs1 Clarify csrr[s|c]i write behavior when imm=0 Feb 15, 2024
@andresag01
Copy link
Collaborator Author

Changes make sense but please update the commit message as it sounds like you're saying that CSRR[S|C]I are being clarified as having a register source operand!

Sorry about that! I changed the commit title and hopefully the new one makes more sense.

src/insns/csrr_32bit.adoc Show resolved Hide resolved
@arichardson arichardson merged commit 9f40b55 into riscv:main Feb 15, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

CSRRSCI, CSRRSI don't have rs1
4 participants