post_message (::quartus::misc)
The following table displays information for the post_message Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::misc 1.0 |
|||
| Syntax |
post_message [-h | -help] [-long_help]
[-type
<info|extra_info|warning|critical_warning|error>
]
[
<string>
]
|
|||
| Arguments |
-h | -help
|
Short help | ||
-long_help
|
Long help with examples and possible return values | |||
-type
<info|extra_info|warning|critical_warning|error>
|
Type of message to display | |||
| <string> | Message to be displayed | |||
| Description |
|
|||
| Example Usage |
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: Error(s) found while processing handle: <string>. Make sure you specified a valid Quartus Prime message handle for the -<string> option and passed the correct number of arguments to the -<string> option. Also check that you passed the correct message type to the -<string> option. | ||
| TCL_ERROR | 1 | ERROR: Illegal message type: <string>. Specify info, warning, critical_warning, or error. | ||
| TCL_ERROR | 1 | ERROR: Missing required positional argument: <string>. Specify the <string> argument. | ||
| TCL_ERROR | 1 | ERROR: You specified <string> arguments to the -args option. However, you can pass a maximum of <string> arguments. | ||