I am trying to perform the multiplication in hardware accelerator. The snippet of configuration is attached here. Before configuring to complex multiplication mode, I have transfer data to Internal RAM by keeping it into FFT mode and disabling the complex multiplication block and FFT also (referred from another e2e thread). The data is getting stored there in Internal RAM that I have checked by putting breakpoints and looking into address. And there is data in memory-bank of HWA also (as required by this mode). But still the output is always 0. Is there anything more to be done here? Please guide if I am missing anything here.