| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-16 | Link in encoding.h instead of providing a path to it | Palmer Dabbelt | 1 | -1/+1 | |
| 2016-12-27 | Use compressed code if the target supports it. | Tim Newsome | 1 | -0/+1 | |
| The main change was to read misa before running any other test. If misa indicates C is supported, then use compressed code. This required changing some tests, mostly to ensure correct alignment. The single step test also needs to know the correct addresses to step through in compressed code. Only print at most 1000 lines from each log file. | |||||
| 2016-12-07 | Use XLEN macro for these sources as well. | Tim Newsome | 1 | -1/+1 | |
| All tests pass on spike32 and spike64 again. | |||||
| 2016-12-06 | avoid non-standard predefined macros | Andrew Waterman | 1 | -2/+2 | |
| 2016-09-29 | Update dmode test to match spec. | Tim Newsome | 1 | -33/+53 | |
| M-mode writes to triggers with dmode set are now ignored instead of raising an exception. Also added -f/--fail-fast option to gdbserver. | |||||
| 2016-09-02 | Fix/add to instant trigger tests. | Tim Newsome | 1 | -1/+3 | |
| 2016-09-01 | Add some immediate trigger tests. | Tim Newsome | 1 | -6/+6 | |
| 2016-09-01 | Create TriggerTest. | Tim Newsome | 1 | -0/+97 | |
