public class TestVhdlTestbenchPrinter extends Engine
Test
,
VhdlTestbenchModel
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE_ID
The engine ID of all
TestVhdlTestbenchPrinter instances. |
static Parameter |
OVERWRITE_EXISTING_FILES_PARAMETER |
static Parameter |
TESTBENCH_DIRECTORY_PARAMETER |
Constructor and Description |
---|
TestVhdlTestbenchPrinter()
Creates a new
TestVhdlTestbenchPrinter instance. |
Modifier and Type | Method and Description |
---|---|
VhdlTestbenchModel |
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, getMandatoryInputEntity, getOptionalInputEntity, 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_PARAMETER
public static final Parameter OVERWRITE_EXISTING_FILES_PARAMETER
public TestVhdlTestbenchPrinter()
TestVhdlTestbenchPrinter
instance.public VhdlTestbenchModel start(java.util.Map<EntityType,Entity> inputs)
Engine