Quartus® Prime Pro Edition User Guide: Platform Designer

ID 683609
Date 4/01/2024
Public
Document Table of Contents

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