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
When using nemu as a reference model to test Xiangshan, I found that for unknown instructions in a specific instruction sequence, nemu could not correctly cause an illegal instruction exception.
The following is a screenshot of the log information:
This is the test program and log information:test.zip
Thank you for your issue. I found that this is due to a problem with the decoding of the vslide instruction in NEMU. Some vslide instructions had redundant and incorrect decoding, which I have now fixed by #770.
Describe the bug
When using nemu as a reference model to test Xiangshan, I found that for
unknown
instructions in a specific instruction sequence, nemu could not correctly cause an illegal instruction exception.The following is a screenshot of the log information:
This is the test program and log information:test.zip
Necessary information on versions
The text was updated successfully, but these errors were encountered: