Generating a Configuration File

  1. Run:xsetup -b ConfigGen

    This will put you in an interactive mode where you will see the following menu. Choose the SDx™ IDE for SDSoC™ and SDAccel™ development environments edition.

  2. After you make a selection, you will be prompted with the location/filename for your configuration file and the interactive mode exits.

    Below is a sample configuration file:

    #### SDx IDE for SDSoC and SDAccel development environments Install Configuration #### Edition=SDx IDE for SDSoC and SDAccel development environments # Path where Xilinx software will be installed. Destination=/opt/Xilinx # Choose the Products/Devices the you would like to install. Modules=DocNav:1,UltraScale+:0,7 Series:0,Zynq UltraScale+ MPSoC:0,Zynq-7000:0,UltraScale:0 # Choose the post install scripts you'd like to run as part of the finalization step. Note that some of these scripts may require user interaction during runtime. InstallOptions=Enable WebTalk for SDx to send usage statistics to Xilinx: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

    Each option in the configuration file matches a corresponding option in the GUI. A value of1means that option is selected; a value of0means the option is unselected.

    Note:In this configuration file, by default there are no devices selected for installation (all devices have a value of 0). You MUST update a device to a value of 1 in order to install that device.