Quartus® Prime Pro Edition User Guide: Platform Designer

ID 683609
Date 4/01/2024
Public
Document Table of Contents

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