Serialized Form


Package com.eu.miscedautils.BaseHDLObject

Class com.eu.miscedautils.BaseHDLObject.BaseHDL extends java.lang.Object implements Serializable

Serialized Fields

parserType

BaseHDL.ParserType parserType

Package com.eu.miscedautils.SortHDL

Class com.eu.miscedautils.SortHDL.SortHDLBase extends BaseHDL implements Serializable

Serialized Fields

state

SortHDLBase.VisitingState state

file

HDLFile file

line

java.lang.Integer line

objtype

SortHDLBase.ObjType objtype

Class com.eu.miscedautils.SortHDL.SortHDLBinding extends SortHDLBase implements Serializable

Serialized Fields

instname

java.lang.String instname

componentname

java.lang.String componentname

libname

java.lang.String libname

mastertype

SortHDLBase.ObjType mastertype

mastername

java.lang.String mastername

masterarchname

java.lang.String masterarchname

Class com.eu.miscedautils.SortHDL.SortHDLInstance extends SortHDLBase implements Serializable

Serialized Fields

instname

java.lang.String instname

componentname

java.lang.String componentname

libname

java.lang.String libname

isdirectinst

boolean isdirectinst

master

SortHDLUnit master

primDUType

SortHDLBase.ObjType primDUType

Class com.eu.miscedautils.SortHDL.SortHDLUnit extends SortHDLBase implements Serializable

Serialized Fields

name

java.lang.String name

libraries

java.util.ArrayList<E> libraries

useclauses

java.util.ArrayList<E> useclauses

logPrefix

java.lang.String logPrefix

userunits

java.util.ArrayList<E> userunits

usedunits

java.util.ArrayList<E> usedunits

secondaryunits

java.util.ArrayList<E> secondaryunits

configurations

java.util.ArrayList<E> configurations

primary

SortHDLUnit primary

instances

java.util.ArrayList<E> instances

bindings

java.util.ArrayList<E> bindings

targetlib

java.lang.String targetlib

Class com.eu.miscedautils.SortHDL.SortVerilogParser.STAttrMap extends java.util.HashMap implements Serializable

Class com.eu.miscedautils.SortHDL.SortVHDLParser.STAttrMap extends java.util.HashMap implements Serializable


Package com.eu.miscedautils.veriloginfer

Class com.eu.miscedautils.veriloginfer.InferAlwaysBlock extends FVPBase implements Serializable

Serialized Fields

alwaysBlock

FVPAlwaysBlock alwaysBlock

inferredObject

FVPBase inferredObject

Class com.eu.miscedautils.veriloginfer.InferDFFAsyncNegEdgeResetNegEdgeClk extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

reset

FVPExprEdge reset

resetValue

FVPExprBase resetValue

Q

FVPBase Q

D

FVPBase D

name

java.lang.String name

cellName

java.lang.String cellName

Class com.eu.miscedautils.veriloginfer.InferDFFAsyncNegEdgeResetPosEdgeClk extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

reset

FVPExprEdge reset

resetValue

FVPExprBase resetValue

Q

FVPBase Q

D

FVPBase D

name

java.lang.String name

cellName

java.lang.String cellName

Class com.eu.miscedautils.veriloginfer.InferDFFAsyncPosEdgeResetNegEdgeClk extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

reset

FVPExprEdge reset

resetValue

FVPExprBase resetValue

Q

FVPBase Q

D

FVPBase D

name

java.lang.String name

cellName

java.lang.String cellName

Class com.eu.miscedautils.veriloginfer.InferDFFAsyncPosEdgeResetPosEdgeClk extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

reset

FVPExprEdge reset

resetValue

FVPExprBase resetValue

Q

FVPBase Q

D

FVPBase D

name

java.lang.String name

cellName

java.lang.String cellName

Class com.eu.miscedautils.veriloginfer.InferDFFAsyncReset extends FVPBase implements Serializable

Serialized Fields

clockEdge

FVPExprEdge clockEdge

resetEdge

FVPExprEdge resetEdge

resetValue

FVPExprBase resetValue

rstCond

FVPExprBase rstCond

rstLHS

FVPBase rstLHS

Q

FVPLvalue Q

D

FVPExprBase D

name

java.lang.String name

cellName

java.lang.String cellName

dataAssignmentStmt

FVPSeqStmtBase dataAssignmentStmt

resetAssignmentStmt

FVPSeqStmtBase resetAssignmentStmt

Class com.eu.miscedautils.veriloginfer.InferDFFEnabled extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

Q

FVPLvalue Q

D

FVPExprBase D

enableCond

FVPExprBase enableCond

name

java.lang.String name

cellName

java.lang.String cellName

dataAssignmentStmt

FVPSeqStmtBase dataAssignmentStmt

Class com.eu.miscedautils.veriloginfer.InferDFFSimple extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

Q

FVPLvalue Q

D

FVPExprBase D

name

java.lang.String name

cellName

java.lang.String cellName

dataAssignmentStmt

FVPSeqStmtBase dataAssignmentStmt

Class com.eu.miscedautils.veriloginfer.InferDFFSimpleNegEdge extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

Q

FVPBase Q

D

FVPBase D

name

java.lang.String name

cellName

java.lang.String cellName

Class com.eu.miscedautils.veriloginfer.InferDFFSimplePosEdge extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

Q

FVPBase Q

D

FVPBase D

name

java.lang.String name

cellName

java.lang.String cellName

Class com.eu.miscedautils.veriloginfer.InferDFFSyncReset extends FVPBase implements Serializable

Serialized Fields

clock

FVPExprEdge clock

resetValue

FVPExprBase resetValue

rstCond

FVPExprBase rstCond

rstLHS

FVPBase rstLHS

Q

FVPLvalue Q

D

FVPExprBase D

name

java.lang.String name

cellName

java.lang.String cellName

dataAssignmentStmt

FVPSeqStmtBase dataAssignmentStmt

resetAssignmentStmt

FVPSeqStmtBase resetAssignmentStmt

Package com.eu.miscedautils.verilogparser

Class com.eu.miscedautils.verilogparser.FVPAlwaysBlock extends FVPSeqStmtBase implements Serializable

Serialized Fields

sensitivityList

java.util.LinkedList<E> sensitivityList

seqStmts

java.util.LinkedList<E> seqStmts

comment

FVPComment comment

Class com.eu.miscedautils.verilogparser.FVPAssignment extends FVPBase implements Serializable

Serialized Fields

lvalue

FVPBase lvalue

rvalue

FVPExprBase rvalue

type

FVPAssignment.AssignmentType type

Class com.eu.miscedautils.verilogparser.FVPAttributeInstance extends FVPBase implements Serializable

Serialized Fields

attribSpecs

java.util.LinkedList<E> attribSpecs

Class com.eu.miscedautils.verilogparser.FVPAttributeSpec extends FVPBase implements Serializable

Serialized Fields

name

FVPIdentifier name

value

FVPExprBase value

Class com.eu.miscedautils.verilogparser.FVPBase extends BaseHDL implements Serializable

Serialized Fields

file

java.lang.String file

line

java.lang.Integer line

objtype

FVPBase.ObjType objtype

scope

FVPBase scope

isDummy

boolean isDummy

region

FVPMetaComment region

Class com.eu.miscedautils.verilogparser.FVPDefine extends FVPBase implements Serializable

Serialized Fields

value

FVPExprBase value

identifier

FVPIdentifier identifier

Class com.eu.miscedautils.verilogparser.FVPDefParam extends FVPBase implements Serializable

Serialized Fields

identifier

java.lang.String identifier

parameter

FVPBase parameter

value

FVPExprBase value

Class com.eu.miscedautils.verilogparser.FVPDelayControl extends FVPBase implements Serializable

Serialized Fields

delay

FVPExprBase delay

delayType

FVPDelayControl.DelayType delayType

Class com.eu.miscedautils.verilogparser.FVPElseGenerate extends FVPGenerateBase implements Serializable

Serialized Fields

statements

java.util.LinkedList<E> statements

Class com.eu.miscedautils.verilogparser.FVPExprBase extends FVPBase implements Serializable

Serialized Fields

type

FVPExprBase.ExprType type

evaluatedval

java.lang.Object evaluatedval

internal

boolean internal

Class com.eu.miscedautils.verilogparser.FVPExprBinary extends FVPExprBase implements Serializable

Serialized Fields

optype

FVPExprBinary.OpType optype

left

FVPExprBase left

right

FVPExprBase right

Class com.eu.miscedautils.verilogparser.FVPExprBitSelect extends FVPExprBase implements Serializable

Serialized Fields

index

FVPExprBase index

parent

FVPExprBase parent

Class com.eu.miscedautils.verilogparser.FVPExprConcat extends FVPExprBase implements Serializable

Serialized Fields

operands

java.util.LinkedList<E> operands

repeatCount

FVPExprBase repeatCount

possibleRange

FVPRange possibleRange

Class com.eu.miscedautils.verilogparser.FVPExprDefine extends FVPExprBase implements Serializable

Serialized Fields

defmacro

FVPDefine defmacro

Class com.eu.miscedautils.verilogparser.FVPExprDelayMinTypMax extends FVPExprBase implements Serializable

Serialized Fields

min

FVPExprBase min

typ

FVPExprBase typ

max

FVPExprBase max

Class com.eu.miscedautils.verilogparser.FVPExprEdge extends FVPExprBase implements Serializable

Serialized Fields

expression

FVPExprBase expression

edgetype

FVPExprEdge.EdgeType edgetype

Class com.eu.miscedautils.verilogparser.FVPExprFuncionCall extends FVPExprBase implements Serializable

Serialized Fields

funcdecl

FVPTaskOrFunctionDecl funcdecl

portmaps

java.util.LinkedList<E> portmaps

arguments

java.util.LinkedList<E> arguments

Class com.eu.miscedautils.verilogparser.FVPExprInteger extends FVPExprBase implements Serializable

Serialized Fields

value

java.lang.Integer value

Class com.eu.miscedautils.verilogparser.FVPExprLvalue extends FVPExprBase implements Serializable

Serialized Fields

lvalue

FVPBase lvalue

Class com.eu.miscedautils.verilogparser.FVPExprPartSelect extends FVPExprBase implements Serializable

Serialized Fields

range

FVPRange range

parent

FVPExprBase parent

Class com.eu.miscedautils.verilogparser.FVPExprReal extends FVPExprBase implements Serializable

Serialized Fields

floatVal

java.lang.Float floatVal

Class com.eu.miscedautils.verilogparser.FVPExprStar extends FVPExprBase implements Serializable

Class com.eu.miscedautils.verilogparser.FVPExprString extends FVPExprBase implements Serializable

Serialized Fields

strval

java.lang.String strval

Class com.eu.miscedautils.verilogparser.FVPExprSystemFuncionCall extends FVPExprBase implements Serializable

Serialized Fields

name

java.lang.String name

arguments

java.util.LinkedList<E> arguments

Class com.eu.miscedautils.verilogparser.FVPExprTernary extends FVPExprBase implements Serializable

Serialized Fields

condition

FVPExprBase condition

operand1

FVPExprBase operand1

operand2

FVPExprBase operand2

Class com.eu.miscedautils.verilogparser.FVPExprUnary extends FVPExprBase implements Serializable

Serialized Fields

optype

FVPExprUnary.OpType optype

operand

FVPExprBase operand

Class com.eu.miscedautils.verilogparser.FVPForGenerate extends FVPGenerateBase implements Serializable

Serialized Fields

stmts

java.util.LinkedList<E> stmts

condition

FVPExprBase condition

initial

FVPSeqAssignment initial

steps

FVPSeqAssignment steps

Class com.eu.miscedautils.verilogparser.FVPGateInstance extends FVPBase implements Serializable

Serialized Fields

name

java.lang.String name

hierName

java.lang.String hierName

terminals

java.util.LinkedList<E> terminals

gatetype

FVPGateInstance.GateType gatetype

range

FVPRange range

Class com.eu.miscedautils.verilogparser.FVPGenerateBase extends FVPBase implements Serializable

Serialized Fields

stmttype

FVPGenerateBase.StmtType stmttype

label

java.lang.String label

declarations

java.util.LinkedList<E> declarations

symbolTable

java.util.HashMap<K,V> symbolTable

Class com.eu.miscedautils.verilogparser.FVPGenVar extends FVPBase implements Serializable

Serialized Fields

identifier

FVPIdentifier identifier

Class com.eu.miscedautils.verilogparser.FVPHierarchicalIdentifier extends FVPBase implements Serializable

Serialized Fields

hierarchicalName

java.lang.String hierarchicalName

defaultval

java.lang.Object defaultval

Class com.eu.miscedautils.verilogparser.FVPIdentifier extends FVPBase implements Serializable

Serialized Fields

name

java.lang.String name

defaultval

java.lang.Object defaultval

Class com.eu.miscedautils.verilogparser.FVPIfGenerate extends FVPGenerateBase implements Serializable

Serialized Fields

condexpr

FVPExprBase condexpr

statements

java.util.LinkedList<E> statements

elseBlock

FVPElseGenerate elseBlock

Class com.eu.miscedautils.verilogparser.FVPIncludeDirective extends FVPBase implements Serializable

Serialized Fields

includedfile

java.lang.String includedfile

Class com.eu.miscedautils.verilogparser.FVPIncludeDirSave extends FVPBase implements Serializable

Serialized Fields

input

org.antlr.runtime.CharStream input

marker

int marker

Class com.eu.miscedautils.verilogparser.FVPInitialBlock extends FVPSeqStmtBase implements Serializable

Serialized Fields

seqStmts

java.util.LinkedList<E> seqStmts

symbolTable

java.util.HashMap<K,V> symbolTable

comment

FVPComment comment

Class com.eu.miscedautils.verilogparser.FVPInteger extends FVPBase implements Serializable

Serialized Fields

identifier

FVPIdentifier identifier

dimensions

java.util.LinkedList<E> dimensions

initialValue

FVPExprBase initialValue

Class com.eu.miscedautils.verilogparser.FVPLocalParam extends FVPBase implements Serializable

Serialized Fields

identifier

FVPIdentifier identifier

range

FVPRange range

value

FVPExprBase value

Class com.eu.miscedautils.verilogparser.FVPLvalBitSel extends FVPBase implements Serializable

Serialized Fields

lval

FVPExprBase lval

indexes

java.util.LinkedList<E> indexes

Class com.eu.miscedautils.verilogparser.FVPLvalPartSel extends FVPBase implements Serializable

Serialized Fields

lval

FVPExprBase lval

range

FVPRange range

indexes

java.util.LinkedList<E> indexes

Class com.eu.miscedautils.verilogparser.FVPLvalue extends FVPBase implements Serializable

Serialized Fields

obj

FVPBase obj

Class com.eu.miscedautils.verilogparser.FVPMemory extends FVPBase implements Serializable

Serialized Fields

identifier

FVPIdentifier identifier

wordrange

FVPRange wordrange

memrange

FVPRange memrange

Class com.eu.miscedautils.verilogparser.FVPModule extends FVPBase implements Serializable

Serialized Fields

name

java.lang.String name

hierName

java.lang.String hierName

linked

boolean linked

portids

java.util.LinkedList<E> portids

ports

java.util.LinkedList<E> ports

parameters

java.util.LinkedList<E> parameters

localparams

java.util.LinkedList<E> localparams

declarations

java.util.LinkedList<E> declarations

statements

java.util.LinkedList<E> statements

instances

java.util.LinkedList<E> instances

registerList

java.util.LinkedList<E> registerList

symbolTable

java.util.HashMap<K,V> symbolTable

scSymbolTable

java.util.HashMap<K,V> scSymbolTable

parents

java.util.ArrayList<E> parents

systemTasks

java.util.LinkedList<E> systemTasks

taskOrFuncDecl

java.util.LinkedList<E> taskOrFuncDecl

taskCalls

java.util.LinkedList<E> taskCalls

comment

FVPComment comment

Class com.eu.miscedautils.verilogparser.FVPModuleInstance extends FVPBase implements Serializable

Serialized Fields

name

java.lang.String name

hierName

java.lang.String hierName

master

FVPModule master

portmaps

java.util.LinkedList<E> portmaps

parammaps

java.util.LinkedList<E> parammaps

range

FVPRange range

pinList

java.util.LinkedList<E> pinList

Class com.eu.miscedautils.verilogparser.FVPNet extends FVPBase implements Serializable

Serialized Fields

identifier

FVPIdentifier identifier

hierName

java.lang.String hierName

range

FVPRange range

type

FVPNet.NetType type

initialvalue

FVPExprBase initialvalue

signed

boolean signed

dimensions

java.util.LinkedList<E> dimensions

faninList

java.util.LinkedList<E> faninList

fanoutList

java.util.LinkedList<E> fanoutList

Class com.eu.miscedautils.verilogparser.FVPObjectHierNameMap extends FVPBase implements Serializable

Serialized Fields

hierName

java.lang.String hierName

name

java.lang.String name

object

FVPBase object

Class com.eu.miscedautils.verilogparser.FVPParamDecl extends FVPBase implements Serializable

Serialized Fields

identifier

FVPIdentifier identifier

range

FVPRange range

value

FVPExprBase value

orgValB4InstElab

FVPExprBase orgValB4InstElab

type

FVPParamDecl.ParamType type

comment

FVPComment comment

Class com.eu.miscedautils.verilogparser.FVPParamMap extends FVPBase implements Serializable

Serialized Fields

formal

FVPParamDecl formal

actual

FVPExprBase actual

Class com.eu.miscedautils.verilogparser.FVPPin extends FVPBase implements Serializable

Serialized Fields

modPort

FVPPort modPort

faninList

java.util.LinkedList<E> faninList

fanoutList

java.util.LinkedList<E> fanoutList

Class com.eu.miscedautils.verilogparser.FVPPinBitSelect extends FVPBase implements Serializable

Serialized Fields

index

FVPExprBase index

parent

FVPPin parent

Class com.eu.miscedautils.verilogparser.FVPPinPartSelect extends FVPBase implements Serializable

Serialized Fields

range

FVPRange range

parent

FVPPin parent

Class com.eu.miscedautils.verilogparser.FVPPort extends FVPBase implements Serializable

Serialized Fields

direction

FVPPort.Direction direction

net

FVPNet net

range

FVPRange range

hierName

java.lang.String hierName

portClass

FVPPort.ObjClass portClass

signed

boolean signed

comment

FVPComment comment

Class com.eu.miscedautils.verilogparser.FVPPortBitSelect extends FVPBase implements Serializable

Serialized Fields

index

FVPExprBase index

parent

FVPPort parent

Class com.eu.miscedautils.verilogparser.FVPPortMap extends FVPBase implements Serializable

Serialized Fields

formal

FVPBase formal

actual

FVPExprBase actual

Class com.eu.miscedautils.verilogparser.FVPPortPartSelect extends FVPBase implements Serializable

Serialized Fields

range

FVPRange range

parent

FVPPort parent

Class com.eu.miscedautils.verilogparser.FVPProceduralContinuousAssignment extends FVPSeqStmtBase implements Serializable

Serialized Fields

lvalue

FVPBase lvalue

rvalue

FVPExprBase rvalue

type

FVPProceduralContinuousAssignment.ProcContAssgnType type

beforeAssgnOp

FVPBase beforeAssgnOp

afterAssgnOp

FVPBase afterAssgnOp

Class com.eu.miscedautils.verilogparser.FVPRange extends FVPBase implements Serializable

Serialized Fields

left

FVPExprBase left

right

FVPExprBase right

consecutiveType

FVPRange.ConsecutiveType consecutiveType

Class com.eu.miscedautils.verilogparser.FVPReal extends FVPBase implements Serializable

Serialized Fields

identifier

FVPIdentifier identifier

realTime

boolean realTime

dimensions

java.util.LinkedList<E> dimensions

Class com.eu.miscedautils.verilogparser.FVPRegister extends FVPBase implements Serializable

Serialized Fields

identifier

FVPIdentifier identifier

range

FVPRange range

signed

boolean signed

initialvalue

FVPExprBase initialvalue

dimensions

java.util.LinkedList<E> dimensions

comment

FVPComment comment

Class com.eu.miscedautils.verilogparser.FVPRoot extends FVPBase implements Serializable

Serialized Fields

modules

java.util.LinkedList<E> modules

udps

java.util.LinkedList<E> udps

defines

java.util.LinkedList<E> defines

macrolTable

java.util.HashMap<K,V> macrolTable

preprocessedIncludeFiles

java.util.HashMap<K,V> preprocessedIncludeFiles

includes

java.util.LinkedList<E> includes

timescale

FVPTimeScale timescale

symbolTable

java.util.HashMap<K,V> symbolTable

outputfile

java.lang.String outputfile

Class com.eu.miscedautils.verilogparser.FVPSeqAssignment extends FVPSeqStmtBase implements Serializable

Serialized Fields

lvalue

FVPBase lvalue

beforeAssgnOp

FVPBase beforeAssgnOp

afterAssgnOp

FVPBase afterAssgnOp

rvalue

FVPExprBase rvalue

type

FVPAssignment.AssignmentType type

Class com.eu.miscedautils.verilogparser.FVPSeqCaseItem extends FVPSeqStmtBase implements Serializable

Serialized Fields

alternatives

java.util.LinkedList<E> alternatives

stmts

java.util.LinkedList<E> stmts

defaultAlternative

boolean defaultAlternative

Class com.eu.miscedautils.verilogparser.FVPSeqCaseStatement extends FVPSeqStmtBase implements Serializable

Serialized Fields

casetype

FVPSeqCaseStatement.CaseType casetype

items

java.util.LinkedList<E> items

select

FVPExprBase select

Class com.eu.miscedautils.verilogparser.FVPSeqElseStmt extends FVPSeqStmtBase implements Serializable

Serialized Fields

statements

java.util.LinkedList<E> statements

Class com.eu.miscedautils.verilogparser.FVPSeqIfStmt extends FVPSeqStmtBase implements Serializable

Serialized Fields

condexpr

FVPExprBase condexpr

statements

java.util.LinkedList<E> statements

elseBlock

FVPBase elseBlock

Class com.eu.miscedautils.verilogparser.FVPSeqLoopStatment extends FVPSeqStmtBase implements Serializable

Serialized Fields

looptype

FVPSeqLoopStatment.LoopType looptype

stmts

java.util.LinkedList<E> stmts

condition

FVPExprBase condition

initial

FVPSeqAssignment initial

steps

FVPSeqAssignment steps

Class com.eu.miscedautils.verilogparser.FVPSeqNullStatement extends FVPSeqStmtBase implements Serializable

Serialized Fields

delay

FVPExprBase delay

Class com.eu.miscedautils.verilogparser.FVPSeqStmtBase extends FVPBase implements Serializable

Serialized Fields

stmttype

FVPSeqStmtBase.StmtType stmttype

label

java.lang.String label

declarations

java.util.LinkedList<E> declarations

symbolTable

java.util.HashMap<K,V> symbolTable

comment

FVPComment comment

Class com.eu.miscedautils.verilogparser.FVPSeqTaskCall extends FVPSeqStmtBase implements Serializable

Serialized Fields

taskdecl

FVPTaskOrFunctionDecl taskdecl

arguments

java.util.LinkedList<E> arguments

Class com.eu.miscedautils.verilogparser.FVPSeqWaitStatement extends FVPSeqStmtBase implements Serializable

Serialized Fields

condexpr

FVPExprBase condexpr

stmts

java.util.LinkedList<E> stmts

Class com.eu.miscedautils.verilogparser.FVPSystemTaskCall extends FVPSeqStmtBase implements Serializable

Serialized Fields

beforeAssgnOp

FVPBase beforeAssgnOp

name

java.lang.String name

arguments

java.util.LinkedList<E> arguments

Class com.eu.miscedautils.verilogparser.FVPTaskOrFunctionDecl extends FVPBase implements Serializable

Serialized Fields

name

java.lang.String name

ports

java.util.LinkedList<E> ports

declarations

java.util.LinkedList<E> declarations

statements

java.util.LinkedList<E> statements

symbolTable

java.util.HashMap<K,V> symbolTable

range

FVPRange range

isRealRet

boolean isRealRet

isRealTimeRet

boolean isRealTimeRet

isIntegerRet

boolean isIntegerRet

isSigned

boolean isSigned

isReg

boolean isReg

isAutomatic

boolean isAutomatic

task

boolean task

Class com.eu.miscedautils.verilogparser.FVPTimeScale extends FVPBase implements Serializable

Serialized Fields

unitNumerator

FVPTimeScale.TimeUnit unitNumerator

unitDenominator

FVPTimeScale.TimeUnit unitDenominator

numerator

FVPExprBase numerator

denominator

FVPExprBase denominator

Class com.eu.miscedautils.verilogparser.FVPUDP extends FVPBase implements Serializable

Serialized Fields

name

java.lang.String name

portids

java.util.LinkedList<E> portids

ports

java.util.LinkedList<E> ports

declarations

java.util.LinkedList<E> declarations

statements

java.util.LinkedList<E> statements

parents

java.util.ArrayList<E> parents

symbolTable

java.util.HashMap<K,V> symbolTable

Class com.eu.miscedautils.verilogparser.FVPUDPInstance extends FVPBase implements Serializable

Serialized Fields

name

java.lang.String name

hierName

java.lang.String hierName

master

FVPUDP master

terminals

java.util.LinkedList<E> terminals

portmaps

java.util.LinkedList<E> portmaps

range

FVPRange range

pinList

java.util.LinkedList<E> pinList

Package com.eu.miscedautils.vhdlparser

Class com.eu.miscedautils.vhdlparser.FVhPAccessType extends FVhPTypeDefBase implements Serializable

Serialized Fields

dataType

FVhPSubTypeIndication dataType

Class com.eu.miscedautils.vhdlparser.FVhPAggregate extends FVhPBase implements Serializable

Serialized Fields

elementAssocList

java.util.LinkedList<E> elementAssocList

Class com.eu.miscedautils.vhdlparser.FVhPAliasDeclaration extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

subTypeInd

FVhPSubTypeIndication subTypeInd

actualObj

FVhPBase actualObj

signature

FVhPBase signature

rangelist

java.util.LinkedList<E> rangelist

Class com.eu.miscedautils.vhdlparser.FVhPAll extends FVhPBase implements Serializable

Class com.eu.miscedautils.vhdlparser.FVhPArchitecture extends FVhPBase implements Serializable

Serialized Fields

libraries

java.util.LinkedList<E> libraries

useclauses

java.util.LinkedList<E> useclauses

name

java.lang.String name

dummy

boolean dummy

entityName

java.lang.String entityName

entity

FVhPEntity entity

signals

java.util.LinkedList<E> signals

compdecls

java.util.LinkedList<E> compdecls

statements

java.util.LinkedList<E> statements

declarations

java.util.LinkedList<E> declarations

symbolTable

java.util.HashMap<K,V> symbolTable

Class com.eu.miscedautils.vhdlparser.FVhPArrayType extends FVhPTypeDefBase implements Serializable

Serialized Fields

unconstrained

boolean unconstrained

indexconstraint

java.util.LinkedList<E> indexconstraint

subTypeInd

FVhPSubTypeIndication subTypeInd

Class com.eu.miscedautils.vhdlparser.FVhPAttributeDecl extends FVhPBase implements Serializable

Serialized Fields

subtypeIndication

FVhPBase subtypeIndication

name

java.lang.String name

Class com.eu.miscedautils.vhdlparser.FVhPBase extends BaseHDL implements Serializable

Serialized Fields

file

java.lang.String file

line

java.lang.Integer line

objtype

FVhPBase.ObjType objtype

scope

FVhPBase scope

Class com.eu.miscedautils.vhdlparser.FVhPBindingIndication extends FVhPBase implements Serializable

Serialized Fields

master

FVhPBase master

libName

java.lang.String libName

architecture

FVhPBase architecture

masterDuType

FVhPBase.ObjType masterDuType

isOpen

boolean isOpen

portmaps

java.util.LinkedList<E> portmaps

genericmaps

java.util.LinkedList<E> genericmaps

Class com.eu.miscedautils.vhdlparser.FVhPBitSelect extends FVhPBase implements Serializable

Serialized Fields

indexList

java.util.LinkedList<E> indexList

parent

FVhPBase parent

Class com.eu.miscedautils.vhdlparser.FVhPBlockConfiguration extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

index

FVhPExprBase index

configurationItems

java.util.LinkedList<E> configurationItems

Class com.eu.miscedautils.vhdlparser.FVhPBlockStatement extends FVhPBase implements Serializable

Serialized Fields

ports

java.util.LinkedList<E> ports

generics

java.util.LinkedList<E> generics

portmaps

java.util.LinkedList<E> portmaps

genericmaps

java.util.LinkedList<E> genericmaps

declarations

java.util.LinkedList<E> declarations

stmts

java.util.LinkedList<E> stmts

condition

FVhPExprBase condition

label

java.lang.String label

symbolTable

java.util.HashMap<K,V> symbolTable

Class com.eu.miscedautils.vhdlparser.FVhPComponentConfiguration extends FVhPBase implements Serializable

Serialized Fields

bindingIndication

FVhPBindingIndication bindingIndication

componentSpecification

FVhPComponentSpecification componentSpecification

blockConfiguration

FVhPBlockConfiguration blockConfiguration

Class com.eu.miscedautils.vhdlparser.FVhPComponentDecl extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

ports

java.util.LinkedList<E> ports

symbolTable

java.util.HashMap<K,V> symbolTable

generics

java.util.LinkedList<E> generics

Class com.eu.miscedautils.vhdlparser.FVhPComponentSpecification extends FVhPBase implements Serializable

Serialized Fields

instanceNames

java.util.LinkedList<E> instanceNames

isAll

boolean isAll

isOthers

boolean isOthers

component

FVhPBase component

Class com.eu.miscedautils.vhdlparser.FVhPConditionalAssignment extends FVhPBase implements Serializable

Serialized Fields

target

FVhPBase target

waveforms

java.util.LinkedList<E> waveforms

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPConfigurationDeclaration extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

entity

FVhPEntity entity

symbolTable

java.util.HashMap<K,V> symbolTable

declarations

java.util.LinkedList<E> declarations

blockConfiguration

FVhPBlockConfiguration blockConfiguration

libraries

java.util.LinkedList<E> libraries

useclauses

java.util.LinkedList<E> useclauses

Class com.eu.miscedautils.vhdlparser.FVhPConfigurationSpecification extends FVhPBase implements Serializable

Serialized Fields

bindingIndication

FVhPBindingIndication bindingIndication

componentSpecification

FVhPComponentSpecification componentSpecification

Class com.eu.miscedautils.vhdlparser.FVhPConstant extends FVhPBase implements Serializable

Serialized Fields

identifier

FVhPIdentifier identifier

type

FVhPSubTypeIndication type

initialvalue

FVhPExprBase initialvalue

Class com.eu.miscedautils.vhdlparser.FVhPConstraint extends FVhPBase implements Serializable

Serialized Fields

type

FVhPConstraint.Type type

Class com.eu.miscedautils.vhdlparser.FVhPElementAssociation extends FVhPBase implements Serializable

Serialized Fields

choices

java.util.LinkedList<E> choices

expression

FVhPExprBase expression

others

boolean others

Class com.eu.miscedautils.vhdlparser.FVhPEntity extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

libraries

java.util.LinkedList<E> libraries

useclauses

java.util.LinkedList<E> useclauses

ports

java.util.LinkedList<E> ports

symbolTable

java.util.HashMap<K,V> symbolTable

generics

java.util.LinkedList<E> generics

declarations

java.util.LinkedList<E> declarations

statements

java.util.LinkedList<E> statements

dummy

boolean dummy

Class com.eu.miscedautils.vhdlparser.FVhPEnumLiteral extends FVhPBase implements Serializable

Serialized Fields

literal

java.lang.String literal

isCharLit

boolean isCharLit

type

FVhPEnumType type

Class com.eu.miscedautils.vhdlparser.FVhPEnumType extends FVhPTypeDefBase implements Serializable

Serialized Fields

literals

java.util.LinkedList<E> literals

isCharLit

boolean isCharLit

Class com.eu.miscedautils.vhdlparser.FVhPExprAggregate extends FVhPExprBase implements Serializable

Serialized Fields

elements

FVhPAggregate elements

Class com.eu.miscedautils.vhdlparser.FVhPExprAllocator extends FVhPExprBase implements Serializable

Serialized Fields

parentObject

FVhPBase parentObject

Class com.eu.miscedautils.vhdlparser.FVhPExprAttribute extends FVhPExprBase implements Serializable

Serialized Fields

prefix

FVhPBase prefix

attributeName

java.lang.String attributeName

Class com.eu.miscedautils.vhdlparser.FVhPExprBase extends FVhPBase implements Serializable

Serialized Fields

type

FVhPExprBase.ExprType type

evaluatedval

java.lang.Object evaluatedval

subtypeIndication

FVhPSubTypeIndication subtypeIndication

Class com.eu.miscedautils.vhdlparser.FVhPExprBasedDecimalLiteral extends FVhPExprBase implements Serializable

Serialized Fields

base

java.lang.Integer base

integerPart

java.lang.String integerPart

decimalPart

java.lang.String decimalPart

exponentPart

java.lang.Integer exponentPart

exponentSign

java.lang.Character exponentSign

Class com.eu.miscedautils.vhdlparser.FVhPExprBinary extends FVhPExprBase implements Serializable

Serialized Fields

optype

FVhPExprBinary.OpType optype

left

FVhPExprBase left

right

FVhPExprBase right

Class com.eu.miscedautils.vhdlparser.FVhPExprBitSelect extends FVhPExprBase implements Serializable

Serialized Fields

indexList

java.util.LinkedList<E> indexList

parent

FVhPBase parent

Class com.eu.miscedautils.vhdlparser.FVhPExprBitString extends FVhPExprBase implements Serializable

Serialized Fields

value

java.lang.String value

base

java.lang.Character base

Class com.eu.miscedautils.vhdlparser.FVhPExprConcat extends FVhPExprBase implements Serializable

Serialized Fields

operands

java.util.LinkedList<E> operands

Class com.eu.miscedautils.vhdlparser.FVhPExprDecimalLiteral extends FVhPExprBase implements Serializable

Serialized Fields

integerPart

java.lang.Long integerPart

decimalPart

java.lang.Long decimalPart

exponentPart

java.lang.Integer exponentPart

exponentSign

java.lang.Character exponentSign

Class com.eu.miscedautils.vhdlparser.FVhPExprEnumLiteral extends FVhPExprBase implements Serializable

Serialized Fields

value

java.lang.String value

charLiteral

boolean charLiteral

Class com.eu.miscedautils.vhdlparser.FVhPExprFunctionCall extends FVhPExprBase implements Serializable

Serialized Fields

label

java.lang.String label

subpName

java.lang.String subpName

subprogramDefinition

FVhPBase subprogramDefinition

arguments

java.util.LinkedList<E> arguments

Class com.eu.miscedautils.vhdlparser.FVhPExprIdentifier extends FVhPExprBase implements Serializable

Serialized Fields

actualObj

FVhPBase actualObj

Class com.eu.miscedautils.vhdlparser.FVhPExprInteger extends FVhPExprBase implements Serializable

Serialized Fields

value

java.lang.Integer value

Class com.eu.miscedautils.vhdlparser.FVhPExprNull extends FVhPExprBase implements Serializable

Class com.eu.miscedautils.vhdlparser.FVhPExprOpen extends FVhPExprBase implements Serializable

Class com.eu.miscedautils.vhdlparser.FVhPExprOthers extends FVhPExprBase implements Serializable

Class com.eu.miscedautils.vhdlparser.FVhPExprPartSelect extends FVhPExprBase implements Serializable

Serialized Fields

rangeList

java.util.LinkedList<E> rangeList

parent

FVhPBase parent

Class com.eu.miscedautils.vhdlparser.FVhPExprPhysicalLiteral extends FVhPExprBase implements Serializable

Serialized Fields

value

FVhPExprBase value

unit

FVhPBase unit

Class com.eu.miscedautils.vhdlparser.FVhPExprQualified extends FVhPExprBase implements Serializable

Serialized Fields

parent

FVhPBase parent

qualifiedType

FVhPBase qualifiedType

Class com.eu.miscedautils.vhdlparser.FVhPExprUnary extends FVhPExprBase implements Serializable

Serialized Fields

optype

FVhPExprUnary.OpType optype

operand

FVhPExprBase operand

Class com.eu.miscedautils.vhdlparser.FVhPFileDecl extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

subTypeIndication

FVhPSubTypeIndication subTypeIndication

openKind

FVhPExprBase openKind

logicalName

FVhPExprBase logicalName

Class com.eu.miscedautils.vhdlparser.FVhPFileType extends FVhPTypeDefBase implements Serializable

Serialized Fields

dataType

FVhPBase dataType

Class com.eu.miscedautils.vhdlparser.FVhPForIndex extends FVhPBase implements Serializable

Serialized Fields

identifier

FVhPIdentifier identifier

range

FVhPBase range

loopParameter

FVhPLoopParameter loopParameter

currentValue

FVhPExprBase currentValue

Class com.eu.miscedautils.vhdlparser.FVhPGenerateStatement extends FVhPBase implements Serializable

Serialized Fields

schemetype

FVhPGenerateStatement.SchemeType schemetype

stmts

java.util.LinkedList<E> stmts

condition

FVhPExprBase condition

param

FVhPLoopParameter param

label

java.lang.String label

symbolTable

java.util.HashMap<K,V> symbolTable

declarations

java.util.LinkedList<E> declarations

Class com.eu.miscedautils.vhdlparser.FVhPGeneric extends FVhPBase implements Serializable

Serialized Fields

intf_ele

FVhPInterfaceElement intf_ele

initialvalue

FVhPExprBase initialvalue

Class com.eu.miscedautils.vhdlparser.FVhPGenericMap extends FVhPBase implements Serializable

Serialized Fields

formal

FVhPBase formal

actual

FVhPExprBase actual

actualB4Elab

FVhPExprBase actualB4Elab

Class com.eu.miscedautils.vhdlparser.FVhPIdentifier extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

defaultval

java.lang.Object defaultval

Class com.eu.miscedautils.vhdlparser.FVhPIndexConstraint extends FVhPConstraint implements Serializable

Serialized Fields

constraints

java.util.LinkedList<E> constraints

Class com.eu.miscedautils.vhdlparser.FVhPInstantiation extends FVhPBase implements Serializable

Serialized Fields

instanceName

java.lang.String instanceName

libName

java.lang.String libName

master

FVhPBase master

architecture

FVhPArchitecture architecture

portmaps

java.util.LinkedList<E> portmaps

genericmaps

java.util.LinkedList<E> genericmaps

Class com.eu.miscedautils.vhdlparser.FVhPInterfaceElement extends FVhPBase implements Serializable

Serialized Fields

direction

FVhPPort.Direction direction

identifier

FVhPIdentifier identifier

type

FVhPSubTypeIndication type

initialvalue

FVhPExprBase initialvalue

storageClass

FVhPBase.ObjectClass storageClass

Class com.eu.miscedautils.vhdlparser.FVhPLibrary extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

Class com.eu.miscedautils.vhdlparser.FVhPLoopParameter extends FVhPBase implements Serializable

Serialized Fields

identifier

FVhPIdentifier identifier

range

FVhPBase range

currentValue

FVhPExprBase currentValue

loopIndex

FVhPForIndex loopIndex

Class com.eu.miscedautils.vhdlparser.FVhPNullStatement extends FVhPBase implements Serializable

Serialized Fields

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPPackage extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

libraries

java.util.LinkedList<E> libraries

useclauses

java.util.LinkedList<E> useclauses

symbolTable

java.util.HashMap<K,V> symbolTable

declarations

java.util.LinkedList<E> declarations

Class com.eu.miscedautils.vhdlparser.FVhPPackageBody extends FVhPBase implements Serializable

Serialized Fields

libraries

java.util.LinkedList<E> libraries

useclauses

java.util.LinkedList<E> useclauses

name

java.lang.String name

pack

FVhPPackage pack

declarations

java.util.LinkedList<E> declarations

Class com.eu.miscedautils.vhdlparser.FVhPPartSelect extends FVhPBase implements Serializable

Serialized Fields

rangelist

java.util.LinkedList<E> rangelist

parent

FVhPBase parent

Class com.eu.miscedautils.vhdlparser.FVhPPhysicalType extends FVhPTypeDefBase implements Serializable

Serialized Fields

baseUnit

FVhPPhysicalTypeBaseUnit baseUnit

range

FVhPBase range

secondaryUnits

java.util.LinkedList<E> secondaryUnits

Class com.eu.miscedautils.vhdlparser.FVhPPhysicalTypeBaseUnit extends FVhPBase implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class com.eu.miscedautils.vhdlparser.FVhPPhysicalTypeSecondaryUnit extends FVhPBase implements Serializable

Serialized Fields

identifier

java.lang.String identifier

equalValue

FVhPExprBase equalValue

Class com.eu.miscedautils.vhdlparser.FVhPPort extends FVhPBase implements Serializable

Serialized Fields

intf_ele

FVhPInterfaceElement intf_ele

Class com.eu.miscedautils.vhdlparser.FVhPPortMap extends FVhPBase implements Serializable

Serialized Fields

formal

FVhPBase formal

actual

FVhPExprBase actual

Class com.eu.miscedautils.vhdlparser.FVhPProcessStmt extends FVhPBase implements Serializable

Serialized Fields

label

java.lang.String label

sensitivityList

java.util.LinkedList<E> sensitivityList

seqStmts

java.util.LinkedList<E> seqStmts

symbolTable

java.util.HashMap<K,V> symbolTable

decllist

java.util.LinkedList<E> decllist

Class com.eu.miscedautils.vhdlparser.FVhPRange extends FVhPBase implements Serializable

Serialized Fields

left

FVhPExprBase left

right

FVhPExprBase right

dir

FVhPRange.Direction dir

Class com.eu.miscedautils.vhdlparser.FVhPRangeConstraint extends FVhPConstraint implements Serializable

Serialized Fields

range

FVhPBase range

Class com.eu.miscedautils.vhdlparser.FVhPRangeContraintType extends FVhPTypeDefBase implements Serializable

Serialized Fields

range

FVhPBase range

Class com.eu.miscedautils.vhdlparser.FVhPRecordElement extends FVhPBase implements Serializable

Serialized Fields

identifier

FVhPIdentifier identifier

type

FVhPSubTypeIndication type

Class com.eu.miscedautils.vhdlparser.FVhPRecordType extends FVhPTypeDefBase implements Serializable

Serialized Fields

symbolTable

java.util.HashMap<K,V> symbolTable

elements

java.util.LinkedList<E> elements

Class com.eu.miscedautils.vhdlparser.FVhPReturnStatement extends FVhPBase implements Serializable

Serialized Fields

returnValue

FVhPExprBase returnValue

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPRoot extends FVhPBase implements Serializable

Serialized Fields

designunits

java.util.LinkedList<E> designunits

symbolTable

java.util.HashMap<K,V> symbolTable

Class com.eu.miscedautils.vhdlparser.FVhPSelectedName extends FVhPBase implements Serializable

Serialized Fields

elementList

java.util.LinkedList<E> elementList

root

FVhPBase root

Class com.eu.miscedautils.vhdlparser.FVhPSelectedSignalAssignment extends FVhPBase implements Serializable

Serialized Fields

select

FVhPExprBase select

target

FVhPBase target

waveforms

java.util.LinkedList<E> waveforms

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPSeqCaseItem extends FVhPBase implements Serializable

Serialized Fields

alternatives

java.util.LinkedList<E> alternatives

stmts

java.util.LinkedList<E> stmts

defaultAlternative

boolean defaultAlternative

Class com.eu.miscedautils.vhdlparser.FVhPSeqCaseStatement extends FVhPBase implements Serializable

Serialized Fields

items

java.util.LinkedList<E> items

select

FVhPExprBase select

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPSeqElse extends FVhPBase implements Serializable

Serialized Fields

stmts

java.util.LinkedList<E> stmts

Class com.eu.miscedautils.vhdlparser.FVhPSeqElsif extends FVhPBase implements Serializable

Serialized Fields

condexpr

FVhPExprBase condexpr

stmts

java.util.LinkedList<E> stmts

Class com.eu.miscedautils.vhdlparser.FVhPSeqIfStmt extends FVhPBase implements Serializable

Serialized Fields

condexpr

FVhPExprBase condexpr

ifstmts

java.util.LinkedList<E> ifstmts

elsifstmts

java.util.LinkedList<E> elsifstmts

elsestmt

FVhPBase elsestmt

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPSeqLoopStatment extends FVhPBase implements Serializable

Serialized Fields

looptype

FVhPSeqLoopStatment.LoopType looptype

stmts

java.util.LinkedList<E> stmts

condition

FVhPExprBase condition

param

FVhPLoopParameter param

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPSeqStmtBase extends FVhPBase implements Serializable

Serialized Fields

stmttype

FVhPSeqStmtBase.StmtType stmttype

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPSignal extends FVhPBase implements Serializable

Serialized Fields

identifier

FVhPIdentifier identifier

type

FVhPSubTypeIndication type

initialvalue

FVhPExprBase initialvalue

Class com.eu.miscedautils.vhdlparser.FVhPSignalAssignment extends FVhPBase implements Serializable

Serialized Fields

target

FVhPBase target

waveforms

java.util.LinkedList<E> waveforms

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPSignature extends FVhPBase implements Serializable

Serialized Fields

argumentList

java.util.LinkedList<E> argumentList

returnTypeName

java.lang.String returnTypeName

Class com.eu.miscedautils.vhdlparser.FVhPSimpleName extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

type

FVhPSubTypeIndication type

Class com.eu.miscedautils.vhdlparser.FVhPSubProgramBody extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

useclauses

java.util.LinkedList<E> useclauses

interfaceElementList

java.util.LinkedList<E> interfaceElementList

symbolTable

java.util.HashMap<K,V> symbolTable

declarations

java.util.LinkedList<E> declarations

statements

java.util.LinkedList<E> statements

returnType

FVhPSubTypeIndication returnType

isFunction

boolean isFunction

Class com.eu.miscedautils.vhdlparser.FVhPSubProgramCall extends FVhPBase implements Serializable

Serialized Fields

label

java.lang.String label

subpName

java.lang.String subpName

subprogramDefinition

FVhPBase subprogramDefinition

arguments

java.util.LinkedList<E> arguments

Class com.eu.miscedautils.vhdlparser.FVhPSubProgramDecl extends FVhPBase implements Serializable

Serialized Fields

name

java.lang.String name

interfaceElementList

java.util.LinkedList<E> interfaceElementList

returnType

FVhPSubTypeIndication returnType

isFunction

boolean isFunction

symbolTable

java.util.HashMap<K,V> symbolTable

declarations

java.util.LinkedList<E> declarations

Class com.eu.miscedautils.vhdlparser.FVhPSubTypeDecl extends FVhPBase implements Serializable

Serialized Fields

subtypeIndication

FVhPBase subtypeIndication

name

java.lang.String name

Class com.eu.miscedautils.vhdlparser.FVhPSubTypeIndication extends FVhPBase implements Serializable

Serialized Fields

typemark

FVhPBase typemark

resolutionFunc

FVhPBase resolutionFunc

ranges

java.util.LinkedList<E> ranges

Class com.eu.miscedautils.vhdlparser.FVhPTarget extends FVhPBase implements Serializable

Serialized Fields

obj

FVhPBase obj

Class com.eu.miscedautils.vhdlparser.FVhPTypeDecl extends FVhPBase implements Serializable

Serialized Fields

actualDef

FVhPBase actualDef

name

java.lang.String name

Class com.eu.miscedautils.vhdlparser.FVhPTypeDefBase extends FVhPBase implements Serializable

Serialized Fields

type

FVhPTypeDecl.Type type

Class com.eu.miscedautils.vhdlparser.FVhPVariable extends FVhPBase implements Serializable

Serialized Fields

identifier

FVhPIdentifier identifier

type

FVhPSubTypeIndication type

initialvalue

FVhPExprBase initialvalue

Class com.eu.miscedautils.vhdlparser.FVhPVariableAssignment extends FVhPBase implements Serializable

Serialized Fields

target

FVhPBase target

value

FVhPExprBase value

label

java.lang.String label

Class com.eu.miscedautils.vhdlparser.FVhPWaitStmt extends FVhPBase implements Serializable

Serialized Fields

label

java.lang.String label

untilCond

FVhPExprBase untilCond

forDuration

FVhPExprBase forDuration

sensitivityList

java.util.LinkedList<E> sensitivityList

Class com.eu.miscedautils.vhdlparser.FVhPWaveForm extends FVhPBase implements Serializable

Serialized Fields

waveformElementList

java.util.LinkedList<E> waveformElementList

condition

FVhPExprBase condition

isElse

boolean isElse

unaffedted

boolean unaffedted

Class com.eu.miscedautils.vhdlparser.FVhPWaveFormWithChoices extends FVhPBase implements Serializable

Serialized Fields

waveform

FVhPWaveForm waveform

choices

java.util.LinkedList<E> choices

Class com.eu.miscedautils.vhdlparser.FVhPWaveFrmEle extends FVhPBase implements Serializable

Serialized Fields

value

FVhPExprBase value

afterClause

FVhPExprBase afterClause

Class com.eu.miscedautils.vhdlparser.VhdlRTLParser.STAttrMap extends java.util.HashMap implements Serializable