Specifications

Example
log_default "This is a default message."
Displays:
INFO: Tcl message: "This is a default message."
log_error
Usage
log_error <message>
Options
<message>: String with message to log.
Description
Displays a message to the host's stderr, regardless of logging level.
log_verbose
Usage
log_verbose <message>
Options
<message>: String with message to log.
Description
Displays a message to the host's stdout when the logging level is verbose or higher.
set_driver
Usage
set_driver <driver_name> <module_name>
Options
<driver_name>: String with the name of the device driver to use.
<module_name>: String with the name of the module instance to set.
Description
Selects the specified device driver for the specified module instance. The <driver_name> argument
includes a version number, delimited by a colon (:). If you omit the version number, set_driver uses the
latest available version of the driver that is compatible with the component specified by the
<module_name> argument.
If <driver_name> is none, the specified module instance does not use a driver. If <driver_name> is not
none, it must be the name of the associated component class.
15-82
log_error
NII5V2
2015.05.14
Altera Corporation
Nios II Software Build Tools Reference
Send Feedback