Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Feb 26, 2024
1 parent 15c0687 commit 93babed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test_sequential_bare:
- make build
script:
- echo "Running sequential bare tests"
- source sw/pulp-runtime/comfigs/pulpissimo.sh
- source sw/pulp-runtime/configs/pulpissimo.sh
- export PULP_RISCV_GCC_TOOLCHAIN=/usr/pack/riscv-1.0-kgf/pulp-gcc-2.5.0
- export VSIM_PATH=$PWD/build/questasim
- cd sw/regression_tests/sequential_bare_tests && plptest --threads 32 --stdout
Expand All @@ -100,7 +100,7 @@ test_ml:
- make build
script:
- echo "Running ml tests"
- source sw/pulp-runtime/comfigs/pulpissimo.sh
- source sw/pulp-runtime/configs/pulpissimo.sh
- export PULP_RISCV_GCC_TOOLCHAIN=/usr/pack/riscv-1.0-kgf/pulp-gcc-2.5.0
- export VSIM_PATH=$PWD/build/questasim
- cd sw/regression_tests/ml_tests && plptest --threads 32 --stdout
Expand All @@ -121,7 +121,7 @@ test_riscv:
- make build
script:
- echo "Running ml tests"
- source sw/pulp-runtime/comfigs/pulpissimo.sh
- source sw/pulp-runtime/configs/pulpissimo.sh
- export PULP_RISCV_GCC_TOOLCHAIN=/usr/pack/riscv-1.0-kgf/pulp-gcc-2.5.0
- export VSIM_PATH=$PWD/build/questasim
- cd sw/regression_tests/riscv_tests && plptest --threads 32 --stdout
Expand Down Expand Up @@ -163,7 +163,7 @@ test_dm:
- export VSIM_PATH=$PWD/build/questasim
- echo "Running debug module testbench"
# Note that the program is irrelevant we just put something for it to not complain
- cd sim/ && make all simc VSIM_FLAGS="+jtag_dm_tests +srec=../rtl/tb/srec/min.srec"
- make build run_sim VSIM_FLAGS="+jtag_dm_tests +srec=../rtl/tb/srec/min.srec"

fpga_synth_genesys2:
stage: test
Expand Down

0 comments on commit 93babed

Please sign in to comment.