Serialized Form


Package com.eu.miscedautils.SortHDL

Class com.eu.miscedautils.SortHDL.SortHDLBase extends com.eu.miscedautils.BaseHDLObject.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 com.eu.miscedautils.BaseHDLObject.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