Package | Description |
---|---|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
com.sun.electric.database.network |
Package for handling network control in Electric.
|
com.sun.electric.tool.generator.layout | |
com.sun.electric.tool.io.output | |
com.sun.electric.tool.ncc.netlist |
Modifier and Type | Method and Description |
---|---|
static void |
HierarchyEnumerator.enumerateCell(Cell root,
VarContext context,
HierarchyEnumerator.Visitor visitor,
Netlist.ShortResistors shortResistors) |
Netlist |
Cell.getNetlist(Netlist.ShortResistors shortResistors)
Recompute the Netlist structure for this Cell.
|
Modifier and Type | Method and Description |
---|---|
Netlist.ShortResistors |
Netlist.getShortResistors() |
static Netlist.ShortResistors |
Netlist.ShortResistors.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Netlist.ShortResistors[] |
Netlist.ShortResistors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Netlist |
NetworkTool.getNetlist(Cell cell,
Netlist.ShortResistors shortResistors)
Recompute the Netlist structure for given Cell.
|
Constructor and Description |
---|
NodaNets(Cell c,
Netlist.ShortResistors shortResistors) |
Modifier and Type | Method and Description |
---|---|
protected Netlist.ShortResistors |
EDIF.getShortResistors()
Tell the Hierarchy enumerator how to short resistors
|
protected Netlist.ShortResistors |
Verilog.getShortResistors()
Tell the Hierarchy enumerator how to short resistors
|
protected Netlist.ShortResistors |
Silos.getShortResistors()
Tell the Hierarchy enumerator how to short resistors
|
protected Netlist.ShortResistors |
Tegas.getShortResistors()
Tell the Hierarchy enumerator how to short resistors
|
protected Netlist.ShortResistors |
MOSSIM.getShortResistors()
Tell the Hierarchy enumerator how to short resistors
|
protected Netlist.ShortResistors |
Spice.getShortResistors()
Tell the Hierarchy enumerator how to short resistors
|
protected Netlist.ShortResistors |
Topology.getShortResistors()
Tell the Hierarchy enumerator how to short resistors
|
protected Netlist.ShortResistors |
GenerateVHDL.getShortResistors()
Method to tell the netlister how to short resistors
|
Modifier and Type | Field and Description |
---|---|
static Netlist.ShortResistors |
NccNetlist.SHORT_RESISTORS |