-
I'm following the tutorial and had stumbled on this error
```
qemu-system-riscv64: -drive file=busybox,format=raw,id=hd0: A regular file was expected by the 'file' driver, but something else was gi…
-
spike --dump-dts shows no DT info but the help screen.
Is this the expected behavior or am I doing something wrong?
```
spike --dump-dts
usage: spike [host options] [target options]
Host Opt…
-
### Compiler name
RISC-V binutils and Spike and RISC-V Proxy Kernel
### Compiler version
trunk rv64gc, 1.1.0 Spike, 1.0.0 RISC-V Proxy Kernel
### Compiler language
Assembly, RISC-V code
### Co…
-
I am writing test that checks mcycle value increments. For Spike, the value of mcycle increases, whereas for Sail, the value of mcycle remains constant. Here is the test result screenshot and the asse…
-
# Summary
I am proposing here is that we move from away from a [von Neumann architecture](https://en.wikipedia.org/wiki/Von_Neumann_architecture) and towards a [modified](Modified_Harvard_architect…
-
I'm trying to compile on Linux using the xPack gcc toolchain. However, I get a bunch of errors at the end of linking. I tried adding -fPIC to the cc flags and recompiling but that doesn't help.
``…
-
I'm trying to follow the instructions described in [Bare-metal C Program](https://github.com/d0iasm/rvemu#bare-metal-c-program) in README
I got the following errors (OS: Ubuntu 20.10 x86_64)
```
…
-
**Type of issue**: bug report
**Impact**: unknown
**Development Phase**: request
**Other information**
Hi guys,
I am new to Rocket Chip and I could install the repo witho…
-
I have a LoFive R1 and am trying to follow the instructions [for using the new SDK](https://github.com/mwelling/lofive/wiki#programming-to-lofive-r1-using-the-new-sdk). When I get to the programming …
-
In the same manner that Rocket Chip's Verilator/VCS emulators are able to expose the options that HTIF will consume, Spike should have information about what is going on with HTIF.
To do this, I'm …