public class VerilogParser extends HdlParser
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE_ID
The entity identifier.
|
static EntityType |
OUT_TYPE
The output entity type.
|
Constructor and Description |
---|
VerilogParser()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Entity |
parse(java.util.Map<EntityType,Entity> inputs)
Parses input entities.
|
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
public static final EntityType OUT_TYPE