public class FDIrregular extends PlacementFrame
Modifier and Type | Class and Description |
---|---|
class |
FDIrregular.PlacementProgress
Class to debug placement.
|
PlacementFrame.PlacementNetwork, PlacementFrame.PlacementNode, PlacementFrame.PlacementParameter, PlacementFrame.PlacementPort
Modifier and Type | Field and Description |
---|---|
protected java.util.List<com.sun.electric.tool.placement.general.FDIrregular.ProxyNode> |
nodesToPlace
list of proxy nodes
|
protected java.util.Map<PlacementFrame.PlacementNode,com.sun.electric.tool.placement.general.FDIrregular.ProxyNode> |
proxyMap
map from original PlacementNodes to proxy nodes
|
numOfThreads, runtime
Constructor and Description |
---|
FDIrregular() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithmName()
Method to return the name of this placement algorithm.
|
void |
runPlacement(java.util.List<PlacementFrame.PlacementNode> placementNodes,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do placement by simulated annealing.
|
getOriginalCell, getParameters, getRedispCell, getStandardCellSize, isFailure, setFailure, setOriginalCell, setParamterValues, setRedispCell
protected java.util.List<com.sun.electric.tool.placement.general.FDIrregular.ProxyNode> nodesToPlace
protected java.util.Map<PlacementFrame.PlacementNode,com.sun.electric.tool.placement.general.FDIrregular.ProxyNode> proxyMap
public java.lang.String getAlgorithmName()
getAlgorithmName
in class PlacementFrame
public void runPlacement(java.util.List<PlacementFrame.PlacementNode> placementNodes, java.util.List<PlacementFrame.PlacementNetwork> allNetworks, java.util.List<PlacementAdapter.PlacementExport> exportsToPlace, java.lang.String cellName, Job job)
runPlacement
in class PlacementFrame
placementNodes
- a list of all nodes that are to be placed.allNetworks
- a list of all networks that connect the nodes.cellName
- the name of the cell being placed.job
- the Job (for testing abort).