qerror (::quartus::misc)
The following table displays information for the qerror Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::misc 1.0 |
|||
| Syntax | qerror [-h | -help] [-long_help] [-error_null] [-over_malloc] [-qt_segfault] [-std_segfault] | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -error_null | Option to error by dereferencing null | |||
| -over_malloc | Option to error by malloc'ing INT_MAX | |||
| -qt_segfault | Accesses an element at an invalid index in a QT container | |||
| -std_segfault | Accesses an element at an invalid index in a std container | |||
| Description |
This command currently contains no help description. |
|||
| Example Usage |
This command currently contains no example usage. |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||