1. Jan 24, 2023
  2. Oct 08, 2022
  3. Sep 09, 2022
  4. Sep 08, 2022
  5. Sep 07, 2022
  6. Aug 29, 2022
  7. Aug 27, 2022
  8. Jul 19, 2022
  9. May 14, 2022
  10. Feb 25, 2022
  11. Jan 27, 2022
  12. Nov 23, 2021
  13. Oct 22, 2021
  14. Oct 21, 2021
  15. Oct 15, 2021
  16. Sep 13, 2021
  17. Sep 10, 2021
  18. Sep 02, 2021
  19. Jul 24, 2021
  20. Jul 21, 2021
  21. Jul 16, 2021
    • Neel Gala's avatar
      doc updates · ce03b48b
      Neel Gala authored
      includes
      - fixing links from gitlab to github
      - changed riscof-plugin references to point to respect target device repos
      - added a plugins.rst to list all riscof-plugins available for reference to users
      ce03b48b
  22. Jun 30, 2021
  23. Jun 24, 2021
  24. Jun 12, 2021
  25. May 30, 2021
  26. Apr 24, 2021
  27. Jan 27, 2021
  28. Jan 21, 2021
    • Tobias Wölfel's avatar
      Allow path entries relative to model config file · 84a79245
      Tobias Wölfel authored
      Use the `config.ini` directory to build a valid path if the entry is not
      already a valid path.
      Valid paths check before are absolute path and path relative to the
      current working directory.
      
      This allows the user to specify relative paths to the config file.
      A use case for this would be to run the tests at a different location
      from where the model is located. And also if the models location is not
      known at the time when the config file is created.
      
      The config directory is passed to the plugin so the functionality can be
      reused and relative paths are also valid options there.
      
      This patch will allow the following scenario:
      
      File structure of a model plugin:
      ```
      /storage/path/
        |
        config.ini
        model
          |
          model.py
          model_isa.yaml
          model_platform.yaml
      ```
      
      Content of config.ini:
      ```
      DUTPlugin=model
      
      [model]
      ispec=model/model_isa.yaml
      pspec=model/model_platform.yaml
      ```
      
      And an invocation of riscof:
      ```
      $ cd /runtime/path
      $ riscof run --config /storage/path/config.ini
      ```
      84a79245
  29. Jan 14, 2021
  30. Jan 11, 2021