byucc.jhdl.base
Class BusNetlist

java.lang.Object
  extended bybyucc.jhdl.base.Netlist
      extended bybyucc.jhdl.base.BusNetlist

public class BusNetlist
extends Netlist

Represents the netlist of a cell using busses. The netlist is a record of all wires connecting between the parent and/or its children.


Field Summary
 
Fields inherited from class byucc.jhdl.base.Netlist
net_table, wire_table
 
Method Summary
protected  void add(Wire w, Net n)
          Adds a wire to the list of known nets
protected  Net find(Wire w)
          Finds a wire in the list of known nets
 
Methods inherited from class byucc.jhdl.base.Netlist
getNets, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

add

protected void add(Wire w,
                   Net n)
Adds a wire to the list of known nets

Overrides:
add in class Netlist
Parameters:
w - the wire to add
n - the net corresponding to that wire

find

protected Net find(Wire w)
Finds a wire in the list of known nets

Overrides:
find in class Netlist
Parameters:
w - the wire to find
Returns:
the net it corresponds to


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