Class: hdlcoder.Board
Package: hdlcoder
Define external IO interface for board object
addExternalIOInterface('InterfaceID',interfacename,'InterfaceType',interfacetype,'PortName',portname,'PortWidth',portwidth,'FPGAPin',pins,'IOPadConstraint',constraints)
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.
For details about the external IO interface ports, pins, and constraints for your board, view the board documentation.