Package | Description |
---|---|
com.sun.electric.database.network |
Package for handling network control in Electric.
|
com.sun.electric.tool.io.output |
Modifier and Type | Field and Description |
---|---|
static Global |
Global.ground
global signal ground.
|
static Global |
Global.power
global signal power.
|
Modifier and Type | Method and Description |
---|---|
Global |
Global.Set.get(int i)
Returns a Global from this set by specified index.
|
static Global |
Global.newGlobal(java.lang.String name)
Finds or creates global signal with given name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Global> |
Network.getGlobals()
Get iterator over all Globals on Network
|
Modifier and Type | Method and Description |
---|---|
boolean |
Global.Set.contains(Global global)
Returns true if this Global.Set contains a specified Global.
|
PortCharacteristic |
Global.Set.getCharacteristic(Global global)
Returns characteristic of a specified Global in a set.
|
Network |
Netlist.getNetwork(Global global)
Get network of a global signal.
|
Network |
Netlist.getNetwork(Nodable no,
Global global)
Get network of a global signal of nodable.
|
int |
Global.Set.indexOf(Global g)
Returns an index of specified Global in this set.
|
Modifier and Type | Method and Description |
---|---|
Global.Set |
Global.Set.remove(java.util.Iterator<Global> gs)
Returns this Set with removed all globals given by the iterator.
|
Modifier and Type | Method and Description |
---|---|
protected Global |
Topology.CellSignal.getGlobal() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
EDIF.getGlobalName(Global glob)
Method to return the proper name of a Global signal
|
protected java.lang.String |
GenerateVHDL.getGlobalName(Global glob)
Method to return the proper name of a Global signal
|
protected java.lang.String |
Verilog.getGlobalName(Global glob)
Method to return the proper name of a Global signal
|
protected java.lang.String |
Spice.getGlobalName(Global glob)
Method to return the proper name of a Global signal
|
protected java.lang.String |
Tegas.getGlobalName(Global glob)
Method to return the proper name of a Global signal
|
protected java.lang.String |
Silos.getGlobalName(Global glob)
Method to return the proper name of a Global signal
|
protected abstract java.lang.String |
Topology.getGlobalName(Global glob)
Abstract method to return the proper name of a Global signal
|
protected java.lang.String |
MOSSIM.getGlobalName(Global glob)
Method to return the proper name of a Global signal
|