DPU PYNQ on ZCU104 and ZCU111

You need to go back and check what memory is in the original design.
Then check what def loadweight() is doing.
If your design is correct, then all data transfer is done through the DMA. The DMA API for sending and receiving is sendchannel.transfer() and recvchannel.transfer(). Check for those calls in the original design.

Cathal

Hi,
@cathalmccabe
can you please guide me how to load the weights on chip memory?

1 Like

hello,
I’m running into this problem now, how did you solve it at the time?

Please post this as a new question.

Cathal