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.extract |
Package for handling node extraction, parasitics, etc.
|
com.sun.electric.tool.io.output | |
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
Modifier and Type | Method and Description |
---|---|
Netlist |
Cell.acquireUserNetlist()
Returns the Netlist structure for this Cell, using current network options.
|
Netlist |
Cell.getNetlist()
Recompute the Netlist structure for this Cell whithout shortening resistors.
|
Netlist |
HierarchyEnumerator.CellInfo.getNetlist()
The Netlist of the current Cell.
|
Netlist |
Cell.getNetlist(Netlist.ShortResistors shortResistors)
Recompute the Netlist structure for this Cell.
|
Netlist |
Cell.getUserNetlist()
Returns the Netlist structure for this Cell, using current network options.
|
Modifier and Type | Method and Description |
---|---|
static void |
HierarchyEnumerator.enumerateCell(Netlist rootNetlist,
VarContext context,
HierarchyEnumerator.Visitor visitor) |
static void |
HierarchyEnumerator.enumerateCell(Netlist rootNetlist,
VarContext context,
HierarchyEnumerator.Visitor visitor,
boolean caching)
Experimental.
|
Modifier and Type | Class and Description |
---|---|
class |
NetlistImpl |
class |
NetlistShorted
This class represents Netlist obtained from base Netlist by shortening some Networks.
|
Modifier and Type | Method and Description |
---|---|
static Netlist |
NetworkTool.acquireUserNetlist(Cell cell)
Returns Netlist for a given cell obtain with user-default set of options.
|
Netlist |
Network.getNetlist()
Returns the Netlist of this Network.
|
static Netlist |
NetworkTool.getNetlist(Cell cell,
Netlist.ShortResistors shortResistors)
Recompute the Netlist structure for given Cell.
|
Netlist |
Netlist.getNetlist(Nodable no)
Returns subnetlist for a given Nodable.
|
static Netlist |
NetworkTool.getUserNetlist(Cell cell)
Returns Netlist for a given cell obtain with user-default set of options.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Network> |
NetworkTool.getNetworks(Geometric geom,
Netlist netlist,
java.util.Set<Network> nets)
Method to retrieve all networks on a Geometric object.
|
static java.util.Set<Network> |
NetworkTool.getNetworksOnPort(PortInst pi,
Netlist netlist,
java.util.Set<Network> nets)
Method to retrieve all networks for a portInst.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
GeometryConnection.searchInExportNetwork(Netlist netlist1,
Network net1,
Netlist netlist2,
Network net2) |
Modifier and Type | Method and Description |
---|---|
protected Netlist |
Topology.CellNetInfo.getNetList() |
Constructor and Description |
---|
CachedCell(Cell cell,
Netlist netlist) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Connection> |
Routing.findNetEnds(Network net,
java.util.Set<ArcInst> arcsToDelete,
java.util.Set<NodeInst> nodesToDelete,
Netlist netList,
boolean mustBeUnrouted)
Method to find the endpoints of a network.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Highlight2> |
NetworkHighlighter.getHighlights(Cell cell,
Netlist netlist,
java.util.Set<Network> nets,
int startDepth,
int endDepth)
Returns a list of Highlight objects that draw lines and boxes over
instances that denote the location of objects in that instance that
are connected to net.
|