Skip to content

Commit

Permalink
use pmp_random test
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Jan 8, 2025
1 parent 6c4e71a commit c2fcad8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/run_regression_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ run_regression_test(){
DIR="run_${NAME}_${COVERAGE}_${USER_MODE}"

# TODO find proper place to set max cycles if this is necessary
if [ "$NAME" = "pmp" ]; then
if [ "$NAME" = "pmp_random" ]; then
EXTRA_ARGS='TB_MAX_CYCLES=8000000'
else
EXTRA_ARGS=
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-regression-cache-wayback-0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
matrix:
bus: ["axi", "ahb"]
test: ["hello_world", "hello_world_dccm", "cmark", "cmark_dccm", "cmark_iccm", "dhry", "ecc",
"csr_misa", "csr_access", "csr_mstatus", "csr_mseccfg", "modesw", "insns", "irq", "perf_counters", "pmp", "write_unaligned",
"csr_misa", "csr_access", "csr_mstatus", "csr_mseccfg", "modesw", "insns", "irq", "perf_counters",
"pmp", "pmp_random", "write_unaligned",
"icache", "bitmanip"]
coverage: ["branch", "toggle"] #TODO: add functional coverage
priv: ["0", "1"]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-regression-cache-wayback-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
matrix:
bus: ["axi", "ahb"]
test: ["hello_world", "hello_world_dccm", "cmark", "cmark_dccm", "cmark_iccm", "dhry", "ecc",
"csr_misa", "csr_access", "csr_mstatus", "csr_mseccfg", "modesw", "insns", "irq", "perf_counters", "pmp", "write_unaligned",
"csr_misa", "csr_access", "csr_mstatus", "csr_mseccfg", "modesw", "insns", "irq", "perf_counters",
"pmp", "pmp_random", "write_unaligned",
"icache", "bitmanip"]
coverage: ["branch", "toggle"] #TODO: add functional coverage
priv: ["0", "1"]
Expand Down

0 comments on commit c2fcad8

Please sign in to comment.