Hasan Genc

Results 108 comments of Hasan Genc

The latest release of Gemmini on the `master` branch (tagged `v0.7.0`) is compatible with Chipyard 1.8. Hope that fixes your problems

You can set the number of CPUs that you [want here](https://github.com/ucb-bar/gemmini/blob/master/src/main/scala/gemmini/CustomSoCConfigs.scala#L21), and each CPU will have it's own Gemmini. When running software on these Gemminis, you will want to make...

What kind of simulation logs are you thinking about? If you run `run-spike.sh` or `run-verilator.sh`, the program's output will be printed to `stdout`.

resnet50, mobilenet, and mlp are very long-running tests. We would recommend running them on Firesim, but if you run them on Verilator, they will probably take several days to run....

The im2col features are enabled by default now. Are you sure your bottleneck is actually due to im2col? There might be some other operation that's slowing you down. If you're...

The `im2col_en` signal isn't being used anymore. (We'll get rid of that signal in the future; we just haven't gotten around to it yet). What the im2col modules were previously...

AirSim is a quickly changing project and, unfortunately, this package won't currently build with AirSim's most recent commits. The image API, in particular, is outdated. Just give it some time...

We generated one internally a long time ago, but we didn't end up pushing it because it was pretty large. I've taken a look, and I can't find it anymore....

If this is an `mlockall` issue, I'm guessing you're running this on FireSim? Let me know if you are; if so, I'll try building a FireSim image with LargeBoom and...

No worries; it's not a childish question. Gemmini's [Quick Start guide](https://github.com/ucb-bar/gemmini#quick-start) sounds like exactly what you'd need to get started. It describes how to compile the C programs in this...