1. Aug 23, 2017
  2. Aug 17, 2017
  3. Aug 15, 2017
  4. Aug 14, 2017
  5. Aug 12, 2017
  6. Aug 11, 2017
  7. Aug 09, 2017
  8. Aug 08, 2017
  9. Aug 05, 2017
  10. Aug 04, 2017
    • Andrew Waterman's avatar
      Improve RVC test · 7ab7ad44
      Andrew Waterman authored
      Make the page-crossing instruction non-idempotent to detect erroneously
      executing the first 16 bits of the instruction with garbage MSBs.
      7ab7ad44
  11. Aug 01, 2017
    • Tim Newsome's avatar
      Fix the end of MulticoreTest. · ea9e37ff
      Tim Newsome authored
      Now it actually confirms that we're talking to two different cores which
      have different values in their registers. Previously it could have been
      fooled if eg. the thread command was a nop.
      ea9e37ff
  12. Jul 28, 2017
  13. Jul 26, 2017
  14. Jul 22, 2017
  15. Jul 21, 2017
  16. Jul 19, 2017
  17. Jul 13, 2017
  18. Jul 07, 2017
  19. Jul 04, 2017
  20. Jun 28, 2017
  21. Jun 27, 2017
    • Tim Newsome's avatar
      Move target definition into individual files. · 272e12eb
      Tim Newsome authored
      Instead of defining each target in targets.py, now each target gets its
      own .py file. This means people can easily keep their own target files
      around that they may not want to put into the main test source. As part
      of that, I removed the freedom-u500-sim target since I assume it's only
      used internally at SiFive.
      
      Added a few cleanups as well:
      * Update README examples, mostly --sim_cmd instead of --cmd.
      * Allow defining misa in a target, to skip running of ExamineTarget.
      * Rename target.target() to target.create(), which is less confusing.
      * Default --sim_cmd to `spike`
      * Got rid of `use_fpu`, instead looking at F or D in $misa.
      272e12eb
  22. Jun 24, 2017
  23. Jun 23, 2017