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

8.1.9.5. set_sv_interface_property

Description

Sets the value of a property on a SystemVerilog interface.

Availability

Elaboration, Global

Usage

set_sv_interface_property <sv_interface_name> <sv_interface_property> <value>

Returns

No return value.

Arguments

interface
The name of a SystemVerilog interface.
sv_interface_property
The name of the property. Refer to SystemVerilog Interface Properties.
value
The property value.

Example

set_sv_interface_property my_sv_interface USE_ALL_PORTS True