Open MengyueSU opened 2 years ago
Hi! Sorry for my late reply. Did you manage to make progress with building the bitstream? If not, could you please provide the full output of the make -C $FLUENT10G/src hw
output?
I suspect that it may be a problem with the Xilinx MAC IP core. The design was initially built and synthesized with Vivado 2018.3 and I see that you are using Vivado 2020.2.2. I'm not sure whether the axi_10g_ethernet IP core is still at version v3.1 in Vivado 2020.2.2. If not, the design would need to be adjusted. Would it be possible for you to build the design with Vivado 2018.3?
Thank you for your answer and I apologize for the delay. Please check the output file: https://drive.google.com/file/d/1WHCmDiG--_dquZNkwkUtzxxza1zrMnaK/view?usp=sharing And we will try to install the version 2018.3. Thanks.
Hi! Could you please attach the file here or create a pastebin? Don't have access to Google Docs right now. Thanks so much!
BR, Andreas
I had the exact same issue. Installing Vivado version 2018.3 solved it.
Hi, I tried to build the project following the start guide, but the Hardware bitstream generation part return an error showing below. When I run commend
make -C $FLUENT10G/src hw
It finally stop withERROR: [BD 5-390] IP definition not found for VLNV: TUMLIS:TUMLIS:nt_10g_if_shared:1.00
For more detail:But I verified that the IP nt_10g_if_shared is successfully built before:
Thank you.