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

ID 683609
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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