Replies: 2 comments 3 replies
-
Note that there is experimental Vitis support now. You can synthesize things with the Vitis backend. However, there is no equivalent of VivadoAccelerator just yet. If you do use the Vitis backend, try to use the "Latency" strategy instead of "Resource" if you can since Resource winds up being much slower (and maybe even bigger). We are trying to follow up on those issues. |
Beta Was this translation helpful? Give feedback.
-
Hi @Cheatz04 , can you give some more detail about how you have tried to access the AXI interfaced block? Have you been using the |
Beta Was this translation helpful? Give feedback.
-
Hey peers,
I am having a problem to find the right approach to access my synthesized network from vitis. Most of my project runs in vitis, it's a network and supposed to calculate one output out of six inputs.
I synthesized the IP block and generated a Vivado block design from it using the design.tcl script.
My board is the digilentinc.com:zybo-z7-20:part0:1.0.
Until now, I have tried to export the hardware, build a platform project and write my application on top of the hardware accelerator, but all attempts to access the Axi interfaced NN-Block have failed. Any suggestions on how to access the block?
Thank you all in advance.
Beta Was this translation helpful? Give feedback.
All reactions