Skip to content

Makefile: Allow passing a TCLSH variable

Lukasz Butkowski requested to merge vivado2017 into master

Vivado 2017.4 doesn't have an 'xtclsh' in its $PATH like later versions do. As a workaround 'tclsh' can be used.

This patch allows the developer to use the fwk with Vivado 2017.4 by passing TCLSH=tclsh as a command line argument to make. This example would use the system-wide Tcl installation. It is also possible to use TCLSH=/opt/Xilinx/Vivado/2017.4/ids_lite/ISE/bin/lin64/xtclsh .

Merge request reports