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

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

7.1.8.1. add_sv_interface

Description

Adds a SystemVerilog interface to the IP component.

Availability

Elaboration, Global

Usage

add_sv_interface <sv_interface_name> <sv_interface_type>

Returns

No return value.

Arguments

sv_interface_name
The name of the SystemVerilog interface in the IP component.
sv_interface_type
The type of the SystemVerilog interface used by the IP component.

Example

add_sv_interface my_sv_interface my_sv_interface_type