riscv-software-src / riscv-isac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rd cover points are not accounted in the coverage report

misconstrue opened this issue · comments

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.