Forum Discussion
I tried your suggestion, but it doesn't help.
$ qsys-script --script=test.tcl --quartus-project=test
***************************************************************
Quartus is a registered trademark of Intel Corporation in the
US and other countries. Portions of the Quartus Prime software
code, and other portions of the code included in this download
or on this DVD, are licensed to Intel Corporation and are the
copyrighted property of third parties. For license details,
refer to the End User License Agreement at
http://fpgasoftware.intel.com/eula.
***************************************************************
2025.03.05.13:08:50 Info: Doing: qsys-script --script=test.tcl --quartus-project=test
1
2025.03.05.13:08:55 Error: invalid command name ""
@[hill@r650a O.quar.prod]$ cat test.tcl
package require qsys "22.4"
[ puts "1" ]
[ puts "2" ]
[ puts "3" ]
[ send_message "INFO" "1" ]
[ send_message "INFO" "2" ]
[ send_message "INFO" "3" ]