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

Zicntr was inside Zicsr file #275

Merged

Conversation

AFOliveira
Copy link
Contributor

@AFOliveira AFOliveira commented Aug 21, 2024

Even though, Zicntr depends on Zicsr, separating their instructions in different files allows for easier parsing when use cases of this repo actually need extension names. Aditionally, the ".H" only exists when XLEN == 32, so to follow the repo normal guidelines it should sit on it's own file.

Signed-off-by: Afonso Oliveira <Afonso.Oliveira@synopsys.com>
@aswaterman
Copy link
Member

@AFOliveira Following this logic, shouldn't you also move all of the FP-related pseudo-ops ones into rv_f? You can do so as a follow-on PR if you'd like.

@aswaterman aswaterman merged commit 7206bf6 into riscv:master Aug 21, 2024
2 checks passed
@AFOliveira
Copy link
Contributor Author

@AFOliveira Following this logic, shouldn't you also move all of the FP-related pseudo-ops ones into rv_f? You can do so as a follow-on PR if you'd like.

Definitely. I will move them and PR as soon as I can. Thank you!

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.

2 participants