Package | Description |
---|---|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.io.input.verilog | |
com.sun.electric.tool.placement | |
com.sun.electric.tool.user.tests |
Modifier and Type | Field and Description |
---|---|
Placement.PlacementPreferences |
Spice.SpicePreferences.placementOptions |
Modifier and Type | Field and Description |
---|---|
Placement.PlacementPreferences |
VerilogReader.VerilogPreferences.placementPrefs |
Modifier and Type | Method and Description |
---|---|
static Cell |
PlacementAdapter.doPlacement(PlacementFrame pla,
Library lib,
java.lang.String cellName,
java.util.List<PlacementAdapter.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
NodeProto iconToPlace,
EditingPreferences ep,
Placement.PlacementPreferences prefs,
int quiet,
Job job)
Entry point for other tools that wish to describe a network to be placed.
|
static PlacementFrame |
Placement.getCurrentPlacementAlgorithm(Placement.PlacementPreferences prefs)
Method to return the current Placement algorithm.
|
static Cell |
Placement.placeCellNoJob(Cell cell,
EditingPreferences ep,
PlacementFrame pla,
Placement.PlacementPreferences prefs,
boolean quiet,
Job job)
Entry point to do Placement of a Cell and create a new, placed Cell.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PlacementParameterSetter.setParameter(Placement.PlacementPreferences prefs,
int numOfThreads,
int runtime,
PlacementFrame placement,
boolean regression) |
void |
PlacementParameterSetter.SimulatedAnnealing1Setter.setParameter(Placement.PlacementPreferences prefs,
int numOfThreads,
int runtime,
PlacementFrame placement,
boolean regression) |
void |
PlacementParameterSetter.SimulatedAnnealing2Setter.setParameter(Placement.PlacementPreferences prefs,
int numOfThreads,
int runtime,
PlacementFrame placement,
boolean regression) |
void |
PlacementParameterSetter.Genetic1Setter.setParameter(Placement.PlacementPreferences prefs,
int numOfThreads,
int runtime,
PlacementFrame placement,
boolean regression) |
void |
PlacementParameterSetter.Genetic2Setter.setParameter(Placement.PlacementPreferences prefs,
int numOfThreads,
int runtime,
PlacementFrame placement,
boolean regression) |
void |
PlacementParameterSetter.ForceDirected1Setter.setParameter(Placement.PlacementPreferences prefs,
int numOfThreads,
int runtime,
PlacementFrame placement,
boolean regression) |
void |
PlacementParameterSetter.ForceDirected2Setter.setParameter(Placement.PlacementPreferences prefs,
int numOfThreads,
int runtime,
PlacementFrame placement,
boolean regression) |