Critical Issue
Description
Tcl scripts that include the line
package require ::quartus::project
cannot be run from the Tcl Script dialog box or the Tcl Console.
Resolution
To run the Tcl script either:
Change the line
package require ::quartus::project
to
package require ::quartus::project_ui
or
Run the script from a command prompt with the quartus_sh command:
quartus_sh -t <Tcl script file name>