gemmini
gemmini copied to clipboard
Berkeley's Spatial Array Generator
Hello, I'm trying to follow the Gemmini IISWC Tutorial. They use a /tutorial directory that I do not have. I'm trying to perform the following steps without the tutorial directory...
Hi All! I was wondering if I could run a C++ code on CustomSoCCGemminiConfig in either Verilator or Spike. So, I searched on the Google to see if I could...
I wish to use Gemmini (or other Chipyard generators) as a package, just like `freechips.rocketchip` published I follow the guidance [here](https://stackoverflow.com/questions/58198378/how-to-use-chisel-module-as-package), trying to publish it as a local package ```bash...
Hi to all! Before starting, I want to state that I am a newbie to this whole GitHub thing. Although I installed Risc-V tools and esp tools, I am unable...
Follow ReadMe.md file and try to build a cycle-accurate Gemmini simulator using Verilator with --debug switch command is not complete or its hung. please check attached screenshot. 
Hi all! I was interested in knowing if you are planning on supporting non-zero padding for the LoopConv state machine. **Use case** TFLite models quantize the input of a layer...
There is an error during build-verilator. But it still goes to the very end and seems to work well. Can someone explain this? 
Hi everyone, I am looking to implement Gemmini on an FPGA (zcu102). I have generated a project with a rocket core to host Gemmini, but I have some questions. I...
I need to apply an offset and then scaling to the output of a matrix computation. Is it possible to do this? I know we can use the "acc_scale" parameter...