-
You mentioned two emulators: Qemu and Spike. Another one to consider may be Renode: https://renode.readthedocs.io/en/latest/
It is written in C# so is a bit slower than Qemu but does provide some w…
-
Hi,
Basicaly i was trying to strip down the CSR requirements of openSBI to make a softcore smaller/faster, and hit the following :
https://github.com/riscv/opensbi/blob/e5a7f556ce22984128bed0a3…
-
As hardware boards are always hard to get, is there a way to support more QEMU boards?
I just found that "[The xPack QEMU Arm](https://xpack.github.io/qemu-arm/)" has supported one dozen ARM mcu an…
-
Kerbi propone añadir el siguiente recurso:
- [Micropython en RISC-V emulando consola NES][https://robotzero.one/micropython-nes-emulator-on-a-risc-v-64-processor/] - Se trata de un proyecto ejecutado …
-
An emulator of RISC-V with Linux. Should be able to execute simple binaries and debug them (`gdb`, `strace` are required at least)
Be ready to integrate along #1, i.e. in single Docker image
-
The ability to run execve() on files within an application's home directory will be removed in target API > 28.
Here is the issue on Google bug tracker:
https://issuetracker.google.com/issues/128554…
-
(this is my first issue, sorry)
This is sort of a bug and sort of a feature request/cry for help. All of the following stuff is new to me, so this is probably user error.
The code I tried is att…
-
```
root@5c4c9da5f014:/# /bin/bash /start.sh
/bin/bash: /start.sh: No such file or directory
```
```
uname -a
Linux 5c4c9da5f014 5.0.0-23-generic #24~18.04.1-Ubuntu SMP Mon Jul 29 16:12:28 UTC 2…
-
template: riscv/qemu-sifive-u
qemu: 4.1.0
gcc:
```
$ riscv64-unknown-elf-gcc --version
riscv64-unknown-elf-gcc (SiFive GCC 8.2.0-2019.05.3) 8.2.0
```
```
$qemu-system-riscv32 -nographic -m…
-
I am getting the following error on the current sail-riscv version
(I added SAIL_FLAGS += -dsmt_verbose to the Makefile):
========================
$ make
mkdir -p generated_definitions/ocaml/RV64…