com.eu.miscedautils.gentbvhdl
Class GenerateVHDLTestBench
java.lang.Object
com.eu.miscedautils.gentbvhdl.GenerateVHDLTestBench
public class GenerateVHDLTestBench
- extends java.lang.Object
Method Summary |
static java.lang.Integer |
compileFile(java.lang.String worklib,
java.lang.String fName,
boolean printSrc,
boolean isSTDPack)
|
static java.lang.Integer |
generateTestBench(java.lang.String worklib,
FVhPEntity entity,
java.lang.String outfile)
|
static java.lang.Integer |
generateTestBench(java.lang.String worklib,
java.lang.String duname,
java.lang.String outfile)
|
static void |
main(java.lang.String[] args)
|
static void |
printHelp()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clk
public static java.lang.String clk
rst
public static java.lang.String rst
clkList
public static java.util.LinkedList<FVhPClock> clkList
rstList
public static java.util.LinkedList<FVhPReset> rstList
maxSimCycles
public static FVhPClock maxSimCycles
maxSimTime
public static java.lang.Integer maxSimTime
nowildcard
public static boolean nowildcard
excludefilelist
public static java.lang.String excludefilelist
GenerateVHDLTestBench
public GenerateVHDLTestBench()
main
public static void main(java.lang.String[] args)
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
compileFile
public static java.lang.Integer compileFile(java.lang.String worklib,
java.lang.String fName,
boolean printSrc,
boolean isSTDPack)
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
generateTestBench
public static java.lang.Integer generateTestBench(java.lang.String worklib,
FVhPEntity entity,
java.lang.String outfile)
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
generateTestBench
public static java.lang.Integer generateTestBench(java.lang.String worklib,
java.lang.String duname,
java.lang.String outfile)
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
printHelp
public static void printHelp()