1. Mar 02, 2018
  2. Dec 22, 2017
  3. Dec 21, 2017
  4. Dec 13, 2017
  5. Dec 02, 2017
  6. Dec 01, 2017
  7. Nov 28, 2017
  8. 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
  9. Nov 23, 2017
  10. Nov 21, 2017
  11. Nov 20, 2017
  12. Nov 18, 2017
  13. Nov 17, 2017
  14. Nov 16, 2017
  15. Nov 12, 2017
  16. Nov 10, 2017
  17. Nov 03, 2017
  18. Nov 02, 2017
  19. Nov 01, 2017
  20. 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
    • Richard Xia's avatar
      Declare trap handlers as global symbols. (#87) · dc871484
      Richard Xia authored
      This allows them to be referenced by other files, such as a test environment
      that lives in a separate compilation unit.
      dc871484
  21. Oct 27, 2017
  22. Oct 25, 2017
  23. Oct 20, 2017
  24. Oct 13, 2017