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
Spin-off of openhwgroup/cva6#2734: instruction fence.i is always available, even if extension Zifencei is not enabled in the ISA string. This must be changed to obey the optional nature of Zifencei.
Tasks:
Ensure that the proper flag for optional presence of Zifencei exists (implement one if not.)
Add appropriate guard to fence.i implementation.
Update ISA strings where appropriate.
Test.
The text was updated successfully, but these errors were encountered:
zchamski
added a commit
to ThalesSiliconSecurity/core-v-verif
that referenced
this issue
Jan 24, 2025
Spin-off of openhwgroup/cva6#2734: instruction
fence.i
is always available, even if extensionZifencei
is not enabled in the ISA string. This must be changed to obey the optional nature ofZifencei
.Tasks:
The text was updated successfully, but these errors were encountered: