public class LogicalEffortTest extends AbstractTest
AbstractTest.CompareJob
Constructor and Description |
---|
LogicalEffortTest(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getOutputDirectory() |
static java.util.List<AbstractTest> |
getTests() |
java.lang.Boolean |
LE()
LE
|
static boolean |
runSizing(java.lang.String testName,
java.lang.String libName,
java.lang.String cellName,
java.lang.String rootPath,
int expectedSize,
int expectedErrors,
int expectedWarnings)
Run Logical Effort Sizing on a cell.
|
compareImages, compareResults, dataDir, getFullTestName, getFunctionName, getLogName, getResultName, removeLines, removeLines, setFoundry, setFoundry, setGroupName, toString, wipeLibraries, workingDir, workingDir
public static java.util.List<AbstractTest> getTests()
public static java.lang.String getOutputDirectory()
public java.lang.Boolean LE()
public static boolean runSizing(java.lang.String testName, java.lang.String libName, java.lang.String cellName, java.lang.String rootPath, int expectedSize, int expectedErrors, int expectedWarnings)
testName
- the name of the test.libName
- the name of the library to load.cellName
- the name of the schematic cell to test.rootPath
- expectedSize
- the expected total size of all sizable gates, truncated to an integer.expectedErrors
- the number of expected errors.expectedWarnings
- the number of expected warnings.