Increase simulation time on CSR tests (#2361)

This commit is contained in:
Jalali 2024-07-12 14:21:04 +00:00 committed by GitHub
parent e53c669df1
commit da1c7477ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,6 @@ if ! [ -n "$DV_SIMULATORS" ]; then
fi
cd verif/sim/
python3 cva6.py --testlist=../tests/testlist_csr_embedded.yaml --iss_yaml cva6.yaml --target $DV_TARGET --iss=$DV_SIMULATORS $DV_OPTS --priv=m -i 1
python3 cva6.py --testlist=../tests/testlist_csr_embedded.yaml --iss_yaml cva6.yaml --target $DV_TARGET --iss=$DV_SIMULATORS $DV_OPTS --priv=m --iss_timeout 600
cd -