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: 19
Popularity: 0.92
First Submitted: 2019-06-18 22:23 (UTC)
Last Updated: 2024-11-27 15: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 2 3 4 5 6 7 8 9 .. 15 Next › Last »

tono12 commented on 2024-03-12 16:23 (UTC)

@Lacsapix and @miree Can confirm. After "pacman -Syu" Vivado keeps crashing during synthesis with the Seg Fault mentiones. Can also confirm that 2023.2 and 2023.1 have this problem (with or without the license environment variables), while 2022.2 works as usual.

miree commented on 2024-02-15 12:22 (UTC) (edited on 2024-02-15 13:26 (UTC) by miree)

@Lacsapix

I had the same issue today trying to use vivado (older version 2023.1, not latest 2023.2) after a recent "pacman -Syu".

The segfault disappears when I don't set LM_LICENSE_FILE and XILINXD_LICENSE_FILE environment variables.

Lacsapix commented on 2024-02-06 12:26 (UTC) (edited on 2024-02-06 12:34 (UTC) by Lacsapix)

Hi everyone! After yesterdays "pacman -Syu" I keep getting the same error during synthesis: "/opt/Xilinx/Vivado/2023.2/bin/rdiArgs.sh: line 369: 33600 Segmentation fault (core dumped) "$RDI_PROG" "$@""

Line 369 in rdiArgs.sh is the following if function:

RDI_EXEC_COMMANDS() {
  if [ -f $RDI_PROG ]; then
    "$RDI_PROG" "$@"
  fi
  return
}

Vivado 2022.2 seems to be working great, its just 2023.2. Is anyone else having this same issue or is this just a me-problem?

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.

linxdoom commented on 2024-01-14 19:30 (UTC)

Unable to install package facing the following problem:

  -> Downloading FPGAs_AdaptiveSoCs_Unified_2023.2_1013_2256.tar.gz...
curl: (37) Couldn't open file /FPGAs_AdaptiveSoCs_Unified_2023.2_1013_2256.tar.gz
==> ERROR: Failure while downloading file:///FPGAs_AdaptiveSoCs_Unified_2023.2_1013_2256.tar.gz

leuko commented on 2023-11-06 14:45 (UTC)

Updated the package to fix _srcname=FPGAs_AdaptiveSoCs_Unified. I did not increment the package version to avoid unnecessary repackaging.

leuko commented on 2023-11-01 19:23 (UTC)

Thanks VitalyR, I will update the package until the end of next week.

Skallwar commented on 2023-10-31 09:56 (UTC)

@VitalyR ah yes thanks!

VitalyR commented on 2023-10-31 08:34 (UTC)

@leoko I have made you a co-maintainer. Feel free to improve this package. Thanks for your help!