ci: fix pmp tests (#2851)
Some checks are pending
bender-up-to-date / bender-up-to-date (push) Waiting to run
ci / build-riscv-tests (push) Waiting to run
ci / execute-riscv64-tests (push) Blocked by required conditions
ci / execute-riscv32-tests (push) Blocked by required conditions

Run PMP tests on cv32a65x since PMP has been disabled on cv32a60x by #2848
This commit is contained in:
Valentin Thomazic 2025-03-20 17:43:56 +01:00 committed by GitHub
parent a165a2bb50
commit 75bc12d01b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

@ -315,7 +315,7 @@ pmp_tests:
DASHBOARD_JOB_CATEGORY: "Test suites" DASHBOARD_JOB_CATEGORY: "Test suites"
DV_SIMULATORS: "vcs-uvm" DV_SIMULATORS: "vcs-uvm"
SPIKE_TANDEM: 1 SPIKE_TANDEM: 1
script: source verif/regress/pmp_cv32a60x_tests.sh script: source verif/regress/pmp_cv32a65x_tests.sh
after_script: *simu_after_script after_script: *simu_after_script
.regress_test: .regress_test:

View file

@ -28,7 +28,7 @@ fi
export DV_OPTS="$DV_OPTS --issrun_opts=+debug_disable=1+UVM_VERBOSITY=$UVM_VERBOSITY" export DV_OPTS="$DV_OPTS --issrun_opts=+debug_disable=1+UVM_VERBOSITY=$UVM_VERBOSITY"
export DV_TARGET=cv32a60x export DV_TARGET=cv32a65x
make clean make clean
cd verif/sim/ cd verif/sim/