Using Tcl Commands to Reset and Generate Target IP - 2021.1 English

Vivado Design Suite User Guide: Designing with IP (UG896)

Document ID
UG896
Release Date
2021-07-08
Version
2021.1 English

The Tcl command required to reset and regenerate the output products are as follows:

  • reset_target:

    reset_target all

    [get_files /project_1/project_1.srcs/sources_1/ip/<core_name>.xci]
  • generate_target:

    generate_target all

    [get_files project_1/project_1.srcs/sources_1/ip/<core_name>.xci]