- Mar 02, 2018
-
-
Howard Mao authored
-
- Dec 22, 2017
-
-
Tim Newsome authored
I hope to use this in riscv-tools' regression.sh.
-
Megan Wachs authored
tests: bump env to pick up new names for CSRs
-
Megan Wachs authored
-
- Dec 21, 2017
-
-
Tim Newsome authored
gdb gets target XLEN from register width now, so this is taken care of automatically.
-
Tim Newsome authored
-
- Dec 13, 2017
-
-
Tim Newsome authored
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.)
-
- Dec 02, 2017
-
-
Tim Newsome authored
-
- Dec 01, 2017
-
-
Tim Newsome authored
Clean up VcsSim init()
-
Tim Newsome authored
Use a unique log file, so you can run multiple instances at once. Add time out to waiting for the simulator to be ready.
-
- Nov 28, 2017
-
-
Andrew Waterman authored
-
- Nov 27, 2017
-
-
Torbjørn authored
* Probably implemented the changes required to support fadd test for rv32ud * Created test files in rv32ud, implemented working(?) test for ldst * fclass, fcvt_w, fmin and recoding seem to be working now * Got fdiv (and sqrt) tests working * fmadd tests seem to work * fcmp works * [WIP] fcvt working, but lacks a 32-bit implementation of the final test * Renamed macro TEST_LDST_D32 to TEST_CASE_D32 to indicate that it can be used for more than just LDST * Added Makefrag for rv32ud tests and included in main isa Makefile * Don't run 64-bit tests if the defined XLEN is 32
-
- Nov 23, 2017
-
-
Christopher Celio authored
Closes #105.
-
- Nov 21, 2017
-
-
Andrew Waterman authored
Closes #103
-
- Nov 20, 2017
-
-
Tim Newsome authored
Fixes --print-failures sometimes not actually printing out details about failures.
-
Tim Newsome authored
-
- Nov 18, 2017
-
-
Megan Wachs authored
debug: Fix the XLEN command line check
-
Megan Wachs authored
-
- Nov 17, 2017
-
-
Megan Wachs authored
* Debug: Actually use the --32 and --64 command line arguments * debug: make XLEN mismatch message clearer
-
Tim Newsome authored
-
- Nov 16, 2017
-
-
Tim Newsome authored
-
- Nov 12, 2017
-
-
Andrew Waterman authored
-
- Nov 10, 2017
-
-
Andrew Waterman authored
-
Andrew Waterman authored
misa is allowed to be hardwired to 0, so checking its U bit could incorrectly suggest that U-mode is not supported.
-
- Nov 03, 2017
-
-
Tim Newsome authored
When not passed, they are no longer printed out.
-
Tim Newsome authored
-
- Nov 02, 2017
-
-
Megan Wachs authored
* debug: Need to apply remotetimeout before connecting to remote target * debug: whitespace cleanup
-
Christopher Celio authored
Closes #89
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
This test would fail intermittently if gdb on the first hart managed to set a breakpoint, resume, halt, and clear the breakpoint before the second hart got a chance to resume.
-
- Nov 01, 2017
-
-
Palmer Dabbelt authored
Temporarily comment out MulticoreRegTest due to flakiness.
-
Richard Xia authored
-
- Oct 31, 2017
-
-
Richard Xia authored
Follow-up to b68b3903. The 64KiB allocated by the code to force a cache miss makes it impossible to run the test from any memories that are smaller 64KiB, such as scratchpad memories or LIMs. Since this is trying to test microarchitectural behavior, they don't belong in these ISA tests anyway.
-
Richard Xia authored
This allows them to be referenced by other files, such as a test environment that lives in a separate compilation unit.
-
- Oct 27, 2017
-
-
Andrew Waterman authored
-
Richard Xia authored
-
- Oct 25, 2017
-
-
Tim Newsome authored
I need this for CompareSections to pass when I instrument spike to be really slow.
-
- Oct 20, 2017
-
-
Tim Newsome authored
-
- Oct 13, 2017
-
-
Tim Newsome authored
Fixes #83.
-