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
There is a typo in the riscv-ctg PR (riscv_ctg/data/fd.yaml): s/fmvh.d.x/fmvp.d.x
After fixing the typo the test generation fails, because riscv-isac can't handle that instruction
The text was updated successfully, but these errors were encountered:
PR #330 is pending to add support for Zfa. The PR is missing fmvp.d.x, a RV32_Zfa instruction.
I suggest accepting the PR and adding fmvp.d.x later. This issue is to make sure the missing instruction is not forgotten.
Accodring to the PR #330 discussion (March 6, 2024), riscv-isac need enhancement to support fmv.p.d.
#330
There is a typo in the riscv-ctg PR (riscv_ctg/data/fd.yaml): s/fmvh.d.x/fmvp.d.x
After fixing the typo the test generation fails, because riscv-isac can't handle that instruction
The text was updated successfully, but these errors were encountered: