Skip to content

Commit

Permalink
Modify PMP scripts to be included into CI : add the script in gitlab-…
Browse files Browse the repository at this point in the history
…ci, update the sh script to run all the tests and add the missing parameter in cva6.py
  • Loading branch information
OlivierBetschi committed Dec 5, 2024
1 parent 2ab9029 commit 66df52c
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 235 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,19 @@ riscv-tests-p:
script: source verif/regress/dv-riscv-tests.sh
after_script: *simu_after_script

pmp_tests_cv32a65x:
extends:
- .fe_smoke_test
variables:
DASHBOARD_JOB_TITLE: "[DEBUG! TO REMOVE FROM LIGHTS TESTS] PMP cv32a65x"
DASHBOARD_JOB_DESCRIPTION: "PMP regression tests"
DASHBOARD_SORT_INDEX: 0
DASHBOARD_JOB_CATEGORY: "Basic"
DV_SIMULATORS: "vcs-uvm"
SPIKE_TANDEM: 1
script: bash verif/regress/pmp_cv32a65x_tests.sh
after_script: *simu_after_script

.verif_test:
extends:
- .regress_test
Expand Down
Loading

0 comments on commit 66df52c

Please sign in to comment.