This lab gave am an introduction to Tool Command Language (TCL) commands that can be run to modify and archive a project. I learnt how to:
• Open and close block designs using TCL
• Execute simple TCL commands to manipulate IP Integrator block designs
• Export a block design to a TCL file on disk
Access to the TCL Console is front and ccenter in Vivado
I was able to open a project and even add and remove ports on my block design just using tcl script.
You can script a tcl script file with a list of commands to run once the script is executed.
You will see my execution of the script in the images below: