1. Nov 18, 2017
  2. Nov 17, 2017
  3. Nov 16, 2017
  4. Nov 12, 2017
  5. Nov 10, 2017
  6. Nov 03, 2017
  7. Nov 02, 2017
  8. Nov 01, 2017
  9. 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
  10. Oct 27, 2017
  11. Oct 25, 2017
  12. Oct 20, 2017
  13. Oct 13, 2017
  14. Oct 05, 2017
  15. Sep 30, 2017
    • Tim Newsome's avatar
      Make ExamineTarget multi-core aware. · 76029e5a
      Tim Newsome authored
      Now on multi-core targets it only runs once, wasting less time.
      76029e5a
    • Tim Newsome's avatar
      Fix tests to work in multi-gdb mode. · 49fc83aa
      Tim Newsome authored
      The Gdb class now can handle connecting to more than one gdb. It
      enumerates the harts across all connections, and when asked to select a
      hart, it transparently sends future gdb commands to the correct
      instance.
      
      Multicore tests still have to be aware of some differences. The main one
      is that when executing 'c' in RTOS mode, all harts resume, while in
      multi-gdb mode only the current one resumes. Additionally, gdb doesn't
      set breakpoints until 'c' is issued, so the hart where breakpoints are
      set needs to be resumed before other harts might see them.
      49fc83aa
  16. Sep 23, 2017
  17. Sep 22, 2017
  18. Sep 20, 2017
  19. Sep 19, 2017
  20. Sep 16, 2017
  21. Sep 15, 2017