[HOT FIX] : Fix csr tests timeout (#2132)

This commit is contained in:
Jalali 2024-05-20 18:11:10 +00:00 committed by GitHub
parent d4f984dbce
commit 95ad5fb83e
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 --iss_timeout 300
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
cd -