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

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

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