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
When I do “make all”, I seem to get the same error on HLS ip cores as seen below.
WARNING: [Vivado 12-3523] Attempt to change 'Component_Name' from 'axis_256_to_64_converter' to 'axis_256to_64_converter' is not allowed and is ignored.
ERROR: [Coretcl 2-1134] No IP matching VLNV 'ethz.systems:hls:toe:1.6' was found. Please check your repository configuration.
while executing
"source $path_to_pack_tcl/network_stack.tcl"
(file "kernel/network_krnl/package_network_krnl.tcl" line 85)
while executing
"source -notrace ${package_tcl_path}"
(file "scripts/gen_xo.tcl" line 53)
INFO: [Common 17-206] Exiting Vivado at Thu Mar 14 15:29:41 2024...
make: *** [config_rtl.mk:4: _x.hw.xilinx_u50_gen3x16_xdma_5_202210_1/network_krnl.xo] Error 1
Has anyone able to fix this issue?
The text was updated successfully, but these errors were encountered:
When I do “make all”, I seem to get the same error on HLS ip cores as seen below.
WARNING: [Vivado 12-3523] Attempt to change 'Component_Name' from 'axis_256_to_64_converter' to 'axis_256to_64_converter' is not allowed and is ignored.
ERROR: [Coretcl 2-1134] No IP matching VLNV 'ethz.systems:hls:toe:1.6' was found. Please check your repository configuration.
"source $path_to_pack_tcl/network_stack.tcl"
(file "kernel/network_krnl/package_network_krnl.tcl" line 85)
"source -notrace ${package_tcl_path}"
(file "scripts/gen_xo.tcl" line 53)
INFO: [Common 17-206] Exiting Vivado at Thu Mar 14 15:29:41 2024...
make: *** [config_rtl.mk:4: _x.hw.xilinx_u50_gen3x16_xdma_5_202210_1/network_krnl.xo] Error 1
Has anyone able to fix this issue?
The text was updated successfully, but these errors were encountered: