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, vivado
Submitter: xiretza
Maintainer: VitalyR (leuko)
Last Packager: leuko
Votes: 19
Popularity: 0.170468
First Submitted: 2019-06-18 22:23 (UTC)
Last Updated: 2025-03-07 08:57 (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 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »

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.

yuyichao commented on 2020-09-14 06:17 (UTC)

Please read the comment in the PKGBUILD. You have to do the download yourself due to license limitation.

aklsh commented on 2020-09-14 03:38 (UTC)

Retrieving sources...
  -> Downloading Xilinx_Unified_2020.1_0602_1208.tar.gz...
curl: (37) Couldn't open file /Xilinx_Unified_2020.1_0602_1208.tar.gz
==> ERROR: Failure while downloading file:///Xilinx_Unified_2020.1_0602_1208.tar.gz
    Aborting...
error downloading sources: vivado

I get this... How do I proceed?

xiretza commented on 2020-06-09 20:22 (UTC)

Updated to 2020.1 and moved the digilent utilities to optdepends, thanks yuyichao.

yuyichao commented on 2020-06-09 12:38 (UTC)

Also note that at least digilent.adept.runtime digilent.adept.utilities and fxload should be optional dependencies. They should only be needed for anyone that want to use this to manipulate digilent devices.