1. Jun 04, 2024
  2. May 19, 2024
  3. Feb 10, 2024
    • Shareef Jalloq's avatar
      bugfix: use os.makedirs instead of os.mkdir · 5db45ae3
      Shareef Jalloq authored
      This commit updates riscof/framework/test to use os.makedirs(...,
      exists_ok=True) which prevents exceptions being raised when trying to
      rerun certain CLI commands that don't expect directories to already
      exist.
      5db45ae3
  4. Jan 28, 2024
  5. Aug 27, 2023
  6. Aug 25, 2023
  7. Aug 24, 2023
  8. Aug 21, 2023
  9. Apr 25, 2023
  10. Apr 15, 2023
  11. Mar 01, 2023
  12. Jan 30, 2023
  13. Jan 24, 2023
    • Graeme Smecher's avatar
      Bump version: 1.25.2 → 1.25.3 · 25000995
      Graeme Smecher authored
      25000995
    • Graeme Smecher's avatar
      riscof_model.py template: Use "-k" (--keep-going) when invoking make. · bc8678bf
      Graeme Smecher authored
      Make is primarily used as a parallel job dispatcher here. Without the -k
      flag, a failing test case early in the run prevents others from being
      scheduled and dispatched at all. We then get the following:
      
      	INFO | Running Tests on Reference Model.
      	INFO | Initiating signature checking.
      	ERROR | Signature file : /path/to/DUT-thing.signature does not exist
      
      ...and no report is generated.
      
      With "-k", make continues to schedule and dispatch test cases even after
      one fails. Fails are determined by comparing signatures against
      references anyways.
      
      Fixes #73.
      bc8678bf
  14. Jan 23, 2023
    • Graeme Smecher's avatar
      Remove return value from __init__ in build template. Fixes #71. · aa258b8c
      Graeme Smecher authored
      This would ordinarily be too nit-picky even in a code review, and I'd
      leave it alone (and would not expect anyone to merge it.) However, this
      code is used as a template and will proliferate. It's already showed up
      in a few RISCOF integrations into third-party RISC-V cores.
      aa258b8c
  15. Oct 08, 2022
  16. Sep 09, 2022
  17. Sep 08, 2022
  18. Sep 07, 2022
  19. Aug 29, 2022