|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Global | |
---|---|
com.sun.electric.database.network | Package for handling network control in Electric. |
com.sun.electric.tool.io.output |
Uses of Global in com.sun.electric.database.network |
---|
Fields in com.sun.electric.database.network declared as Global | |
---|---|
static Global |
Global.ground
global signal ground. |
static Global |
Global.power
global signal power. |
Methods in com.sun.electric.database.network that return Global | |
---|---|
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. |
Methods in com.sun.electric.database.network that return types with arguments of type Global | |
---|---|
java.util.Iterator<Global> |
Network.getGlobals()
Get iterator over all Globals on Network |
Methods in com.sun.electric.database.network with parameters of type Global | |
---|---|
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. |
Method parameters in com.sun.electric.database.network with type arguments of type Global | |
---|---|
Global.Set |
Global.Set.remove(java.util.Iterator<Global> gs)
Returns this Set with removed all globals given by the iterator. |
Uses of Global in com.sun.electric.tool.io.output |
---|
Methods in com.sun.electric.tool.io.output that return Global | |
---|---|
protected Global |
Topology.CellSignal.getGlobal()
|
Methods in com.sun.electric.tool.io.output with parameters of type Global | |
---|---|
protected java.lang.String |
EDIF.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 java.lang.String |
Verilog.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 |
MOSSIM.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 |
Spice.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |