mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
✅ Add ma_fetch test
This commit is contained in:
parent
0abbabad86
commit
95f39d00b8
2 changed files with 6 additions and 6 deletions
2
Makefile
2
Makefile
|
@ -40,7 +40,7 @@ riscv-tests = rv64ui-p-add rv64ui-p-addi rv64ui-p-slli rv64ui-p-addiw rv64ui-p-a
|
|||
rv64ui-p-sraiw rv64ui-p-sraw rv64ui-p-srl rv64ui-p-srli rv64ui-p-srliw rv64ui-p-srlw \
|
||||
rv64ui-p-lb rv64ui-p-lbu rv64ui-p-ld rv64ui-p-lh rv64ui-p-lhu rv64ui-p-lui \
|
||||
rv64ui-p-lw rv64ui-p-lwu \
|
||||
rv64mi-p-csr rv64mi-p-mcsr rv64mi-p-illegal rv64mi-p-ma_addr
|
||||
rv64mi-p-csr rv64mi-p-mcsr rv64mi-p-illegal rv64mi-p-ma_addr rv64mi-p-ma_fetch
|
||||
|
||||
riscv-test = rv64ui-p-add
|
||||
# Search here for include files (e.g.: non-standalone components)
|
||||
|
|
10
README.md
10
README.md
|
@ -66,8 +66,8 @@ Check out the [contribution guide](CONTRIBUTING.md)
|
|||
|
||||
## Machine Mode Tests
|
||||
|
||||
| **Test Name** | **P/F/U** | **Test Name** | **P/F/U** | **Test Name** | **P/F/U** |
|
||||
|---------------|----------------------|---------------|----------------------|---------------|----------------------|
|
||||
| csr | :white_check_mark: | illegal | :white_check_mark: | mcsr | :white_check_mark: |
|
||||
| breakpoint | :white_large_square: | ma_addr | :white_check_mark: | ma_fetch | :white_large_square: |
|
||||
| sbreak | :white_large_square: | scall | :white_large_square: | | |
|
||||
| **Test Name** | **P/F/U** | **Test Name** | **P/F/U** | **Test Name** | **P/F/U** |
|
||||
|---------------|----------------------|---------------|----------------------|---------------|--------------------|
|
||||
| csr | :white_check_mark: | illegal | :white_check_mark: | mcsr | :white_check_mark: |
|
||||
| breakpoint | :white_large_square: | ma_addr | :white_check_mark: | ma_fetch | :white_check_mark: |
|
||||
| sbreak | :white_large_square: | scall | :white_large_square: | | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue