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

ID 683364
Date 12/15/2018
Public
Document Table of Contents

1.8.2.5. 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!"