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

ID 683609
Date 12/20/2023
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.6.11. set_instance_property

Description

Allows a user to set the properties of a child instance.

Availability

Main Program, Elaboration, Validation, Composition

Usage

set_instance_property <instance> <property> <value>

Returns

Arguments

instance
The name of the instance.
property
The name of the property to set. Refer to Instance Properties.
value
The new property value.

Example

set_instance_property myinstance SUPRESS_ALL_WARNINGS true