-
-
Save thesps/300d9f20b2e6fdd2f6f4e6fd9d4e18fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### Vivado HL WebPACK Install Configuration #### | |
Edition=Vivado HL WebPACK | |
# Path where Xilinx software will be installed. | |
Destination=/opt/Xilinx | |
# Choose the Products/Devices the you would like to install. | |
Modules=Virtex UltraScale+ HBM:0,Zynq UltraScale+ MPSoC:0,DocNav:1,Kintex UltraScale:0,Zynq-7000:1,System Generator for DSP:0,Virtex UltraScale+:1,Kintex UltraScale+:0,Model Composer: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= | |
## 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment