Article ID: 000078444 Content Type: Troubleshooting Last Reviewed: 10/18/2011

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

Environment

    Quartus® II Subscription Edition
BUILT IN - ARTICLE INTRO SECOND COMPONENT

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>

Related Products

This article applies to 1 products

Intel® Programmable Devices

1