Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/03/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.23.10. load (::quartus::misc)

The following table displays information for the load Tcl command:

Tcl Package and Version

Belongs to ::quartus::misc

Syntax load [-h | -help] [-long_help] <load_args>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
<load_args> Arguments to load
Description
Loads machine code and initializes new commands.

This command works exactly like Tcl's native "load" command.
Example Usage
Refer to documentation for Tcl's native "load" command 
at the Tcl/Tk web site at www.tcl.tk.
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Can't load library: <string>. The operating system reports the following error: <string>