Add ma_fetch test

This commit is contained in:
Florian Zaruba 2017-06-08 15:39:48 +02:00
parent 0abbabad86
commit 95f39d00b8
2 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -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: | | |