Hi there, I was wondering if anyone had experience with creating assemblies where data is sent from an RCC worker to an HDL worker and then back to the software domain again after the HDL worker has finished its processing. In particular, I’m interested in sending a stream of data of 40 64 bit values, waiting a bit, and then receiving a 40 bit answer in reply.
Currently, I am attempting to implement the input interface to the HDL worker with a stream interface. However, when I put this on hardware, only one value is sent to the HDL worker instead of the expected 40. Is it the case that the stream interface is not suitable for this purpose?