Added support for non-zero padding in instructions mvin and loop_conv_ws
Proposal to solve #229
This is great, thank you! Do you think you could update gemmini_config_ld and gemmini_loop_ws in gemmini.h to reflect the new padding_value parameter?
Also, could you update ConfigMvinRs1 to also reflect the new parameter you added?
No worries if you don't have the time to make these changes; I can add them myself. But it might be a bit before I have the time.
Hi @hngenc, sorry for the delay.
I added the padding_value in gemmini-rocc-tests to all places where it could be needed. See https://github.com/fzi-peccia/gemmini-rocc-tests/tree/non_zero_padding
Hi @hngenc, I created the pull request for my changes in gemmini-rocc-tests https://github.com/ucb-bar/gemmini-rocc-tests/pull/37