Tcl Commands for Setting the Project Part - 2020.2 English

Vivado Design Suite User Guide System-Level Design Entry (UG895)

Document ID
UG895
Release Date
2021-02-12
Version
2020.2 English

Following are the associated Tcl commands:

  • Tcl Command: create_project or set_property
  • Tcl Command Examples:
    create_project my_project C:/projects/my_project -part xc7k325tffg676-2 
    set_property PART xc7k70tfbg676-2 [current_project]
    Note: You can set the part either when you create the project or after you create the project.
    Note: It is easy to get a template script by running the write_project_tcl command on an existing or example project.