Skip to content

Commit

Permalink
Merge pull request openhwgroup#2223 from silabs-hfegran/dev_hf_regres…
Browse files Browse the repository at this point in the history
…s_wfe_xsec

Enabled wfe_test and xsecure_* tests in full regression
  • Loading branch information
silabs-robin authored Oct 3, 2023
2 parents 412173a + b24f0fe commit 33a0d70
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cv32e40s/regress/cv32e40s_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -541,3 +541,20 @@ tests:
dir: cv32e40s/sim/uvmt
cmd: make test TEST=debug_test_0_triggers

wfe_test:
description: Short directed wfe test
builds: [ uvmt_cv32e40s_clic, uvmt_cv32e40s ]
dir: cv32e40s/sim/uvmt
cmd: make test TEST=wfe_test

xsecure_test:
description: xsecure test
builds: [ uvmt_cv32e40s_clic ]
dir: cv32e40s/sim/uvmt
cmd: make test TEST=xsecure_test

xsecure_csrs:
description: xsecure csr test
builds: [ uvmt_cv32e40s_clic, uvmt_cv32e40s ]
dir: cv32e40s/sim/uvmt
cmd: make test TEST=xsecure_csrs
1 change: 1 addition & 0 deletions cv32e40s/tests/cfg/clic_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ compile_flags:
+define+CLIC_EN
+define+PMP_ENABLE_64
ovpsim: >
--override cpu/hpmcounter_undefined=T
--override cpu/CLICLEVELS=256
--override cpu/CLICXCSW=T
--override cpu/CLICXNXTI=T
Expand Down

0 comments on commit 33a0d70

Please sign in to comment.