1. Apr 24, 2021
  2. Feb 05, 2021
  3. Jan 27, 2021
  4. Jan 22, 2021
  5. Jan 21, 2021
    • Tobias Wölfel's avatar
      Bump version: 1.18.2 → 1.18.3 · 9701f6b0
      Tobias Wölfel authored
      9701f6b0
    • 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
  6. Jan 14, 2021
  7. Jan 11, 2021
  8. Nov 10, 2020
  9. Nov 09, 2020
  10. Nov 08, 2020
  11. Nov 07, 2020
  12. Oct 26, 2020