Schuyler Eldridge
Schuyler Eldridge
This is on me. Apologies for breaking this... I think the current approach is to special case the valid VCS arguments in riscv-fesvr (or this is what is happening for...
Yeah, this should still be an issue... No resolution as far as I know of, nor have I played around with VCS to try and find a reasonable resolution. (Though...
This isn't finding cde (an old submodule that rocket used called context dependent environments which was eventually replaced by the Config package). Did the submodules of rocket properly initialize (`git...
To most directly answer your question about the "name mapping" of `cde -> context-dependent-environments`, that occurs in that older version of rocket-chip's [`build.scala`](https://github.com/freechipsproject/rocket-chip/blob/f3299ae91d3f01d0349eb4746886e303e8fb1b41/project/build.scala#L20). Can you verify that you're on a...
Both should _theoretically_ (or at least experimentally on my end...) work. The first set is just less verbose in terms of explanation and clones everything one level deeper inside of...
I believe that's due to FIRRTL needing to be made available locally. Try: ``` cd rocket-chip/firrtl sbt publish-local ``` If you don't have `sbt` installed, then use: ``` cd rocket-chip/firrtl...
This is trying to build FANN (fast artificial neural network library), but it either looks like you don't have openmp installed or your version of clang doesn't support it. You...
I went ahead and merged a fix for your first question above. The failure of the `csr.S` and `id.S` were related to the same thing. Dana defines an "xfid" that...
The perfect package is provided by a submodule. Try a `git submodule update --init --recursive`.
It looks like you don't have a RISC-V toolchain installed. The result of installing the toolchain should be that `riscv64-unknown-elf-gcc` is on your path.