-
I use riscv tools version: 886d8131dbd23533fb04d2d76a80be21d5f9ee7a and riscv-isa-sim version: 53d74f4cc31ecf5bb6499b886d8fcbc992a17920
First I compile `hello.c` with `-g` to `hello.rv`:
```
$ ri…
-
I try to use the `MegaBOOMConfig` in the `boom` branch of the `rocket-chip` repo, but it fails at the following requirement in `rocket/frontend.scala:126`
```
require(fetchWidth * coreInstBytes
-
For example, fpga-zynq's testchipip requires CDE to be built. However, CDE has been excluded with https://github.com/ucb-bar/rocket-chip/pull/444/commits/e8e95d4bcf025f266070819c266c7d7ddae8676f commi…
-
Hi,
I cloned the newest rocket-chip repo and
follow the instructions to compile riscv-tools and emulator.
It worked fine on my iMac about a month ago,
but the current version failed while compiling…
-
I am using a slightly old rocket-chip (but head of rocket-chip currently points to a 20 day old FIRRTL), and the current FIRRTL master breaks it.
I have malformed FIRRTL-generated Verilog that throws…
-
I am trying to get the SHA3 co-processor to run on a zed board by following the README. I get errors, shown below, when I run **make -j4 run CONFIG=Sha3FPGAConfig** . Tests using the emulator seems…
IT302 updated
8 years ago
-
Hello zscale-developers,
could you provide some additional information, how to convert the scala sources to verilog? Adding the following main in zscale.scala results in Chisel. ParameterUndefinedExce…
michg updated
8 years ago
-
Riscv-angel works on Firefox when launched straight from the Internet. But, after git-cloning riscv-angel and then using python -m SimpleHTTPServer and entering http://127.0.0.1:8000/run.html in Firef…
-
I want to build a C emulator that is capable of generating VCD waveform, so I enter the directory of emulator and compile with "make debug". Then I find the an error (gcc version is 5.3.1 20160413, OS…
-
Something in the last 1-2 weeks seems to have broke FIRRTL with regards to java GCC memory limit in using BOOM - I believe this commit (76684cbeb8b5d46138185432bc323a5de2eb7f59).
It's the oldest comm…