Skip to content

Commit

Permalink
Merge pull request #2498 from pascalgouedo/cv32e40p/dev_dd_pgo
Browse files Browse the repository at this point in the history
IDV_CONFIG_MAX_NET_LATENCY_RETIREMENTS increased from 21 to 25 to resolve an imperas model/RTL mismatch.
  • Loading branch information
pascalgouedo authored Jul 8, 2024
2 parents 2a5ee14 + b2f1b5c commit 95e5628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cv32e40p/tb/uvmt/uvmt_cv32e40p_imperas_dv_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ module uvmt_cv32e40p_imperas_dv_wrap
// Select processor name
void'(rvviRefConfigSetString(IDV_CONFIG_MODEL_NAME, "CV32E40P"));
// Worst case propagation of events 19+2 retirements. (19 due to long fpu multicycle instr that observed meantime. +2 is buffer)
void'(rvviRefConfigSetInt(IDV_CONFIG_MAX_NET_LATENCY_RETIREMENTS, 21));
void'(rvviRefConfigSetInt(IDV_CONFIG_MAX_NET_LATENCY_RETIREMENTS, 25));
// Redirect stdout to parent systemverilog simulator
void'(rvviRefConfigSetInt(IDV_CONFIG_REDIRECT_STDOUT, RVVI_TRUE));

Expand Down

0 comments on commit 95e5628

Please sign in to comment.