Hi everyone, I am testing a data path of NN on PYNQ Z1 (pynq 2.5 img) and created an convolution IP with hls.
Here is my block design:
After uploaded to PYNQ, I got this: Even the ‘conv_0’ had auto completation!!
from pynq import Overlay
overlay = Overlay('sys.bit')
overlay.download()
overlay.ip_dict.keys()
> dict_keys(['conv_0'])
overlay.conv_0
And the error like: > overlay.conv_0---------------------------------------------------------- - Pastebin.com // I’m sorry, but I could use only 2 links …
If anyone could help me with this? Thanks in advance for the help and advice!