mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 03:44:46 -04:00
ci: fix pmp tests (#2851)
Run PMP tests on cv32a65x since PMP has been disabled on cv32a60x by #2848
This commit is contained in:
parent
a165a2bb50
commit
75bc12d01b
3 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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/
|
Loading…
Add table
Reference in a new issue