You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thec.nop
on line 130 tonop
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?The text was updated successfully, but these errors were encountered: