Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fmvp.d.x: Fix type in instruction definition
Browse files Browse the repository at this point in the history
A typo in the instruction definition prevented the creation of
fmvp.d.x test cases. Let's fix that.

Signed-off-by: Christoph Müllner <[email protected]>
  • Loading branch information
cmuellner committed Mar 6, 2024
1 parent d0ba311 commit 2ecac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv_ctg/data/fd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ fmvh.x.d:
fcsr_val:$fcsr*/
TEST_FPID_OP_NRM($inst, $rd, $rs1, $fcsr, $correctval, $valaddr_reg, $val_offset, $flagreg, $swreg, $testreg)
fmvh.d.x:
fmvp.d.x:
sig:
stride: 2
sz: 'SIGALIGN'
Expand Down

0 comments on commit 2ecac67

Please sign in to comment.