Knowledge Base Article

Tcl scripts cannot run from the Tcl Script dialog box or of the Tcl Console

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>

Updated 1 month ago
Version 2.0
No CommentsBe the first to comment