Skip to content

Commit

Permalink
HOTFIX : Add CUS_ADD custom instruction under the switch cfg (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoubJalali authored Sep 27, 2023
1 parent 5ee1a34 commit 1f8a67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verif/env/corev-dv/custom/cvxif_custom_instr.sv
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ class cvxif_custom_instr extends riscv_custom_instr;
`DV_CHECK_FATAL($cast(cfg_cva6, cfg), "Could not cast cfg into cfg_cva6")
return cfg_cva6.enable_x_extension && (
instr_name inside {
CUS_ADD_MULTI,CUS_NOP,CUS_ADD_RS3,
CUS_EXC,CUS_U_ADD,CUS_S_ADD
CUS_ADD, CUS_ADD_MULTI, CUS_NOP, CUS_ADD_RS3,
CUS_EXC, CUS_U_ADD, CUS_S_ADD
});
endfunction

Expand Down

0 comments on commit 1f8a67a

Please sign in to comment.