Skip to content

Commit

Permalink
IDV_CONFIG_MAX_NET_LATENCY_RETIREMENTS increased from 21 to 25 to res…
Browse files Browse the repository at this point in the history
…olve an imperas model/RTL mismatch.

Signed-off-by: Pascal Gouedo <[email protected]>
  • Loading branch information
Pascal Gouedo committed Jul 8, 2024
1 parent 2a5ee14 commit b2f1b5c
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 b2f1b5c

Please sign in to comment.