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

In the case of rv32e, the disassembler or gdb does not recognize the CSR instruction #11

Closed
muxiff opened this issue Jan 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@muxiff
Copy link

muxiff commented Jan 10, 2024

Due to the fact that the Nuclei toolchain continues to use misa-spec v2.2, however, in the later ratified E , it is no longer compatible with zicsr, resulting in the toolchain being able to compile csr instructions normally when E is turned on, but during disassembly and gdb debugging, the instructions are translated into .insn.

@muxiff
Copy link
Author

muxiff commented Feb 27, 2024

fixed by 0ead0eb

@fanghuaqi fanghuaqi added the bug Something isn't working label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants