Tcl Commands for Creating a Project - 2021.2 English

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

Document ID
UG895
Release Date
2021-11-10
Version
2021.2 English

Following are the associated Tcl commands:

  • Tcl Commands: create_project and set_property
  • Tcl Command Example (RTL Project):
    create_project my_project C:/team/designs/my_project -part xc7k325tffg676-2 
    set_property DESIGN_MODE RTL [current_fileset]
  • Tcl Command Examples (Post-Synthesis Project):
    create_project my_IO_project C:/team/designs/my_IO_project -part xc7k325tffg676-2 
    set_property design_mode GateLvl [current_fileset]
  • Tcl Command Examples (I/O Planning Project):
    create_file project_io C:/projects/project_io -part xc7vx485tffg1157-1
    set_property design_mode PinPlanning [current_fileset]