- Jan 24, 2023
-
-
Graeme Smecher authored
-
- Oct 08, 2022
-
-
Neel Gala authored
-
- Sep 09, 2022
-
-
Prasanna T authored
-
Prasanna T authored
-
- Sep 08, 2022
-
-
Neel Gala authored
-
- Sep 07, 2022
-
-
Neel Gala authored
-
- Aug 29, 2022
-
-
Neel Gala authored
-
- Aug 27, 2022
-
-
Priyansh Rathi authored
-
- Jul 19, 2022
-
-
S Pawan Kumar authored
-
- May 14, 2022
-
-
Neel Gala authored
-
- Feb 25, 2022
-
-
Neel Gala authored
-
- Jan 27, 2022
-
-
S Pawan Kumar authored
-
- Nov 23, 2021
-
-
S Pawan Kumar authored
-
S Pawan Kumar authored
-
- Oct 22, 2021
-
-
S Pawan Kumar authored
-
- Oct 21, 2021
-
-
S Pawan Kumar authored
-
S Pawan Kumar authored
-
S Pawan Kumar authored
-
- Oct 15, 2021
-
-
S Pawan Kumar authored
-
- Sep 13, 2021
-
-
S Pawan Kumar authored
-
- Sep 10, 2021
-
-
Neel Gala authored
-
- Sep 02, 2021
-
-
S Pawan Kumar authored
-
- Jul 24, 2021
-
-
Muhammad Bilal Sakhawat authored
-
Muhammad Bilal Sakhawat authored
-
- Jul 21, 2021
-
-
Muhammad Bilal Sakhawat authored
-
Neel Gala authored
-
- Jul 16, 2021
-
-
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
-
- Jun 30, 2021
-
-
Neel Gala authored
-
Muhammad Bilal Sakhawat authored
-
- Jun 24, 2021
-
-
S Pawan Kumar authored
-
Neel Gala authored
-
- Jun 12, 2021
-
-
S Pawan Kumar authored
-
- May 30, 2021
-
-
Neel Gala authored
-
- Apr 24, 2021
-
-
S Pawan Kumar authored
-
- Jan 27, 2021
-
-
pawks authored
-
- Jan 21, 2021
-
-
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 ```
-
- Jan 14, 2021
-
-
pawks authored
-
- Jan 11, 2021