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
I have searched the previous issues and did not find anything relevant. 我已经搜索过之前的 issue,并没有找到相关的。
I have reviewed the commit messages from the relevant commit history. 我已经浏览过相关的提交历史和提交信息。
Describe the bug
When executing .word 0x6781 instruction to Xiangshan, riscv64-spike-so has an exception, but Xiangshan does not. I think this is a decoding related problem .
Expected behavior
When testing with riscv64-spike-so
When I debug with spike, the .word 0x6781 instruction corresponds to c.lui a5, 0x0
In addition, I don't know if nemu has such a problem, because when I use nemu as a reference model, the following log message appears:
Before start
Describe the bug
When executing
.word 0x6781
instruction to Xiangshan,riscv64-spike-so
has an exception, but Xiangshan does not. I think this is a decoding related problem .Expected behavior
When testing with
riscv64-spike-so
When I debug with spike, the .word
0x6781
instruction corresponds toc.lui a5, 0x0
In addition, I don't know if
nemu
has such a problem, because when I use nemu as a reference model, the following log message appears:To Reproduce
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: