Package Details: vivado 2024.1-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
Upstream URL: https://www.xilinx.com/products/design-tools/vivado.html
Licenses: custom
Submitter: xiretza
Maintainer: VitalyR (leuko)
Last Packager: leuko
Votes: 17
Popularity: 0.108400
First Submitted: 2019-06-18 22:23 (UTC)
Last Updated: 2024-07-16 13:19 (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

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

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.

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?