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

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

6.7.3.32. set_instance_property

Description

Sets the property value of a child instance. Most instance properties are read-only and can only be set by the instance itself. The primary use for this command is to update the ENABLED parameter, which includes or excludes a child instance when generating Platform Designer interconnect.

Usage

set_instance_property <instance> <property> <value>

Returns

No return value.

Arguments

instance
The child instance name.
property
The property name. Refer to Instance Properties.
value
The property value.

Example

set_instance_property cpu ENABLED false