Package | Description |
---|---|
com.sun.electric.tool.sc |
Package for handling the silicon-compiler tool.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Maker.makeLayout(Library destLib,
GetNetlist gnl)
Method to make Electric circuitry from the results of place-and-route.
|
java.lang.String |
Place.placeCells(GetNetlist gnl)
Method to place the nodes in the current cell in optimal position for routing
based upon number of connections between cells.
|
java.lang.String |
Route.routeCells(GetNetlist gnl)
Method to do routing.
|