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

.option rvc make the test wrong #511

Open
qz5e20 opened this issue Oct 8, 2023 · 0 comments
Open

.option rvc make the test wrong #511

qz5e20 opened this issue Oct 8, 2023 · 0 comments

Comments

@qz5e20
Copy link

qz5e20 commented Oct 8, 2023

During my test, isa/rv32mi/ma_fetch.S made some errors.
According to the check, I found the code isa/rv64si/ma_fetch.S cause this
Code, The j pass instruction on line 132 can't be translated properly by the translator, but if you comment out the .option rvc on line 129 and change the c.nop on line 130 to nop it is possible to pass. In 32-bit, rv32mi's -march option adding the c directive to run with the original code at line 90 corresponding to isa's Makefile file also still reports an error. I don't know how to solve this problem, can anyone help me?

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

No branches or pull requests

1 participant