Skip to content

Commit

Permalink
Update model/riscv_insts_fext.sail
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Clarke <[email protected]>
Signed-off-by: Tim Hutt <[email protected]>
  • Loading branch information
Timmmm and jrtc27 authored Nov 1, 2024
1 parent 0b8ff1e commit cb4e1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/riscv_insts_fext.sail
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ function clause execute (F_UN_TYPE_S(rs1, rd, FCLASS_S)) = {
}

function clause execute (F_UN_TYPE_S(rs1, rd, FMV_X_W)) = {
X(rd) = sign_extend(F(rs1)[31 .. 0]);
X(rd) = sign_extend(F(rs1)[31..0]);
RETIRE_SUCCESS
}

Expand Down

0 comments on commit cb4e1a1

Please sign in to comment.