mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Fix vcs-uvm simulation flow (#2485)
This commit is contained in:
parent
8ef28596d5
commit
d577aaf850
1 changed files with 1 additions and 1 deletions
2
verif/env/uvme/uvme_cva6_env.sv
vendored
2
verif/env/uvme/uvme_cva6_env.sv
vendored
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue