public class VerilogParser extends HdlParser
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE_ID
The entity identifier.
|
static Parameter |
INCLUDE_PATH
Include path option.
|
FIRST_FILE_MODULE, MODULE_NAME
DISABLE_BACKENDS, NO_BACKEND
Constructor and Description |
---|
VerilogParser()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected EntityType |
getSrcType()
Returns the type of HDL source inputs.
|
Entity |
parse(java.util.Map<EntityType,Entity> inputs)
Parses input entities.
|
getModuleNames, start
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 INCLUDE_PATH
public Entity parse(java.util.Map<EntityType,Entity> inputs)
HdlParser
protected EntityType getSrcType()
HdlParser
getSrcType
in class HdlParser