...
File Name | Description | ||
---|---|---|---|
Design + Settings | |||
design_basic_settings.cmd | Settings for the other *.cmd files. Following Settings are avaliable:
| ||
Hardware Design | |||
design_clear_design_folders.cmd | (optional) Attention: | create_project_firstgui.cmd | Create Project with setting from "start_settings.cmd" and source folders. Vivado GUI will be opened during the process. Delete "<design_name>/v_log/", "<design_name>/vivado/","<design_name>/vivado_lab/", and "<design_name>/workspace/" directory with related documents before Projekt will created.! |
design_runcreate_project_noguibatchmode.cmd | (optional) Create Project with setting from "startdesign_basic_settings.cmd" and source folders.. Build all Vivado hardware and software files if the sources are available. Delete Delete "<design_name>/v_log/", "<design_name>/vivado/", and "<design_name>/workspace/hsi/" directory with related documents before Projekt will created. | ||
Hardware Design | |||
vivado_createopen_project_guiguimode.cmd | Create Project with setting from "design_basic_settings.cmd" and source folders. Vivado GUI will be opened during the process. Delete Opens an existing Project "<design_name>/vivado/<design_name>.xpr". Delete old"<design_name> /v_log/"/vivado/", and "<design_name>/workspace/" directory with related documents before Projekt will opendcreated. | ||
runvivado_create_project_noguibatchmode.cmd | (optional) Create Project with setting from "startdesign_basic_settings.cmd" and source folders. Build all Vivado hardware and software files if the sources are available. Delete "<design_name>/vivado/", and "<design_name>/workspace/hsi/" directory with related documents before Projekt will created. | ||
Software Design | |||
vivado_open_existing_project_guimode.cmd | Opens an existing Project "<design_name>/vivado/<design_name>.xpr" and restore Script-Variables. | ||
Software Design | |||
sdk_create_prebuilt_project_guimodecreate_prebuilt_sdk.cmd | (optional) Create SDK project with hardware definition file from prebuild folder. It used the *.hdf from: <design_name>/prebuilt/hardware/<board_file_shortname>/. Set <board_file_shortname> and <app_name> in "startdesign_basic_settings.cmd". | ||
Programming | |||
program_flash_binfile.cmd | (optional) For Zynq Systems only. Programming Flash Memory via JTAG with specified Boot.bin. Used SDK Programmer (Same as SDK "Program Flash") or LabTools Programmer (Vivado or LabTools only), depends on installion settings. Default, it used the boot.bin from: <design_name>/prebuilt/boot_images/<board_file_shortname>/<app_name>. Settings are done in "startdesign_basic_settings.cmd". | ||
program_flash_mcsfile.cmd | (optional) For Non-Zynq Systems only. Programming Flash Memory via JTAG with specified <design_name>.mcs. Used LabTools Programmer (Vivado or LabTools only), depends on installion settings. Default, it used the <design_name>.mcs from: <design_name>/prebuilt/hardware/<board_file_shortname>. Settings are done in "startdesign_basic_settings.cmd". | ||
program_fpga_bitfile.cmd | (optional) Programming FPGA via JTAG with specified <design_name>.bit. Used LabTools Programmer (Vivado or LabTools only), depends on installion settings. Default, it used the <design_name>.bit from: <design_name>/prebuilt/hardware/<board_file_shortname>. Settings are done in "startdesign_basic_settings.cmd". | ||
vivado_labtoolslabtools_open_project_guimode.cmd | (optional) Create or open an existing Vivado Lab Tools Project. (Additional TCL functions from Programming and Utilities Group are usable). | ||
Utilities | |||
clear_project.cmd | (optional) Attention: Delete "<design_name>/v_log/", "<design_name>/vivado/","<design_name>/vivado_lab/", and "<design_name>/workspace/" directory with related documents! Settings are done in "design_basic_settings.cmd". |
...