Following are the associated Tcl commands:
- Tcl Commands:
create_project
andset_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]