Package | Description |
---|---|
com.sun.electric.tool.ncc.netlist | |
com.sun.electric.tool.ncc.processing |
Constructor and Description |
---|
Subcircuit(NccNameProxy.PartNameProxy instName,
SubcircuitInfo subcircuitInfo,
Wire[] pins) |
Modifier and Type | Method and Description |
---|---|
SubcircuitInfo |
HierarchyInfo.getSubcircuitInfo(Cell c)
get me information I need to treat an instance of this Cell as a
subcircuit primitive
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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
|