- Dec 06, 2016
-
-
Howard Mao authored
This reverts commit 5a799219.
-
Howard Mao authored
-
- Nov 11, 2016
-
-
Howard Mao authored
-
Howard Mao authored
-
Howard Mao authored
-
Howard Mao authored
-
- Oct 22, 2016
-
-
Tim Newsome authored
-
- Oct 21, 2016
-
-
Tim Newsome authored
-
- Oct 20, 2016
-
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
Use port randomization for VCS and OpenOCD
-
- Oct 19, 2016
-
-
Richard Xia authored
-
Tim Newsome authored
This took a lot of refactoring to make it look reasonable. There isn't actually any functional OpenOCD test yet. But a dummy test runs a command (and fails).
-
Richard Xia authored
-
- Oct 15, 2016
-
-
Tim Newsome authored
Requires OpenOCD change 4eba841bfee4b6c347423ac28851ab7ee7e75532
-
- Oct 14, 2016
-
-
Tim Newsome authored
-
- Oct 10, 2016
-
-
Andrew Waterman authored
-
- Oct 04, 2016
-
-
Tim Newsome authored
-
- Oct 01, 2016
-
-
Tim Newsome authored
-
- Sep 30, 2016
-
-
Tim Newsome authored
M-mode writes to triggers with dmode set are now ignored instead of raising an exception. Also added -f/--fail-fast option to gdbserver.
-
Tim Newsome authored
If the last test leaves some triggers set they should be cleaned up.
-
- Sep 28, 2016
-
-
Tim Newsome authored
-
- Sep 22, 2016
-
-
Tim Newsome authored
Fixes issue #30.
-
- Sep 21, 2016
-
-
Tim Newsome authored
-
- Sep 16, 2016
-
-
Tim Newsome authored
No longer use unittest. Now tests can return not_applicable if eg. a desired execution mode isn't implemented on a target. Also we do a better job killing spike processes when a test fails. Did a lot of code cleanup, partly by using pylint. Fix the Makefile so that if the test fails, 'make' actually fails too.
-
- Sep 07, 2016
-
-
Andrew Waterman authored
-
- Sep 03, 2016
-
-
Andrew Waterman authored
-
Tim Newsome authored
-
Tim Newsome authored
-
- Sep 02, 2016
-
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
Doesn't work with Python 2.7.9 which is the default in latest Debian.
-
Tim Newsome authored
-
- Sep 01, 2016
-
-
Brett Cannon authored
-
- Aug 31, 2016
-
-
Andrew Waterman authored
They were almost identical, so I made them actually identical. This will reduce the burden of writing further tests that span base ISAs. Tests can still be specialized for XLEN with ifdefs on e.g. __riscv64.
-
Andrew Waterman authored
Closes #12.
-
- Aug 30, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
This is a pattern GCC should pick up for targets where AMOADD is faster than LW/ADD/SW.
-
- Aug 27, 2016
-
-
Andrew Waterman authored
-