Closed danwetzel closed 3 months ago
Hi @danwetzel,
What is the output of locale
?
Mario
The output is:
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
I don't see a clear issue and I am not able to reproduce the error locally
I realize this issue has been up for a while but where you (@danwetzel) able to solve it?
Hi @C1bergh0st, are you facing the same issue? Can you please share more about your env?
The Issue with Alveo U50 compilation (probably) arises from a wrong part number. There are 2 types of Alveo U50 boards: Normal and Low-Voltage. The associated fpga part numbers are (taken from the datasheet): XCU50-FSVH2104-2-E (Normal) XCU50-FSVH2104-2LV-E (Low Voltage)
There was an issue raised here about the Xilinx Board Store having a typo here
i suspect this typo (xcu50-fsvh2104-2L-e instead of xcu50-fsvh2104-2-e) was thus repeated in the tcl files under /Ethernet/: https://github.com/Xilinx/xup_vitis_network_example/tree/0b64f7c30c5006d6759262a5de4fca7ed5087d12/Ethernet
and in turn caused these problems.
I replaced all occurrences of xcu50-fsvh2104-2L-e with xcu50-fsvh2104-2-e and this fixed this error:
ERROR: [VPL 17-69] Command failed: Invalid site type qualifier 'GTHE4_CHANNEL' specified
The compilation is currently still running, i will update once i have a finished output and again when i am able to load it on an alveo u50.
For completeness:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
****** Xilinx Vitis Development Environment
****** Vitis v2022.2 (64-bit)
**** SW Build 3671529 on 2022-10-13-17:52:08
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
Version : 2.16.204
Branch : 2023.2
Hash : fa4c0045003fed0acea4593788dce5ef6d0b66ee
Hash Date : 2023-10-11 23:45:57
XOCL : unknown, unknown
XCLMGMT : unknown, unknown
If the change works, can you please open a PR?
Created #129 i think i screwed up some of the file endings though... Change works, compiles and produces loadable .xclbin Still need to do some functionality tests if everything works, that will take a while since our setup needs a few hardware changes.
I am unable to build the xup_vitis_network_example, basic application for U50. Similar to #83 but with a supported OS.
Environment:
Vitis Version:
XRT Version:
Command:
make all DEVICE=xilinx_u50_gen3x16_xdma_5_202210_1 INTERFACE=0 DESIGN=basic
Resulting Errors: