-
I understand this should have run out of the box (it's the whole point of the Docker container):
$ docker run -it --entrypoint bash -v /media/juan/998ad662-d394-4b61-9a90-bf9ccf790d57/quasisoc/:/q…
-
Are any of the following open-source CPUs targets for powdr?
Specifically, should I ever expect that powdr will run on, say, the Berkeley/SiFive Rocket [rv32ima](https://github.com/chipsalliance/ro…
-
After a successful build and flash, RV32IMA attempts to start but the task watchdog triggers and aborts main. I think it's getting stuck in an infinite loop?
Below is a snapshot of the terminal mon…
-
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…
-
I build rv32im toolchain with the "build-rv32ima" script , changing the target compiler --with-arch=rv32im. Later I compile the program with "riscv32-unknown-elf-gcc -march=rv32i" and I measure the pr…
-
I'm trying to build the GCC Toolcahin from source since the pre-built toolchain isn't compatible with my OS (I'm on RHEL 7) but I can't seem to get the configure options right.
Something in my hex …
-
Hi,
Great update to the readme - thanks.
Out of curiosity, I've been playing with the latest version and wanted to find the max I can do with an 85k Ulx3s board.
Mainly I wanted to see how man…
-
Hi,
I'm trying to build the pk/bbl to a 32-bit target but I think that the right argument it's --with-arch=rv32ima instead of --enable-32bit, also the libs like gcc are not pointing to the right path…
-
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…
-
Hi, this is an exciting project. I have two questions:
1. How do I create my own linux image? Are there any tutorials or materials?
2. What should I do if I need to use your project to simulate el…