Package Details: vivado 2024.2-1

Git Clone URL: https://aur.archlinux.org/vivado.git (read-only, click to copy)
Package Base: vivado
Description: FPGA/CPLD design suite for AMD devices – Vivado edition
Upstream URL: https://www.xilinx.com/products/design-tools/vivado.html
Licenses: custom
Conflicts: vitis
Submitter: xiretza
Maintainer: VitalyR (leuko)
Last Packager: leuko
Votes: 17
Popularity: 0.031913
First Submitted: 2019-06-18 22:23 (UTC)
Last Updated: 2024-11-20 22:25 (UTC)

Pinned Comments

leuko commented on 2024-01-14 21:14 (UTC) (edited on 2024-09-26 06:41 (UTC) by leuko)

PKGBUILD cannot download Vivado, you have to download Vivado before executing the PKGBUILD. Refer to PKGBUILD.

This PKGBUILD is also able to install Vitis with some errors, however there is a standalone package called vitis AUR which seems to be more advanced than the installation in this PKGBUILD.

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 Next › Last »

dramm commented on 2021-03-19 15:03 (UTC)

@BonusPlay I was able to get around that by creating a script named 'arch' and putting it on my path.

#!/bin/bash

echo $(uname -m)

I don't get that error anymore, however now it lingers for a bit longer and closes.

****** Vitis HLS - High-Level Synthesis from C, C++ and OpenCL v2020.2 (64-bit)
  **** SW Build 3064766 on Wed Nov 18 09:12:47 MST 2020
  **** IP Build 3064653 on Wed Nov 18 14:17:31 MST 2020
    ** Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.

source /opt/Xilinx/Vitis_HLS/2020.2/scripts/vitis_hls/hls.tcl -notrace
INFO: [HLS 200-10] Running '/opt/Xilinx/Vitis_HLS/2020.2/bin/unwrapped/lnx64.o/vitis_hls'
INFO: [HLS 200-10] For user 'dramm' on host 'DCH-Arch' (Linux_x86_64 version 5.11.7-zen1-1-zen) on Fri Mar 19 11:28:40 -03 2021
INFO: [HLS 200-10] On os "Arch Linux"
INFO: [HLS 200-10] In directory '/home/dramm'
INFO: [HLS 200-10] Bringing up Vitis HLS GUI ... 
INFO: [Common 17-206] Exiting vitis_hls at Fri Mar 19 11:28:46 2021...

sameer commented on 2021-02-26 00:52 (UTC) (edited on 2021-02-26 00:53 (UTC) by sameer)

vivado-2020.2-1-x86_64.pkg.tar.xz

sha256sum: 9b50473fab02917c01c00edb7c8c76fd3741955b02d9ec6e02919f890b147dab

du: 19377524 (19G)

On IPFS: https://ipfs.io/ipfs/QmYaEYvNbLGpGWzBR222xdJt5MfTWpmyfvbEUtMEPN7K8V

xiretza commented on 2021-02-18 18:23 (UTC)

@BonusPlay: I don't have 2020.2 installed right now (and don't have the space to upgrade), but since it also seems to occur with non-packaged installations, I'll put the blame with Xilinx here. I'll keep an eye on that forum thread in case someone finds a fix, thanks for notifying me.

BonusPlay commented on 2021-02-18 18:02 (UTC) (edited on 2021-02-18 18:05 (UTC) by BonusPlay)

I'm having trouble launching vitis_hls. vivado launches perfectly ok though...

$ /opt/Xilinx/Vitis_HLS/2020.2/bin/vitis_hls

****** Vitis HLS - High-Level Synthesis from C, C++ and OpenCL v2020.2 (64-bit)
  **** SW Build 3064766 on Wed Nov 18 09:12:47 MST 2020
  **** IP Build 3064653 on Wed Nov 18 14:17:31 MST 2020
    ** Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.

source /opt/Xilinx/Vitis_HLS/2020.2/scripts/vitis_hls/hls.tcl -notrace
INFO: [HLS 200-10] Running '/opt/Xilinx/Vitis_HLS/2020.2/bin/unwrapped/lnx64.o/vitis_hls'
INFO: [HLS 200-10] For user 'bonus' on host 'localhost.localdomain' (Linux_x86_64 version 5.10.16-arch1-1) on Thu Feb 18 18:57:10 CET 2021
INFO: [HLS 200-10] On os "Arch Linux"
INFO: [HLS 200-10] In directory '/home/bonus'
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: [Common 17-206] Exiting vitis_hls at Thu Feb 18 18:57:14 2021...

I found related problem here but no solution yet.

xiretza commented on 2021-01-15 18:57 (UTC)

I think users should do that for themselves, I for example do very much want the package to be compressed, both so it uses less space in my repository and the package caches and so it can be downloaded quicker. I'll add a comment in the PKGBUILD though :)

nickoe commented on 2021-01-15 18:55 (UTC)

@xiretza, it is totally worth it setting PKGEXT='.pkg.tar'. I think you can do that in the PKGBUILD as well. It built the package in just 40 minutes instead of 2h plus on this laptop.

nickoe commented on 2021-01-15 18:49 (UTC)

@xiretza, there are not, I did remove the old partial pkg.tar.xz and now it does seem to get past that error. Just now spending a good chunk of time generating the mtree and now finally compressing the pkg.tar.

xiretza commented on 2021-01-15 18:27 (UTC)

@nickoe sorry, I've never seen that error before. You said you removed src/ and pkg/ - there really shouldn't be any other state involved! I'm not really sure what the error is referring to, but just to make sure, can you check if there are any Vivado-related desktop entries in the usual places (~/.local/share/applications/, /usr/share/applications/, maybe also /root/.local/share/applications)?

nickoe commented on 2021-01-15 18:14 (UTC)

@xiretza, thank you for making the package but I am having some difficulties.

I was trying to build this and got impatient watching it single threaded do tome thing with xz so I figured I would try to set PKGEXT='.pkg.tar' instead to not have it compress and uncompress this huge package unnecessarily, but after this I get below error when rebuild with plain makepkg. Do you have any idea what causes this or how I can resolve that? I did try to remove the src and pkg folders.

"ERROR: Program group entry, Xilinx Design Tools, already exists for 2020.2. Specify a different program group entry."

Full log:

==> Making package: vivado 2020.2-1 (2021-01-15T19:06:29 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Xilinx_Unified_2020.2_1118_1232.tar.gz
  -> Found spoof_homedir.c
==> Validating source files with md5sums...
    Xilinx_Unified_2020.2_1118_1232.tar.gz ... Passed
    spoof_homedir.c ... Passed
==> Extracting sources...
  -> Extracting Xilinx_Unified_2020.2_1118_1232.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Running in batch mode...
Copyright (c) 1986-2021 Xilinx, Inc.  All rights reserved.

INFO : Log file location - /home/nickoe/vivado/src/installer_temp/.Xilinx/xinstall/xinstall_1610734136436.log
ERROR: Program group entry, Xilinx Design Tools, already exists for 2020.2. Specify a different program group entry.
==> ERROR: A failure occurred in package().

aklsh commented on 2020-09-16 04:41 (UTC)

Thanks @yuyichao! I didn't notice that.