Hasan Genc
Hasan Genc
We're planning to merge that in Gemmini's `master` branch in the next few weeks, along with documentation. We are currently just distracted by some upcoming paper deadlines :) `config_norm` provides...
Haha, thank you! :)
If you have a VCS license, then you might want to use that instead. VCS generates `.vpd` files, which are _much_ smaller than `.vcd`. For those who don't have a...
The commented-out code does the exact same thing as `gemmini_loop_conv_ws`. We just keep the commented-out code to help with debugging and as a form of documentation. The `gemmini_loop_conv_ws` instruction dynamically...
Gemmini should create a new gemmini_params.h file for you when you build a new config. You shouldn't need to change it yourself. But if you _do_ want to change it...
We discuss this a little bit in our [IISWC tutorial](https://sites.google.com/berkeley.edu/gemminitutorialiiswc2021/). (We will also have a new, more up-to-date tutorial up in a few months). You can spit out results from...
Are you sure that failed? It seems from the screenshot that it's still building
We haven't tried to run on real FPGAs before (although I think a user did manage to do that once). We've only been running with Firesim and VCS/Verilator. Does your...
You're right; we don't currently have a test for that. In fact, we added a Config parameter to control whether or not the `ExecuteController` is even able to read data...
@yuzeng2333 Did you run into any errors when installing Chipyard/Gemmini/Spike, [as described here](https://github.com/ucb-bar/gemmini#installing-chipyard-and-spike)? Also, can you make sure you ran `source env.sh` in `chipyard/`? You need to source that `env.sh`...