Skip to content

Commit

Permalink
Fix vcs-uvm simulation flow (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
AEzzejjari authored Aug 30, 2024
1 parent 8ef2859 commit d577aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/env/uvme/uvme_cva6_env.sv
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function void uvme_cva6_env_c::build_phase(uvm_phase phase);
`uvm_info("CFG", $sformatf("Found configuration handle:\n%s", cfg.sprint()), UVM_DEBUG)
end

cfg.rvfi_cfg.nret = cfg.CVA6Cfg.NrCommitPorts;
cfg.rvfi_cfg.nret = RTLCVA6Cfg.NrCommitPorts;

if (cfg.enabled) begin
void'(uvm_config_db#(uvme_cva6_cntxt_c)::get(this, "", "cntxt", cntxt));
Expand Down

0 comments on commit d577aaf

Please sign in to comment.