Skip to content

Commit

Permalink
DIsable Zicond extension (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoubJalali authored Oct 17, 2023
1 parent 879f84e commit f5ad0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/env/uvme/uvme_cva6_cfg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f5ad0ec

Please sign in to comment.