You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the Hardware Acceleration tutorial and in the first task (01 convolution) , i had to download xilinx_u200_gen3x16_xdma_1_202110_1 package, but unable to find the exact package and hence downloaded,
xilinx_u200_gen3x16_xdma_2_202110_1 package, but getting a error,
This code was setup/meant for xilinx_u200_gen3x16_xdma_1_202110_1, please guide on what changes I have to make for it to be compatible for xilinx_u200_gen3x16_xdma_2_202110_1. Like (part no in .tcl script,) or any other changes.
Thank you
The text was updated successfully, but these errors were encountered:
Hi @srisurya-m , can you please share the full error that you are getting while building the design?
Also, did you try to modify the make_options.mk file with the latest platform?
Hi @srisurya-m, I just tested the tutorial build run with xilinx_u200_gen3x16_xdma_2_202110_1 and did not see any issue.
Please update the make_options.mk with latest platform:
PLATFORM ?= xilinx_u200_gen3x16_xdma_2_202110_1
I am following the Hardware Acceleration tutorial and in the first task (01 convolution) , i had to download xilinx_u200_gen3x16_xdma_1_202110_1 package, but unable to find the exact package and hence downloaded,
xilinx_u200_gen3x16_xdma_2_202110_1 package, but getting a error,
This code was setup/meant for xilinx_u200_gen3x16_xdma_1_202110_1, please guide on what changes I have to make for it to be compatible for xilinx_u200_gen3x16_xdma_2_202110_1. Like (part no in .tcl script,) or any other changes.
Thank you
The text was updated successfully, but these errors were encountered: