From b124e5df0048c5da22a1dbfe25d40f7fd01a8a64 Mon Sep 17 00:00:00 2001 From: Ayoub Jalali Date: Wed, 27 Sep 2023 11:48:17 +0200 Subject: [PATCH] HOTFIX : Add CUS_ADD custom instruction under the switch cfg --- verif/env/corev-dv/custom/cvxif_custom_instr.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verif/env/corev-dv/custom/cvxif_custom_instr.sv b/verif/env/corev-dv/custom/cvxif_custom_instr.sv index 573e801bcf..b92295cf72 100644 --- a/verif/env/corev-dv/custom/cvxif_custom_instr.sv +++ b/verif/env/corev-dv/custom/cvxif_custom_instr.sv @@ -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