Skip to content

Commit

Permalink
Fix cva6_cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed May 16, 2024
1 parent 270e879 commit fdaffd2
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 @@ -179,7 +179,7 @@ class uvme_cva6_cfg_c extends uvma_core_cntrl_cfg_c;
isacov_cfg.reg_crosses_enabled == 0;
isacov_cfg.reg_hazards_enabled == 1;
rvfi_cfg.nret == cva6_config_pkg::CVA6ConfigNrCommitPorts;
rvfi_cfg.unified_exceptions == 0;
unified_traps == 0;

if (is_active == UVM_ACTIVE) {
clknrst_cfg.is_active == UVM_ACTIVE;
Expand Down

0 comments on commit fdaffd2

Please sign in to comment.