addExternalIOInterface
Class: hdlcoder.Board
Namespace: hdlcoder
Define external IO interface for board object
Syntax
addExternalIOInterface('InterfaceID',interfacename,'InterfaceType',interfacetype,'PortName',portname,'PortWidth',portwidth,'FPGAPin',pins,'IOPadConstraint',constraints)
Description
addExternalIOInterface('InterfaceID',
adds
an external IO interface to an interfacename
,'InterfaceType',interfacetype
,'PortName',portname
,'PortWidth',portwidth
,'FPGAPin',pins
,'IOPadConstraint',constraints
)hdlcoder.Board
object.
You can add multiple external IO interfaces to your board object.
Use this method if your board has more than one external interface, or if you want to be able to predefine FPGA pin names for mapping from the HDL Workflow Advisor.
Input Arguments
Tips
For details about the external IO interface ports, pins, and constraints for your board, view the board documentation.
Version History
Introduced in R2015a