mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 05:37:16 -04:00
HOTFIX : Add CUS_ADD custom instruction under the switch cfg (#1479)
This commit is contained in:
parent
5ee1a340e3
commit
1f8a67a9b5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue