当前位置: 首页 > article >正文

[Xilinx]工具篇_Vivado自动安装


  • 若该文为原创文章,未经允许不得转载
  • 风释雪
  • QQ:627833006
  • E-mail:hn.cy@foxmail.com
  • CSDN博客: https://blog.csdn.net/weixin_46718879
  • 知乎:https://www.zhihu.com/people/abner-80-4

1.版本

日期作者版本说明
2025XXXX风释雪初始版本

2.流程

下载安装文件,解压文件

## 产生安装配置文件

./xsetup -b ConfigGen

cat  ~/.Xilinx/install_config.txt

## 修改对应的Module选项, 1选择安装, 0不安装

## 确认安装路径
sudo chmod 755 <path>
sudo chown <user> <path>

./xsetup --agree XilinxEULA,3rdPartyEULA --batch Install --config /opt/xilinx/install_config.txt

在这里插入图片描述

#### Vitis Unified Software Platform Install Configuration ####
Edition=Vitis Unified Software Platform

Product=Vitis

# Path where AMD FPGAs & Adaptive SoCs software will be installed.
# 安装路径 需要对应的权限 
# sudo chmod 755 <path>
# sudo chown <user> <path>

Destination=/tools/Xilinx   

# Choose the Products/Devices the you would like to install.
# 0 不安装
# 1 安装
Modules=Versal HBM Series:0,
        Versal Prime Series ES1:0,
        Virtex UltraScale+ 58G:0,
        Versal Prime Series:0,
        Install Devices for Kria SOMs and Starter Kits:0,
        Versal Premium Series ES1:0,
        Vitis IP Cache (Enable faster on-boarding for new users):0,
        Versal Net Series ES1:0,
        Zynq-7000:1,
        Kintex UltraScale+:1,
        Artix UltraScale+:1,
        Spartan-7:1,
        Install devices for Alveo and edge acceleration platforms:0,
        Versal Premium Series:0,
        Vitis Networking P4:0,
        Versal AI Edge Series:0,
        Versal AI Core Series ES1:0,
        Versal AI Edge Series ES1:0,
        Artix-7:1,
        Zynq UltraScale+ MPSoC:1,
        DocNav:0,
        Virtex UltraScale+ HBM:0,
        Kintex-7:1,
        Virtex UltraScale+:0,
        Vitis Model Composer(Toolbox for MATLAB and Simulink. Includes the functionality of System Generator for DSP):0,
        Kintex UltraScale:1,
        Virtex UltraScale:0,
        Engineering Sample Devices for Custom Platforms:0,
        Zynq UltraScale+ RFSoC:0,
        Versal AI Core Series:0,
        Virtex-7:0,
        Virtex UltraScale+ HBM ES:0,
        Versal HBM Series ES1:0

# Choose the post install scripts you'd like to run as part of the finalization step. Please note that some of these scripts may require user interaction during runtime.
InstallOptions=Acquire or Manage a License Key:0,
               Enable WebTalk for SDK to send usage statistics to Xilinx:0
               Perform System Checks:1
               Install Cable Drivers:1

## Shortcuts and File associations ##
# Choose whether Start menu/Application menu shortcuts will be created or not.
CreateProgramGroupShortcuts=1

# Choose the name of the Start menu/Application menu shortcut. This setting will be ignored if you choose NOT to create shortcuts.
ProgramGroupFolder=Xilinx Design Tools

# Choose whether shortcuts will be created for All users or just the Current user. Shortcuts can be created for all users only if you run the installer as administrator.
CreateShortcutsForAllUsers=0

# Choose whether shortcuts will be created on the desktop or not.
CreateDesktopShortcuts=1

# Choose whether file associations will be created or not.
CreateFileAssociation=1

# Choose whether disk usage will be optimized (reduced) after installation
EnableDiskUsageOptimization=1


http://www.kler.cn/a/593982.html

相关文章:

  • 计算机网络快速入门
  • 【C#知识点详解】ExcelDataReader介绍
  • 记一次性能调优-20250320
  • 【嵌入式硬件】 天线与距离问题
  • JVM常用概念之压缩引用
  • C语言的setjmp和longjmp:可以作异常处理
  • 【数据分享】2000—2024年我国乡镇的逐月归一化植被指数(NDVI)数据(Shp/Excel格式)
  • 微信小程序面试内容整理-请求优化
  • 经典面试题:C/C++中static关键字的三大核心作用与实战应用
  • 计算机四级 - 数据库原理(操作系统部分)- 第4章「并发与同步」
  • Numpy broadcasting规则
  • 3.20学习总结 java面向对象+string函数
  • New Friends(并查集)
  • Vue.js 组件开发全解析:从基础概念到实战应用
  • Compose Indication:点击效果设置
  • 碰一碰发视频后端源码技术,支持OEM
  • Python绘图技巧,主流绘图库
  • UI设计中的信息架构:组织内容的艺术
  • java项目之基于ssm的疫苗预约系统(源码+文档)
  • 【面试场景题-你知道readTimeOutException,会引发oom异常吗】