Hasan Genc

Results 108 comments of Hasan Genc

Sorry for the late response. I think that the im2col module may work if you set the `sp_singleported` option to `false`. `im2col` should also be working on `master`. > I...

Thanks for the update. I guess we need to just fix the im2col bug in that case on `dev`. > I guess convolution hardware mapping logic in 'dev' branch is...

I think we should be able to support this without too much trouble. @simonguozirui will take a stab at making a PR for this next week.

@Teut0nic If you're having issues with the `./scripts/build-toolchains.sh esp-tools` step, then it might be worth asking about it on the Chipyard mailing list, as that isn't a Gemmini-specific problem. Are...

That's expected. VCS takes less time to build, so I would recommend that if you have a license.

What if you try adding a `-j8` to this line: https://github.com/ucb-bar/gemmini/blob/master/scripts/build-verilator.sh#L32 That should make your build faster. (In fact, I should probably make that the default).

We don't have any intention of publishing Gemmini as an independent package outside of Chipyard. May I ask why you want to `publishLocal`?

@12ff7a6 Hmm, we haven't tried to run on FPGAs before. Are you able to replicate this issue on Verilator/VCS or Firesim? @johnny-wang16 I'm not familiar with that error. Do you...

The Im2col unit is currently broken, and we haven't gotten around to fixing it yet. However, the default conv function (described [here](https://github.com/ucb-bar/gemmini/tree/dev#gemmini_loop_conv_ws-conv-loop-ws-dataflow) has been improved so that in many cases,...

Most probably, your Chipyard commit does not match CHIPYARD.hash. Try checking out an earlier release of Gemmini, which might be compatible with your version of Chipyard.