-
A fresh clone of rocket-chip with riscv-tools built from the submodule pointer can not run assembly tests in the vsim directory.
The extra vcs arguments are no longer correctly ignored by fesvr and…
-
Hi !
I'm trying to test a simple bare metal C code with qemu-system-riscv32 [1], and I think the jump instructions are off by 4 bytes. You can simply test it by running the "ROM" code of the sifive_e…
-
# Baremetal RISC-V Renode - Part 1: Blinky - y2kbugger
[https://blog.y2kbugger.com/baremetal-riscv-renode-1.html](https://blog.y2kbugger.com/baremetal-riscv-renode-1.html)
-
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…
-
```
/tmp/ccbuxf4K.o: In function `_start':
(.text.init+0x40): undefined reference to `tohost'
/tmp/ccbuxf4K.o: In function `.L0 ':
(.text.init+0x108): undefined reference to `tdat'
/tmp/ccbuxf4K.…
-
We would like to implement a versioning string so that we can easily tell if a version with some non-backwards compatible change is being used by checking the version. I don't think it matters what th…
-
ml2cpp, as it is now, allows converting any ML model to a C++ code for inference purposes.
This code is however not yet optimized to run on small devices : these devices may have low CPU speed, l…
-
I can't figure out what mechanism is used to select what test suite is actually compiled.
Or, what toolchain is used. For instance I am using the `buildroot` toolchain.
Additionally, I don't se…
-
### Background Work
- [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard)
- [X] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues)
- […
-
The build command is as follows:
```shell
../init-build.sh -DPLATFORM=spike -DSIMULATION=TRUE -DSMP=1 -DKernelMaxNumNodes=2 && ninja
./simulate
```
The qemu emulator is stuck in the following pla…