Write a tcl script that will be able to generate the whole vivado project.
For this task this are candidate tcl script:
write_proj_tcl: to generate source references, see this link
write_ip_tcl [get_ips]: to generate ip scripts, see Tcl Command Reference
write_xdc: to link/generate xdc file, see link above
The name of the script will be generate_proj_tcl.tcl
Write a tcl script that will be able to generate the whole vivado project.
For this task this are candidate tcl script:
write_proj_tcl: to generate source references, see this linkwrite_ip_tcl [get_ips]: to generate ip scripts, see Tcl Command Referencewrite_xdc: to link/generate xdc file, see link aboveThe name of the script will be
generate_proj_tcl.tcl