- Jun 04, 2024
-
-
James Shi authored
Signed-off-by:Qinghao Shi <shiqinghao.sqh@alibaba-inc.com>
-
- May 19, 2024
- Feb 10, 2024
-
-
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.
-
- Jan 28, 2024
-
-
James Shi authored
Remove unused pip import in setup.py
-
- Aug 27, 2023
-
-
Theodore Ni authored
-
- Aug 25, 2023
-
-
Neel Gala authored
Fix typo in installation.rst
-
Risheng1128 authored
-
- Aug 24, 2023
-
-
Neel Gala authored
Ensure a non-zero return code is set if expected when --no-browser is provided.
-
Matt Lawson authored
Signed-off-by:Matt Lawson <128844552+mlawson-tt@users.noreply.github.com>
-
Neel Gala authored
-
- Aug 21, 2023
-
-
Qinghao Shi authored
Correct "Clonned" / "Clonning" typos
-
- Apr 25, 2023
-
-
Matt Lawson authored
-
- Apr 15, 2023
-
-
Matt Lawson authored
-
- Mar 01, 2023
-
-
Graeme Smecher authored
-
- Jan 30, 2023
-
-
Neel Gala authored
Fix version to 3.7 in actions.
-
S Pawan Kumar authored
-
Neel Gala authored
Update python version to 3.6.15 in github actions.
-
S Pawan Kumar authored
Signed-off-by:S Pawan Kumar <pawan.kumar@incoresemi.com>
-
S Pawan Kumar authored
Signed-off-by:S Pawan Kumar <pawan.kumar@incoresemi.com>
-
S Pawan Kumar authored
riscof_model.py fixes: don't use __init__ return value; use make -k. Fixes #71, #73.
-
- Jan 24, 2023
-
-
Graeme Smecher authored
-
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.
-
- Jan 23, 2023
-
-
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.
-
- Oct 08, 2022
-
-
S Pawan Kumar authored
Update gitlab paths
-
Neel Gala authored
-
Neel Gala authored
-
- Sep 09, 2022
-
-
Neel Gala authored
Fix for the issue https://github.com/riscv-software-src/riscof/issues/62
-
Prasanna T authored
-
Prasanna T authored
-
Prasanna T authored
-
- Sep 08, 2022
- Sep 07, 2022
- Aug 29, 2022
-
-
Neel Gala authored
Fix riscv config version
-