public class Compaction extends Tool
Modifier and Type | Method and Description |
---|---|
static void |
compactNow(Cell cell,
boolean allowSpreading)
Method to compact the requested cell.
|
static Compaction |
getCompactionTool()
Method to retrieve the singleton associated with the Compaction tool.
|
void |
init()
Method to initialize the Compaction tool.
|
static boolean |
isAllowsSpreading()
Method to tell whether the compactor can spread circuitry apart, or just compact it.
|
static boolean |
isFactoryAllowsSpreading()
Method to tell whether the factory default for the compactor is to spread circuitry apart, or just compact it.
|
static void |
setAllowsSpreading(boolean on)
Method to set whether the compactor can spread circuitry apart, or just compact it.
|
clearAnalysis, clearBackground, clearFixErrors, clearIncremental, clearOn, clearSynthesis, compareTo, findTool, getIndex, getListeners, getName, getNumTools, getProjectSettings, getTools, initAllTools, isAnalysis, isBackground, isFixErrors, isIncremental, isOn, isSynthesis, setAnalysis, setBackground, setFixErrors, setIncremental, setOn, setSynthesis, setVarInJob, testAll, toString
public static Compaction getCompactionTool()
public static void compactNow(Cell cell, boolean allowSpreading)
public static boolean isAllowsSpreading()
public static void setAllowsSpreading(boolean on)
on
- true if the compactor can spread circuitry apart; false to just compact it.public static boolean isFactoryAllowsSpreading()