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

csrc instr get wrong mstatus value #3723

Closed
4 tasks done
Donkey-Hao opened this issue Oct 12, 2024 · 1 comment · Fixed by OpenXiangShan/NEMU#574 · May be fixed by OpenXiangShan/NEMU#581
Closed
4 tasks done

csrc instr get wrong mstatus value #3723

Donkey-Hao opened this issue Oct 12, 2024 · 1 comment · Fixed by OpenXiangShan/NEMU#574 · May be fixed by OpenXiangShan/NEMU#581
Labels
bug report Bugs to be confirmed

Comments

@Donkey-Hao
Copy link
Contributor

Before start

  • I have read the RISC-V ISA Manual and this is not a RISC-V ISA question. 我已经阅读过 RISC-V 指令集手册,这不是一个指令集本身的问题。
  • I have read the XiangShan Documents. 我已经阅读过香山文档。
  • 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

After three operations on the mstatus register, using csrw, csrrw, and csrrs to modify mstatus, the use of the csrc instruction to clear certain bits did not work as expected. Detail please check asm code in the zip file below.
Here are screenshots:
image

image

Expected behavior

Since I am not aware of the initial value of mstatus in Xiangshan and NEMU, I cannot infer what the expected value should be. I ran spike got different value, so I am not sure whether NEMU is correct.
image

To Reproduce

csrc.zip

Environment

  • XiangShan branch: master
  • XiangShan commit id: 8bb30a5
  • NEMU commit id: 821ea961
  • SPIKE commit id: 1.1.1-dev

Additional context

I suspect that the issue #3709 with the fle.d instruction may be related to the csrr instruction.

@Donkey-Hao Donkey-Hao added the bug report Bugs to be confirmed label Oct 12, 2024
@Tang-Haojin
Copy link
Member

NEMU's bug. status.MPP cannot hold 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bugs to be confirmed
Projects
None yet
2 participants