public class GenerationTest extends AbstractTest
AbstractTest.CompareJob
Modifier and Type | Method and Description |
---|---|
static boolean |
basicGateGenerationTest(java.lang.String rootPath)
Method to run Gate Generator test.
|
static boolean |
basicPadFrameTest(java.lang.String rootPath,
int testNumber)
Method to run the PadFrame regression.
|
static boolean |
basicPLATest(java.lang.String rootPath)
Method to run basic test for PLA.
|
static boolean |
basicROMTest(java.lang.String rootPath)
Method to run ROM generation test.
|
static boolean |
basicSiliconCompilerTest(java.lang.String rootPath,
int testNumber)
Method to run Silicon Compiler test.
|
static boolean |
basicStitchFillGenTest(java.lang.String rootPath)
Method to run Stitch Fill test.
|
static boolean |
basicTechEditWizardTest(java.lang.String rootPath)
Method to run TechEditWizard test.
|
static java.lang.Boolean |
basicTemplateFillTest(java.lang.String rootPath)
Method to run Template Fill test.
|
java.lang.Boolean |
FillStitch()
FillStitch
|
java.lang.Boolean |
FillTemplate()
FillTemplate
|
java.lang.Boolean |
GateGen()
GateGen
|
static java.lang.String |
getOutputDirectory() |
static java.util.List<AbstractTest> |
getTests() |
java.lang.Boolean |
PadFrame1()
PadFrame1&2
|
java.lang.Boolean |
PadFrame2() |
java.lang.Boolean |
PLA()
PLA
|
java.lang.Boolean |
ROM()
ROM
|
java.lang.Boolean |
SiliconCompiler1()
SiliconCompiler1&2
|
java.lang.Boolean |
SiliconCompiler2() |
java.lang.Boolean |
TechEditWizard()
TechEditWizard
|
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 FillTemplate()
public static java.lang.Boolean basicTemplateFillTest(java.lang.String rootPath)
rootPath
- public java.lang.Boolean FillStitch()
public static boolean basicStitchFillGenTest(java.lang.String rootPath)
rootPath
- if rootPath is not null, then the data path includes tool path
otherwise assume the regression is running locallypublic java.lang.Boolean PLA()
public static boolean basicPLATest(java.lang.String rootPath)
rootPath
- the top level of the regressions data.public java.lang.Boolean PadFrame1()
public java.lang.Boolean PadFrame2()
public static boolean basicPadFrameTest(java.lang.String rootPath, int testNumber)
rootPath
- testNumber
- 1 or 2 for the two tests.public java.lang.Boolean ROM()
public static boolean basicROMTest(java.lang.String rootPath)
rootPath
- if rootPath is not null, then the data path includes tool path
otherwise assume the regression is running locallypublic java.lang.Boolean SiliconCompiler1()
public java.lang.Boolean SiliconCompiler2()
public static boolean basicSiliconCompilerTest(java.lang.String rootPath, int testNumber)
rootPath
- if rootPath is not null, then the data path includes tool path
otherwise assume the regression is running locallypublic java.lang.Boolean TechEditWizard()
public static boolean basicTechEditWizardTest(java.lang.String rootPath)
rootPath
- if rootPath is not null, then the data path includes tool path
otherwise assume the regression is running locallypublic java.lang.Boolean GateGen()
public static boolean basicGateGenerationTest(java.lang.String rootPath)