1. Mar 01, 2018
  2. Feb 10, 2018
  3. Feb 08, 2018
  4. Jan 09, 2018
  5. Jan 06, 2018
    • Tim Newsome's avatar
      Add test for multicore failure · c2e2e068
      Tim Newsome authored
      Specifically, make sure that after resuming all cores, and halting core
      0, that OpenOCD's poll() doesn't mess up the currently selected hart to
      the point where memory accesses intended for core 0 go to core 1.
      c2e2e068
  6. Jan 03, 2018
  7. Dec 28, 2017
  8. Dec 22, 2017
  9. Dec 21, 2017
  10. Dec 13, 2017
  11. Dec 02, 2017
  12. Dec 01, 2017
  13. Nov 28, 2017
  14. Nov 27, 2017
    • Torbjørn's avatar
      Rv32ud tests (#108) · 49f47841
      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
      49f47841
  15. Nov 23, 2017
  16. Nov 21, 2017
  17. Nov 20, 2017
  18. Nov 18, 2017
  19. Nov 17, 2017
  20. Nov 16, 2017
  21. Nov 12, 2017
  22. Nov 10, 2017
  23. Nov 03, 2017
  24. Nov 02, 2017
  25. Nov 01, 2017
  26. Oct 31, 2017
    • Richard Xia's avatar
      Remove cache miss test from last AMO test. (#88) · 4a6eddab
      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.
      4a6eddab