Following are the associated Tcl commands:
- Tcl Command:
create_project
orset_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 thewrite_project_tcl
command on an existing or example project.