mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
fixing test
This commit is contained in:
parent
1f1ddbb3ce
commit
f3ea34ac64
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue