Hi,
The scenario is, that I developed a Python GUI that invokes a tcl script to automate in Vivado 2019.1 version to generate BRAMs, When the script execution is completed we exit from the Python GUI and invoke commands(in Python using tcl script) to refresh the GUI / open project.
The command is:
command = f'vivado -mode gui -source "{setup_script}"'
But the issue is we are getting a new Vivado window instead of refreshing/opening the project in the same window where the GUI is launched.
Note: We launch the Python GUI from the outer TCL console(the console that appears when the Vivado window is launched).
Can you suggest any solution, or there are any dependency files needed so that the above requirement is fulfilled?
Thank you