Intel® Quartus® Prime Pro Edition User Guide: Platform Designer

ID 683609
Date 9/26/2022
Public

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

Document Table of Contents

8.12.10.6. send_message

Description

Sends a message to the user of the component. The message text is normally HTML. You can use the <b> element to provide emphasis. If you do not want the message text to be HTML, then pass a list like { Info Text } as the message level,

Usage

send_message <level> <message>

Returns

No return value.

Arguments

level
Intel® Quartus® Prime supports the following message levels:
  • ERROR—provides an error message.
  • WARNING—provides a warning message.
  • INFO—provides an informational message.
  • PROGRESS—provides a progress message.
  • DEBUG—provides a debug message when debug mode is enabled.
message
The text of the message.

Example

send_message ERROR "The system is down!"
send_message { Info Text } "The system is up!"