作者
:
微信: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
