public class TestVhdlTestbenchPrinter extends Engine
Test
,
VhdlTestbench
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE_ID
The engine ID of all
TestVhdlTestbenchPrinter instances. |
static java.lang.String |
TESTBENCH_DIR_NAME
The default name of testbench directory.
|
static Parameter |
TESTBENCH_DIRECTORY |
Constructor and Description |
---|
TestVhdlTestbenchPrinter()
Creates a new
TestVhdlTestbenchPrinter instance. |
Modifier and Type | Method and Description |
---|---|
VhdlTestbench |
start(java.util.Map<EntityType,Entity> inputs)
Processes entities of the input types and produces an entity of the output type.
|
addBackend, addInputType, addParameter, defines, equals, getId, getInputTypes, getLogger, getOutputType, getParameters, hasBackEnds, hashCode, parseCommandLine, runBackEnds, setOutputType, setProgress, start, toString, uses
public static final java.lang.String ENGINE_ID
TestVhdlTestbenchPrinter
instances.public static final Parameter TESTBENCH_DIRECTORY
public static final java.lang.String TESTBENCH_DIR_NAME
public TestVhdlTestbenchPrinter()
TestVhdlTestbenchPrinter
instance.public VhdlTestbench start(java.util.Map<EntityType,Entity> inputs)
Engine