diff options
author | Andrew Waterman <andrew@sifive.com> | 2016-11-21 15:29:09 -0800 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2016-11-21 15:29:09 -0800 |
commit | b68b39031a730ecc155ed87fba2ed5f111d0ab07 (patch) | |
tree | 0bee833b8998b094b1b4ed18087538a5d1ae515e /isa/rv64ua/amomin_w.S | |
parent | e135e91b72ea79df1d023262d772cbc4759a4738 (diff) | |
download | riscv-tests-b68b39031a730ecc155ed87fba2ed5f111d0ab07.zip riscv-tests-b68b39031a730ecc155ed87fba2ed5f111d0ab07.tar.gz riscv-tests-b68b39031a730ecc155ed87fba2ed5f111d0ab07.tar.bz2 |
Remove cache miss test from all but one AMO test
This doesn't reduce coverage for cache-based RV64 systems, but will
improve test runtime and work around the need for smaller test footprint
for scratchpad-based RV32 systems.
I would argue that these microarchitectural tests should be in the
domain of torture, and that the last one should be removed, too.
Diffstat (limited to 'isa/rv64ua/amomin_w.S')
-rw-r--r-- | isa/rv64ua/amomin_w.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isa/rv64ua/amomin_w.S b/isa/rv64ua/amomin_w.S index 96b547b..1337d2c 100644 --- a/isa/rv64ua/amomin_w.S +++ b/isa/rv64ua/amomin_w.S @@ -46,4 +46,3 @@ RVTEST_DATA_END .align 3 amo_operand: .dword 0 - .skip 65536 |