Uses of Class
org.opencores.structure.NodeAdd

Packages that use NodeAdd
org.opencores.structure   
 

Uses of NodeAdd in org.opencores.structure
 

Fields in org.opencores.structure declared as NodeAdd
 NodeAdd NodeAdd.prev
          adder this one receives carry
 NodeAdd NodeAdd.next
          adder this one passes carry
 NodeAdd NodeAdd.group
          first adder of the group
 

Methods in org.opencores.structure with parameters of type NodeAdd
 void NodeAdd.duplicate(NodeAdd n)
          duplicates parameters from n to this
 void NodeSPC.duplicate(NodeAdd n)
          duplicates parameters from n to this
 

Constructors in org.opencores.structure with parameters of type NodeAdd
NodeSPC.NodeSPC(NodeAdd a0, NodeAdd a1, NodeAdd a2, NodeAdd a3)
          constructs new 4b adder from four full adders
NodeSPC.NodeSPC(NodeAdd group, NetGlobal fillWith)
          creates 4bit adder from four NodeAdds, looking at .next.