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

ID 683609
Date 10/04/2021
Public

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

Document Table of Contents

8.1.5.7. send_message

Description

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

Availability

Discovery, Main Program, Edit, Elaboration, Validation, Generation, Composition, Fileset Generation, Parameter Upgrade

Usage

send_message <level> <message>

Returns

No return value .

Arguments

level
The following message levels are supported:
  • ERROR --Provides an error message. The Platform Designer system cannot be generated with existing error messages.
  • WARNING --Provides a warning message.
  • INFO --Provides an informational message. The INFO level is not available in the Main Program.
  • PROGRESS --Reports progress during generation.
  • 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!"