MATLAB: How to view the default TCL file for the HDL Workflow Advisor Step 4.3 Build FPGA Bitstream

HDL Coder

How can I view the default TCL file for the HDL Workflow Advisor Step 4.3 Build FPGA Bitstream?
When going through the following example, I can see that there is an option to add a custom "TCL file for synthesis build". I am curious to know what the default TCL file looks like.

Best Answer

The default TCL file can be found at the following location:
hdl_prj/vivado_ip_prj/vivado_build.tcl
Note that this file only get generated after running Task 4.3 of the HDL Workflow Advisor.
Related Question