Occasional test timeouts #2497
Labels
Common Infrastructure
Library components or scriptware common to all environments in CORE-V-VERIF
cv32e40p
enhancement
New feature or request
Occasional test timeouts
In very rare cases (occurrence of about 1 in 10,000 tests), a combination of different factors causes some tests to take longer than the timeout value specified in the regression file.
Among these factors, there are :
However, to avoid extending simulation times, it was decided not to increase this timeout value and keep it as is.
Type
Steps to Reproduce
Environment setup:
corev-openhw-gcc-centos7-20240530
imperas_idv/eng.20240530.0
to reproduce the issue:
to reproduce a case that solves the issue (removing optional argument), from
cv32e40p/sim/uvmt
use this make command instead:The last command runs the test until its end without timeout, at around 70ms simulation time.
Log example:
Additional context
In the above steps, ISS and coverage are enabled, but the issue can be reprocued without it since it is only pure simulation time issue.
For reference, the following files are attached:
CFG_PLUSARGS=+UVM_TIMEOUT=50000000
removed and without coverage to speed-up running time.The text was updated successfully, but these errors were encountered: