Diffferent Platform (u55c) Vitis-Tutorials/Hardware_Acceleration/Feature_Tutorials /01-rtl_kernel_workflow
cuber5678 opened this issue · 1 comments
cuber5678 commented
Hello,
I have been following the tutorial and for the rtl_kernel_workflow. However, when I tried to implement the design using the make file only having changed the platform to “xilinx_u55c_gen3x16_xdma_3_202210_1” I get the following error when the device is being programmed.
Is this to be expected for the u55c? FYI: the device passes all validations by xbutil.
./host ./vadd.xclbin xilinx_u55c_gen3x16_xdma_3_202210_1
argc = 3
argv[0] = ./host
argv[1] = ./vadd.xclbin
argv[2] = xilinx_u55c_gen3x16_xdma_3_202210_1
Open the device 0
Load the xclbin ./vadd.xclbin
Allocate Buffer in Global Memory
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
make: *** [Makefile:129: run] Aborted (core dumped)
cuber5678 commented