-
I tried to use cargo clippy on this code: https://github.com/scfia/scfia-lib/tree/5e75b6da14cc00b925f2c83a4179b89ad85d8592
I expected to see this happen:
- `cargo clippy --fix` does not fail.
- `…
-
Generated test with the following configuration resulted in an infinite looping testcase.
I encountered many such looping tests when I enabled PMP.
Seems like any test with PMP enabled and uses su…
-
I forgot to boot test [v3 of RISC-V LTO enablement](https://lore.kernel.org/20231003-riscv-lto-v3-1-8aca61a4ecb4@kernel.org/) and to my surprise, kernels built with LTO and LLVM 15.0.0 and newer were …
-
I'm trying to create ACT tests for clint and clic (ratified AIA will have the same issue). neither extension adds any instructions so does not need to be passed to the toolchain (toolchain won't reco…
-
In the last edition, a host of new tools for PULP platform support has been added.
Furthermore, a mini regression suite has been added to test some basic functionalities. Thus, a test for the PULP …
-
Hello, thank you for your great tutorial and examples of RISC-V CPU implementation using bluespec language.
I am currently trying to run some tests with Fife pipelined CPU
however, it seems there …
-
When trying to follow the quickstart guide as in: https://riscof.readthedocs.io/en/stable/installation.html# the riscof run command at the very end fails.
I'm running on ubuntu a arm machine.
ri…
-
Now I have a performance issue. Compilers like CORE-V are huge in size, so decided to trim them down a bit. One thing is to leave only default library, by deleting all extra ones inside:
```
~/corev…
-
Hi umer @UmerShahidengr
this is the correct path to env : ~/riscv-arch-test/riscv-test-suite/env - (i passed this manual to get passed the error)
but if we try to generate a test using ctg , it poi…
-
Commit https://github.com/a16z/jolt/commit/160c7f4f44b90247bda73bef3eecfa5c9b2ee267 introduces changes, such as replacing `HyraxScheme` with `HyperKZG` in `jolt_core::jolt::vm::rv32i_vm`. That change …