pdaExtPort
Designates a port on a BB instance as an external netlist port - by which the netlist can be connected to other things e.g. other BBs/netlistsStructure
This element does not have elements. The attributes are shown below, in a sorted per type fashion.<pdaExtPort bbport="..." bbref="..." label="..." ... > ... </pdaExtPort>
XSD The schema file can be downloaded or viewed at xPDK_Netlist.
Details
bbport
Name of port on BB instance.Name of port on BB instance. Type pdaIdentifier documentation: Defines a valid name for an identifier.Identifiers are used in the Python library for the
getName()
and setName()
function and can thus be used to identify the different elements in lists.In text the specification is a letter, followed by letters, numbers, underscore or dot. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*
bbref
Name of BB instance to which the port connects. Type pdaIdentifier documentation: Defines a valid name for an identifier.Identifiers are used in the Python library for the
getName()
and setName()
function and can thus be used to identify the different elements in lists.In text the specification is a letter, followed by letters, numbers, underscore or dot. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*