Uses of Class
byucc.jhdl.base.Connection

Packages that use Connection
byucc.jhdl.base   
 

Uses of Connection in byucc.jhdl.base
 

Subclasses of Connection in byucc.jhdl.base
 class AtomicConnection
          This class represents an atomic port of a cell that a net connects to in an atomic Netlist.
 class BusConnection
          Used to store connection information that can be used by netlisting code.
 class FlatConnection
          This class represents a connection of a flat netlisting net to a port of a leaf cell or top level cell.
 

Methods in byucc.jhdl.base that return Connection
 Connection ConnectionList.getConnection()
          Returns the connection at the current list position
 

Methods in byucc.jhdl.base with parameters of type Connection
 void ConnectionList.insert(Connection c)
          Controls what can go on the list
 void ConnectionList.append(Connection c)
          Controls what can go on the list
 



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