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

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