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

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

7.2.2. Interface Properties

Name Description
CMSIS_SVD_FILE Specifies the connection point's associated CMSIS file.
CMSIS_SVD_VARIABLES Defines the variables inside a .svd file.
ENABLED Specifies whether or not interface is enabled.
EXPORT_OF For composed _hwl.tcl files, the EXPORT_OF property indicates which interface of a child instance is to be exported through this interface. Before using this command, you must have created the border interface using add_interface. The interface to be exported is of the form <instanceName.interfaceName> .
Example:
set_interface_property CSC_input
	EXPORT_OF my_colorSpaceConverter.input_port
PORT_NAME_MAP A map of external port names to internal port names, formatted as a Tcl list. Example:
set_interface_property <interface name> PORT_NAME_MAP
	"<new port name> <old port name> <new port name 2> <old port name 2>" 
SVD_ADDRESS_GROUP Generates a CMSIS SVD file. Masters in the same SVD address group write register data of their connected slaves into the same SVD file
SVD_ADDRESS_OFFSET Generates a CMSIS SVD file. Slaves connected to this master have their base address offset by this amount in the SVD file.
SV_INTERFACE

When SV_INTERFACE is set, all the ports in the given interface are part of the SystemVerilog interface.

Example:
set_interface_property my_qsys_interface SV_INTERFACE
	my_sv_interface
IPXACT_REGISTER_MAP Specifies the connection point's associated IP-XACT register map file. Platform Designer supports register map files in IP-XACT 2009 or 2014 format.
Example:
set_interface_property my_qsys_interface
	IPXACT_REGISTER_MAP <path_to_ipxact_reg_file>
IPXACT_REGISTER_MAP_VARIABLES

For macro substitution inside the IP-XACT register map file.

Specifies a list of key value pairs, where key is the macro name and value is the replacement text that substitutes the macros in the IP-XACT register map.