public class CfgRandomTestGenerator extends TestGeneratorEngine
Modifier and Type | Field and Description |
---|---|
static Parameter |
CLK_LVL
Active level of clock signal.
|
static Parameter |
CLK_NAME
Name of clock signal.
|
static java.lang.String |
ENGINE_ID
Engine identifier.
|
static Parameter |
INPUT_VALUES |
static Parameter |
RST_DELAY
Delay in ticks through which the reset signal should be kept active for completed resetting.
|
static Parameter |
RST_LVL
Active level of reset signal.
|
static Parameter |
RST_NAME
Name of reset signal.
|
static Parameter |
TEST_LEN
Generated test sequence length.
|
static Parameter |
TEST_SEED
Random seed value.
|
DISABLE_BACKENDS, NO_BACKEND
Constructor and Description |
---|
CfgRandomTestGenerator()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Entity |
start(java.util.Map<EntityType,Entity> inputs)
Processes entities of the input types and produces an entity of the output type.
|
addBackend, addInputType, addParameter, deactivateBackends, debugWrite, debugWrite, defines, disableAllBackends, enableAllBackends, equals, getBackends, getId, getInputEntity, getInputTypes, getLogger, getOptionalInputEntity, getOutputType, getParameters, hashCode, isDebugMode, parseCommandLine, setDebugMode, setOutputType, start, toString
public static final java.lang.String ENGINE_ID
public static final Parameter TEST_LEN
public static final Parameter TEST_SEED
public static final Parameter CLK_NAME
public static final Parameter CLK_LVL
public static final Parameter RST_NAME
public static final Parameter RST_LVL
public static final Parameter RST_DELAY
public static final Parameter INPUT_VALUES
public Entity start(java.util.Map<EntityType,Entity> inputs)
Engine