Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during creation of HLS IP cores #20

Open
lizajoseph opened this issue Mar 14, 2024 · 2 comments
Open

Error during creation of HLS IP cores #20

lizajoseph opened this issue Mar 14, 2024 · 2 comments

Comments

@lizajoseph
Copy link

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?

@Mishmeria
Copy link

i have same issue. Are you fix this already? if fixed pls to me how to. thank you!

@Seong-yeop
Copy link

The issue likely arises from selecting the wrong version of the device during the CMake configuration in the 'make ip' process.

To resolve this, follow these steps:

  1. Delete your build directory.
  2. Re-run the CMake configuration with the correct device by using the following command:
cmake .. -DFDEV_NAME=<your_device> -DTCP_STACK_EN=1

Make sure to replace <your_device> with the correct device name you intend to use. Then proceed with the build process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants