aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64ua
AgeCommit message (Collapse)AuthorFilesLines
2016-11-21Remove cache miss test from all but one AMO testAndrew Waterman17-161/+2
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.
2016-08-17Improve AMO testsAndrew Waterman2-19/+20
- avoid code duplication between RV32 and RV64 variants - make LR/SC do something interesting on uniprocessors - avoid requiring M extension
2016-07-11Merge rv32ua tests into rv64uaAndrew Waterman2-2/+2
2016-06-22separate ua and um tests from ui testssplit-isa-testsHoward Mao20-0/+1138