gemmini icon indicating copy to clipboard operation
gemmini copied to clipboard

Berkeley's Spatial Array Generator

Results 116 gemmini issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/79641380/176876956-4278892c-4170-4137-ab65-47827aa3985b.png)

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? ![error_during_build_verilator](https://user-images.githubusercontent.com/57244187/179643883-7453a04d-2664-44b3-a3e7-215a25080597.png)

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...