aboutsummaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Collapse)AuthorFilesLines
2017-12-21tests: bump env to pick up new names for CSRsMegan Wachs1-5/+5
2017-12-12Display env variables used when invoking OpenOCDTim Newsome1-5/+5
This makes it a little easier to just cut and paste from the log when reproducing a failure. (The port number still needs changing though.)
2017-11-27Rename sbadaddr to satpAndrew Waterman1-5/+5
2017-09-14Call postMortem() when a test fails.Tim Newsome1-8/+5
2017-08-16Inform GCC that "sfence.vma" clobbers memoryPalmer Dabbelt1-5/+8
2017-08-04Improve RVC testAndrew Waterman1-5/+5
Make the page-crossing instruction non-idempotent to detect erroneously executing the first 16 bits of the instruction with garbage MSBs.
2017-05-05Check UXL in sstatusAndrew Waterman1-5/+5
2017-05-01Set ELF entry point correctlyAndrew Waterman1-5/+5
2017-03-30New PMP encodingAndrew Waterman1-5/+5
2017-03-27Separate page faults from physical memory access exceptionsAndrew Waterman1-5/+5
2017-03-24Like tests, pass the benchmarks if XLEN disagreesAndrew Waterman1-5/+5
2017-03-23bump envAndrew Waterman1-5/+5
2017-03-21Avoid x3 (gp), which is now TESTNUMAndrew Waterman1-5/+5
2017-03-13Test mstatus.TW, mstatus.TVM, and mstatus.TSR featuresAndrew Waterman1-5/+5
2017-03-09Check mbadaddr in ma_addr testAndrew Waterman1-5/+5
2016-12-07Put env back where it was.Tim Newsome1-8/+5
Fixes #37.
2016-12-07Don't eat compile errors.Tim Newsome1-5/+8
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-8/+5
2016-08-26Update to new breakpoint & counter specAndrew Waterman1-6/+7
2016-08-17Improve AMO testsAndrew Waterman1-5/+6
- avoid code duplication between RV32 and RV64 variants - make LR/SC do something interesting on uniprocessors - avoid requiring M extension
2016-08-16bump envAndrew Waterman1-5/+6
2016-07-11Remove instruction width assumptions to support RVCAndrew Waterman1-5/+5
2016-07-07Update WFI test for priv v1.9Andrew Waterman1-5/+5
2016-07-06Update to new PTE formatAndrew Waterman1-5/+5
2016-06-17bump envAndrew Waterman1-5/+5
2016-06-09Update breakpoint specAndrew Waterman1-4/+4
2016-06-08Add HW breakpoint testAndrew Waterman1-5/+5
2016-05-25Keep tohost/fromhost at deterministic addressAndrew Waterman1-8/+5
2016-05-03Update env, fixing multicore VM testsAndrew Waterman1-5/+8
2016-05-02Stop using tohost/fromhost registersAndrew Waterman1-5/+5
2016-04-30ERET -> xRET; new memory mapAndrew Waterman1-5/+5
For now, we no longer build hex files, because the programs don't start at address 0. This decision will likely be revisited.
2016-04-06Don't use stats register; refer to uarch counters by numberAndrew Waterman1-5/+5
2016-03-14More RV32 testsAndrew Waterman1-5/+5
2016-03-03Make WFI test more strictAndrew Waterman1-4/+4
2016-03-03WIP on priv spec v1.9Andrew Waterman1-5/+5
2015-11-06update envAndrew Waterman1-5/+5
2015-09-28fix to riscv_test.h in envHoward Mao1-5/+5
2015-09-20Remove Hwacha v3 testsAndrew Waterman1-5/+5
2015-07-17don't pass fpu/vector tests when fpu/vector not presentYunsup Lee1-8/+5
2015-07-06Coherence torture test for VM testsAndrew Waterman1-5/+8
VM tests only support one core, so have the other cores hammer on the memory system to attempt to catch simple coherence regressions.
2015-07-05New M-mode timersAndrew Waterman1-5/+5
2015-07-01Add _hard_float check in crt.S.Christopher Celio1-8/+5
2015-05-19Add basic WFI testAndrew Waterman1-5/+8
2015-05-14Fix VM, MIP encodingAndrew Waterman1-5/+5
2015-05-09Update to privileged architecture version 1.7Andrew Waterman1-5/+5
2015-04-03Run RV32 tests on spike with --isa=RV32Andrew Waterman1-5/+5
2015-03-30Update envAndrew Waterman1-5/+5
2015-03-27New virtual memory implementation (Sv39)Andrew Waterman1-5/+5
2015-03-25split out S-mode tests and M-mode testsYunsup Lee1-5/+5
2015-03-24Don't assume PRV1/2 and IE1/2 are resetAndrew Waterman1-5/+5