I am using vivado to load firmware into a board and do some tests. This is a recursive process and I would like to automate it. Here are the steps that I follow:
- Open vivado gui
- open hardware manager
- connect to hardware server
- Program the board with the bitfile
I know vivado has a tcl command line. Is there any way to create a tcl script so that I can do these things without opening vivado GUI?