Package | Description |
---|---|
com.sun.electric.tool.ncc.netlist | |
com.sun.electric.tool.ncc.processing | |
com.sun.electric.tool.ncc.strategy |
Modifier and Type | Class and Description |
---|---|
class |
Bipolar
A Bipolar transistor
|
class |
Mos
One or more MOS transistors in series.
|
class |
Resistor |
class |
Subcircuit
A Cell instance that is being treated as a primitive circuit component
during a hierarchical netlist comparison
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Part> |
NccNetlist.getPartArray() |
java.util.Iterator<Part> |
Wire.getParts() |
Modifier and Type | Method and Description |
---|---|
void |
Wire.add(Part p)
add a Part to this Wire
|
boolean |
Resistor.parallelMerge(Part p,
NccOptions nccOpt)
Never perform series/parallel combination of resistors.
|
boolean |
Bipolar.parallelMerge(Part p,
NccOptions nccOpt) |
abstract boolean |
Part.parallelMerge(Part p,
NccOptions nccOpt)
This method attempts to merge this Part in parallel with another Part
|
boolean |
Mos.parallelMerge(Part p,
NccOptions nccOpt) |
boolean |
Subcircuit.parallelMerge(Part p,
NccOptions nccOpt) |
boolean |
Wire.touches(Part p)
Does this Wire connect to the given Part?
|
Modifier and Type | Method and Description |
---|---|
static void |
ForceMatch.doYourJob(java.util.Set<Part> forcedMatchParts,
java.util.Set<Wire> forcedMatchWires,
NccGlobals g)
Must be called before any other partitioning occurs.
|
static LocalPartitionResult |
LocalPartitioning.doYourJob(java.util.Set<Part> forcedMatchParts,
java.util.Set<Wire> forcedMatchWires,
NccGlobals globals)
Partition Parts and wires based upon purely local information.
|
Modifier and Type | Method and Description |
---|---|
static LeafList |
StratPartType.doYourJob(java.util.Set<Part> forcedMatchParts,
NccGlobals globals) |
static LeafList |
StratPartPopularity.doYourJob(java.util.Set<Part> forcedMatchParts,
NccGlobals globals) |