Package Details: vivado 2023.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 Xilinx devices
Upstream URL: https://www.xilinx.com/products/design-tools/vivado.html
Licenses: custom
Submitter: xiretza
Maintainer: VitalyR (leuko)
Last Packager: leuko
Votes: 16
Popularity: 0.088626
First Submitted: 2019-06-18 22:23 (UTC)
Last Updated: 2024-02-01 15:20 (UTC)

Pinned Comments

leuko commented on 2024-01-14 21:14 (UTC) (edited on 2024-01-14 21:15 (UTC) by leuko)

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

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

the6p4c commented on 2024-04-16 02:26 (UTC)

You don't actually have to download the entire (now over 100 GiB) unified installer.

The self-extracting web installer (~300 MiB) can create a customised bundle identical to the unified installer - thus only downloading the components you require.

I've written down what I did to install Vivado and support for Artix 7 only in this gist.

leuko commented on 2024-03-14 11:28 (UTC) (edited on 2024-03-14 11:29 (UTC) by leuko)

I am against including 2023.2.2 patch in the PKGBUILD. This is only a patch for newer devices. I guess less than 10% of the package users need this patch. (So I unflagged the package.)

From the installation page:

...
For customers using these devices, AMD recommends installing Vivado 2023.2.{1,2} For other devices, please continue to use Vivado ML 2023.2.

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-01-14 21:15 (UTC) by leuko)

PKGBUILD cannot download Vivado, you have to download Vivado before executing the PKGBUILD. Refer to 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.