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

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

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