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

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

7.1.5.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