- Aug 21, 2023
-
-
Qinghao Shi authored
Correct "Clonned" / "Clonning" typos
-
- 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
- Aug 27, 2022
-
-
Neel Gala authored
Fix riscv_config dependency version to 2.10.1
-
Priyansh Rathi authored
-
Priyansh Rathi authored
-
- Jul 19, 2022
-
-
Neel Gala authored
Fix isa generation logic to account for same test with different XLENs.
-
S Pawan Kumar authored
-
S Pawan Kumar authored
-
- Jun 30, 2022
-
-
S Pawan Kumar authored
-
S Pawan Kumar authored
-
- Jun 15, 2022
-
-
S Pawan Kumar authored
-
- Jun 13, 2022
-
-
S Pawan Kumar authored
Fix to ignore irregularities in prefixes of isa. RV32 and RV64 isa can be applicable for the same test.
-