Rachit Nigam
Rachit Nigam
I think @calebmkim might have this on his critical path towards writing the sharing paper (to some extent). We can’t really get resource numbers for bigger designs without this.
Also, worth thinking about how this can enable HBM support: https://github.com/cucapra/calyx/discussions/1106
Yeah, I think the minimal thing to do to get sharing results is to port the Dahlia and TVM frontends to use the sequential read/write memories and default them to...
Note that the Calyx and Dahlia repos need to be updated when using the containers
Yup, you understood the idea perfectly! This is something @EclecticGriffin and I have also discussed before
Because most of the circuit is not doing any useful computation most of the time; the generated C++ is just computing it every cycle and throwing it away. If you...
The unclosed file error is sadly expected. It is a problem with cocotb and they haven’t fixed it
hmm, runt should correctly work with multiple directories. Not sure why it’s failing to do thag
Can you try changing the runt command to cd into the directory and run make from there?
@nathanielnrn seems like the tests are failing?