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
Your point seems correct, and we forgot to include the FS and XS bits in the floating point extension implementation. We will implement the feature.
I'm sorry for my late response. I would like to mention that I work at a university in Japan, and currently, we are in one of the busiest periods of the year due to many important events, such as the thesis defense and some important examinations. This has significantly limited my time to check everything...
Currently, I do not have enough time to fix this issue. To ensure it is not forgotten, I have reopened it. Once the issue is resolved, I will close it again. Thank you!
Hi,
After runing instruction
csrs mstatus, a0
(a0=0x00007800) in rsd, mstatus is set to 0x00007800, not the expected value 0x80007800.According to the privilege specification of RISC-V, if FS=11, SD should be set to 1.
So I wonder is this a bug in rsd?
The text was updated successfully, but these errors were encountered: