Uses of Class
com.sun.electric.tool.ncc.processing.SubcircuitInfo

Packages that use SubcircuitInfo
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.processing   
 

Uses of SubcircuitInfo in com.sun.electric.tool.ncc.netlist
 

Constructors in com.sun.electric.tool.ncc.netlist with parameters of type SubcircuitInfo
Subcircuit(NccNameProxy.PartNameProxy instName, SubcircuitInfo subcircuitInfo, Wire[] pins)
           
 

Uses of SubcircuitInfo in com.sun.electric.tool.ncc.processing
 

Methods in com.sun.electric.tool.ncc.processing that return SubcircuitInfo
 SubcircuitInfo HierarchyInfo.getSubcircuitInfo(Cell c)
          get me information I need to treat an instance of this Cell as a subcircuit primitive
 

Methods in com.sun.electric.tool.ncc.processing with parameters of type SubcircuitInfo
 void HierarchyInfo.addSubcircuitInfo(Cell c, SubcircuitInfo subcktInfo)
          Add new subcircuit information for each Cell in the compareList so it can be treated as a subcircuit primitive in a future hierarchical comparison at a higher level.
 

Constructors in com.sun.electric.tool.ncc.processing with parameters of type SubcircuitInfo
SubcircuitInfo(SubcircuitInfo referenceInfo, java.util.Map<java.lang.String,java.lang.Integer> exportNameToPortIndex)
          Create SubcircuitInfos for all the rest of the Cells in the CellGroup