load (::quartus::misc)
The following table displays information for the load Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::misc 1.0 |
|||
| 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> | ||