Skip to content

Conv csim fix

Javier Duarte requested to merge github/fork/vloncar/conv_csim_fix into master

Created by: vloncar

C simulation of KERAS_conv1d example model fails due to the size of mult array, which get allocated on stack. Synthesis however, works as expected. So instead stack allocation, allocate using malloc during csim, but still use standard [] allocation during synthesis.

Merge request reports

Loading