Uses of Class
byucc.jhdl.base.PortRecord

Packages that use PortRecord
byucc.jhdl.apps.Jab   
byucc.jhdl.apps.Viewers.Schematic   
byucc.jhdl.base   
 

Uses of PortRecord in byucc.jhdl.apps.Jab
 

Methods in byucc.jhdl.apps.Jab that return PortRecord
 PortRecord CellInfo.getPortRecord(int wIndex)
           
 

Uses of PortRecord in byucc.jhdl.apps.Viewers.Schematic
 

Fields in byucc.jhdl.apps.Viewers.Schematic declared as PortRecord
 PortRecord NetConnection.record
           
 

Methods in byucc.jhdl.apps.Viewers.Schematic with parameters of type PortRecord
 NetConnection SchematicNet.addConnection(SchematicNode sNode, PortRecord record, Net net)
           
 

Constructors in byucc.jhdl.apps.Viewers.Schematic with parameters of type PortRecord
NetConnection(SchematicNode node, PortRecord record, Net net)
           
 

Uses of PortRecord in byucc.jhdl.base
 

Methods in byucc.jhdl.base that return PortRecord
 PortRecord Cell.getPortRecord(java.lang.String portname)
          This will return a single port record describing the attributes of the named port.
 PortRecord PortRecordList.getPortRecord()
          Return the current record
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.