Xilinx Vivado和SDK安装

Xilinx Vivado和SDK安装参考方法以 vivado2015 2 1 为例 先安装 vivado2015 2 再安装 vivado2015 2 1 更新包 选下面两个都可以 看需求 选上 sdk 按需选择 添加 license 安装完后卸载烦人的 xic xilinxinform

作者


微信:arm80x86
微信公众号:青儿创客基地
B站:主页 https://space.bilibili.com/






作者


微信:arm80x86
微信公众号:青儿创客基地
B站:主页 https://space.bilibili.com/






参考

方法

设置多线程

set_param general.maxThreads 4 get_param general.maxThreads 

tcl

命令行使用tcl,vivado -mode tcl,使用前要先source一下settings64.sh文件,再执行start_gui可打开当前工程GUI。Linux和Windows下都可用GUI来使用tcl。

下载器驱动安装失败

Linux

Ubuntu

  • 换了个i3-9100F的无法安装ubuntu16.04.6,换了最新的ubuntu20.04,安装vivado2018.2,卡在Generating installed devices list,换了ubuntu18.04,可以安装vivado2018.2,总是闪屏,更新显卡驱动,终于稳定了。
  • 更改ubuntu的dash为bash

命令行安装,

$ sudo apt update $ sudo apt upgrade $ sudo apt install libncurses5 $ sudo apt install libtinfo5 $ sudo apt install libncurses5-dev libncursesw5-dev $ sudo apt install ncurses-compat-libs # ./xsetup -b ConfigGen Running in batch mode... Copyright (c) 1986-2021 Xilinx, Inc. All rights reserved. INFO : Log file location - /root/.Xilinx/xinstall/xinstall_81.log Select a Product from the list: 1. Vitis 2. Vivado 3. On-Premises Install for Cloud Deployments 4. BootGen 5. Lab Edition 6. Hardware Server 7. Documentation Navigator (Standalone) Please choose: 2 INFO : Config file available at /root/.Xilinx/install_config.txt. Please use -c <filename> to point to this install configuration. # 修改安装路径 /opt/Xilinx # vi /root/.Xilinx/install_config.txt  # ./xsetup -a XilinxEULA,3rdPartyEULA,WebTalkTerms -b Install -c /root/.Xilinx/install_config.txt  

安装下载器驱动,

$ cd /opt/Xilinx/Vivado/2020.1/data/xicom/cable_drivers/lin64/install_script/install_drivers/ $ ./install_drivers $ sudo reboot 

安装hw_server,

# ./xsetup -b ConfigGen Running in batch mode... Copyright (c) 1986-2021 Xilinx, Inc. All rights reserved. INFO : Log file location - /root/.Xilinx/xinstall/xinstall_09.log Select a Product from the list: 1. Vitis 2. Vivado 3. On-Premises Install for Cloud Deployments 4. BootGen 5. Lab Edition 6. Hardware Server 7. Documentation Navigator (Standalone) Please choose: 6 INFO : Config file available at /root/.Xilinx/install_config.txt. Please use -c <filename> to point to this install configuration. # 修改安装路径 /opt/Xilinx # vi /root/.Xilinx/install_config.txt  # ./xsetup -a XilinxEULA,3rdPartyEULA,WebTalkTerms -b Install -c /root/.Xilinx/install_config.txt  

Centos8

# yum install ncurses # yum install ncurses-compat-libs 

WARN : com.xilinx.installer.utils.o:? – Could not load native code

我在Windows下解压,在ubuntu中安装失败,copy到ubuntu中再解压安装就可以了。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/214927.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月18日 下午3:07
下一篇 2026年3月18日 下午3:07


相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号