Torben
Torben
Hi, (1) TaPaSCo only uses Vitis/Vivado tools. Hence, everything which is supported by Vitis you can use, please consult Vitis documentation for dynamic-sized arrays. (2) ```tapasco hls``` allows two different...
Hi, the error message indicates that your PE tries to access a virtual memory address which is not backed by a physical memory page, so probably has not been allocated...
Hi, I tried to reproduce your issue with 64 MB buffers, however, it worked on my side. The given error message indicates that the Linux Kernel cannot resolve the requested...
This is probably related to the BRAM of the status core being too small to hold the names of all PEs. Shortening the name of the PE should solve this.
There is also other platform-dependent information encoded in the status core, e.g. DMA engine and DMA interrupts are only used on PCIe device. This may reduce the space left for...