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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
riscv_isac/plugins/internaldecoder.py: instrObj.instr_name = 'c.ldsp' instrObj.rd = (rd, 'f') instrObj.rs1 = (2, 'x')
the code mentioned above may cause rd coverage collection failed. instruction c.ldsp does not have 'f' type register.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
riscv_isac/plugins/internaldecoder.py:
instrObj.instr_name = 'c.ldsp' instrObj.rd = (rd, 'f') instrObj.rs1 = (2, 'x')
the code mentioned above may cause rd coverage collection failed. instruction c.ldsp does not have 'f' type register.
The text was updated successfully, but these errors were encountered: