Skip to content

Commit

Permalink
update 'csr_access_test'
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Pedersen <[email protected]>
  • Loading branch information
silabs-robin committed Sep 7, 2023
1 parent d53922f commit 8feeeb8
Show file tree
Hide file tree
Showing 2 changed files with 5,880 additions and 441 deletions.
7 changes: 2 additions & 5 deletions tests/programs/custom/cv32e40x_csr_access_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@ Generated from "riscv-dv"'s `scripts/gen_csr_test.py`, via core-v-verif's

From top-level:
```
python3 ./bin/gen_csr_access_test.py \
./bin/gen_csr_access_test.py \
--core=cv32e40x \
--clint_enable \
--i_base_enable \
--m_ext_enable \
--umode_enable \
--zc_enable \
--mhpmcounter_num 0 \
--mhpmcounter_num 1 \
--num_triggers 0 \
--pmp_num_regions 0 \
--output=./cv32e40x/tests/programs/custom/cv32e40x_csr_access_test/ \
--m4
```
The above options were the most applicable at the time of writing and are subject to change.
Note that excluded options and parameters need targeted separate testing.

[comment]: # (TODO:silabs-robin Regen with "--xsecure_enable" etc after iss bugfix and rtl progression)
Loading

0 comments on commit 8feeeb8

Please sign in to comment.