Hi, I have following files:
ug480.vhdl
ug480.xdc
ug480_setup.tcl
representing the whole project (XADC reference design by the way).
When the Vivado 2014.4 starts, I change the directory to the project current directory (where I have copied the files above) using
"cd [get_property directory [current_project]]"
and then source the tcl setup file (Tools -> Run TCL script) or simply "source ug480_setup.tcl".
The setup file is loaded into console, but every command is commented out (every line has #), and it doesnt run.
What is the trick to run tcl file ?