addInternalIOInterface
Class: hdlcoder.ReferenceDesign
Namespace: hdlcoder
Add and define internal IO interface between generated IP core and existing IP cores
Syntax
addInternalIOInterface('InterfaceID',interface_name,'InterfaceType', interface_type,'PortName',port_name,'PortWidth',port_width,'InterfaceConnection',interface_connection)
Description
addInternalIOInterface('InterfaceID',
adds
and defines an internal IO interface between the generated IP core
and other IP cores in the reference design.interface_name
,'InterfaceType', interface_type
,'PortName',port_name
,'PortWidth',port_width
,'InterfaceConnection',interface_connection
)
In the HDL Workflow Advisor, if you target a custom reference design that has an internal IO interface, you must map a DUT port to the internal IO interface. In the Target Platform Interface Table, you cannot leave the internal IO interface unassigned.
Input Arguments
Version History
Introduced in R2015b