Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

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

Document Table of Contents

3.1.25.13. qerror (::quartus::misc)

The following table displays information for the qerror Tcl command:

Tcl Package and Version

Belongs to ::quartus::misc

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