Hasan Genc
Hasan Genc
Also, can you make sure that you ran `./scripts/build-toolchains.sh` with the `esp-tools` argument? Otherwise, you won't have the right version of the RISCV toolchain.
If you're sure you sourced "env.sh", then my guess would be that the build-toolchains.sh script failed. Can you try running that script again, but try saving the output to a...
I'm not familiar with those particular errors... Could you also send me the full output of the command? You can save it in a Gist
Sorry, I wasn't able to find anything obviously wrong in the log. I'm a bit lost on this particular issue, and I'm also not sure if I can replicate it
No plans to implement this in the next few months. But after the ASPLOS deadline (in October), I might have more bandwidth to add more features. Sorry about that! I'll...
That's wonderful; looking forward to it!
I actually did this years ago, but I never merged it into the main branch. Are you able to run the C programs in `software/gemmini-rocc-tests` (as described [here](https://github.com/ucb-bar/gemmini#software)?) If so,...
I'm not sure which image-processing library would be best for your needs — I'm mostly just familiar with OpenCV, but I imagine that cross-compiling it for RISC-V would be difficult...
When you simulate Gemmini on Firesim, you’ll be running on a fully-functional Linux kernel, with a fully-functional software stack. That makes 3rd-party software compilation a lot easier. Verilator/Spike are really...
`hasIm2Col = true` unfortunately doesn't work on `dev` right now. I believe this was caused by our shift to single-ported, instead of dual-ported, SRAMs. We'll fix that when we have...