fixing test

This commit is contained in:
Maxime COLSON 2025-04-14 08:50:50 +02:00
parent 1f1ddbb3ce
commit f3ea34ac64
2 changed files with 3 additions and 1 deletions

View file

@ -236,7 +236,9 @@ iti-test:
DV_SIMULATORS: "vcs-testharness"
script:
- bash verif/regress/iti_test.sh
- diff .gitlab-ci/iti_reference.trace .gitlab-ci/iti.trace
- python3 .gitlab-ci/scripts/report_pass.py
- rm .gitlab-ci/iti.trace
spyglass:
extends:

View file

@ -44,7 +44,7 @@ make -C ../.. clean
make clean_all
python3 cva6.py --elf_tests ../tests/custom/ITI/test_iti_asm.o --target cv32a65x --iss_yaml cva6.yaml --iss=$DV_SIMULATORS --linker=../../config/gen_from_riscv_config/cv32a65x/linker/link.ld --isscomp_opts=ITI_ENABLE=1 $DV_OPTS
#python3 cva6.py --c_tests ../tests/custom/ITI/test_iti_asm.c --iss_yaml cva6.yaml --target cv32a65x --iss=$DV_SIMULATORS --linker=../../config/gen_from_riscv_config/cv32a65x/linker/link.ld --gcc_opts="$CC_OPTS" $DV_OPTS --isscomp_opts=ITI_ENABLE=1
diff ../../.gitlab-ci/iti_reference.trace iti.trace
cp iti.trace ../../.gitlab-ci
make -C ../.. clean
make clean_all