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

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

7.1.8.3. get_sv_interface_property

Description

Returns the value of a single SystemVerilog interface property from the specified interface.

Availability

Elaboration, Global

Usage

get_sv_interface_property <sv_interface_name> <sv_interface_property>

Returns

various
The property value.

Arguments

sv_interface_name
The name of a SystemVerilog interface of the system.
sv_interface_property
The name of the property. Refer to System Verilog Interface Properties.

Example

get_sv_interface_property my_sv_interface USE_ALL_PORTS