mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 12:17:19 -04:00
DIsable Zicond extension (#1537)
This commit is contained in:
parent
879f84e313
commit
f5ad0ecef5
1 changed files with 1 additions and 1 deletions
2
verif/env/uvme/uvme_cva6_cfg.sv
vendored
2
verif/env/uvme/uvme_cva6_cfg.sv
vendored
|
@ -109,7 +109,7 @@ class uvme_cva6_cfg_c extends uvma_core_cntrl_cfg_c;
|
|||
ext_zbt_supported == 0;
|
||||
ext_zifencei_supported == 1;
|
||||
ext_zicsr_supported == 1;
|
||||
ext_zicond_supported == 1;
|
||||
ext_zicond_supported == 0;
|
||||
|
||||
mode_s_supported == 0;
|
||||
mode_u_supported == 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue