qsys-script: invalid command name
Hello everybody,
I would like to run the .tcl script i exported from GUI wizard to generate the design without the GUI.
I wrote a .tcl script which includes the line:
qsys-script --script=internal_osc.tcl --package-version=16.0
When i run my script, i gen an error:
invalid command name "qsys-script"
while executing
"unknown_original qsys-script --script=internal_osc.tcl --..."
("eval" body line 1)
invoked from within
"eval unknown_original $cmd $args"
(procedure "::unknown" line 7)
invoked from within
"qsys-script --script=internal_osc.tcl --package-version=16.0"
(file "synthProject.tcl" line 12)
I noticed a thread with a similar problem (https://forums.intel.com/s/question/0D50P00003yyOXWSA2/qsysscript-problems ), but additional package-version parameter doesn't solve my problem. Does anybody have an idea what is the problem with my script.
Regards
Klemen