You are not logged in.

#1 2022-10-26 07:31:59

Sethplinx
Member
Registered: 2022-03-27
Posts: 5

Vitis hls on arch

Uhhh, I run arch linux and i want to run vitis hls, but i can get it to start. I managed to start vivado by downloading some package but with vitis I can't seem to be able to find the answer.

The error i get while running it through CLI is the above:

source /opt/Xilinx/Vitis_HLS/2022.2/scripts/vitis_hls/hls.tcl -notrace
INFO: [HLS 200-10] Running '/opt/Xilinx/Vitis_HLS/2022.2/bin/unwrapped/lnx64.o/vitis_hls'
INFO: [HLS 200-10] For user 'alex' on host 'MiNotebookPro-Arch' (Linux_x86_64 version 6.0.2-arch1-1) on Wed Oct 26 10:10:53 EEST 2022
INFO: [HLS 200-10] On os "Arch Linux"
INFO: [HLS 200-10] In directory '/opt/Xilinx/Vitis_HLS/2022.2/bin'
INFO: [HLS 200-10] Bringing up Vitis HLS GUI ...
@E cannot exec arch command, error: couldn't execute "arch": no such file or directory
INFO: [HLS 200-112] Total CPU user time: 17.55 seconds. Total CPU system time: 0.75 seconds. Total elapsed time: 6.42 seconds; peak allocated memory: 98.910 MB.
INFO: [Common 17-206] Exiting vitis_hls at Wed Oct 26 10:10:59 2022...

Any ideas?

Offline

#2 2023-05-08 07:36:29

bjourne
Member
Registered: 2021-03-11
Posts: 2

Re: Vitis hls on arch

This is a known bug in Vitis HLS. Workaround is as follows:

echo -e "#!/bin/sh\nuname -m" > ~/.local/bin/arch && chmod +x ~/.local/bin/arch

Offline

#3 2023-05-23 11:54:03

KafCoppelia
Member
Registered: 2022-06-21
Posts: 35
Website

Re: Vitis hls on arch

bjourne wrote:

This is a known bug in Vitis HLS. Workaround is as follows:

echo -e "#!/bin/sh\nuname -m" > ~/.local/bin/arch && chmod +x ~/.local/bin/arch

Hello, it doesn't work on my machine. I'm using Vitis HLS 2022.2

Offline

Board footer

Powered by FluxBB