|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FVPExprBase | |
---|---|
com.eu.miscedautils.shell | |
com.eu.miscedautils.veriloginfer | |
com.eu.miscedautils.verilogparser | |
com.eu.miscedautils.vhdl2verilog |
Uses of FVPExprBase in com.eu.miscedautils.shell |
---|
Methods in com.eu.miscedautils.shell that return FVPExprBase | |
---|---|
FVPExprBase |
BayaBackBone.buildExprFromStr(java.lang.String exprStr)
|
Uses of FVPExprBase in com.eu.miscedautils.veriloginfer |
---|
Methods in com.eu.miscedautils.veriloginfer that return FVPExprBase | |
---|---|
FVPExprBase |
InferDFFSyncReset.getD()
|
FVPExprBase |
InferDFFSimple.getD()
|
FVPExprBase |
InferDFFEnabled.getD()
|
FVPExprBase |
InferDFFAsyncReset.getD()
|
FVPExprBase |
InferDFFEnabled.getEnableCond()
|
FVPExprBase |
InferDFFSyncReset.getResetValue()
|
FVPExprBase |
InferDFFAsyncReset.getResetValue()
|
FVPExprBase |
InferDFFAsyncPosEdgeResetPosEdgeClk.getResetValue()
|
FVPExprBase |
InferDFFAsyncPosEdgeResetNegEdgeClk.getResetValue()
|
FVPExprBase |
InferDFFAsyncNegEdgeResetPosEdgeClk.getResetValue()
|
FVPExprBase |
InferDFFAsyncNegEdgeResetNegEdgeClk.getResetValue()
|
FVPExprBase |
InferDFFSyncReset.getRstCond()
|
FVPExprBase |
InferDFFAsyncReset.getRstCond()
|
Methods in com.eu.miscedautils.veriloginfer with parameters of type FVPExprBase | |
---|---|
void |
InferDFFSyncReset.setD(FVPExprBase d)
|
void |
InferDFFSimple.setD(FVPExprBase d)
|
void |
InferDFFEnabled.setD(FVPExprBase d)
|
void |
InferDFFAsyncReset.setD(FVPExprBase d)
|
void |
InferDFFEnabled.setEnableCond(FVPExprBase enableCond)
|
void |
InferDFFSyncReset.setResetValue(FVPExprBase resetValue)
|
void |
InferDFFAsyncReset.setResetValue(FVPExprBase resetValue)
|
void |
InferDFFAsyncPosEdgeResetPosEdgeClk.setResetValue(FVPExprBase resetValue)
|
void |
InferDFFAsyncPosEdgeResetNegEdgeClk.setResetValue(FVPExprBase resetValue)
|
void |
InferDFFAsyncNegEdgeResetPosEdgeClk.setResetValue(FVPExprBase resetValue)
|
void |
InferDFFAsyncNegEdgeResetNegEdgeClk.setResetValue(FVPExprBase resetValue)
|
void |
InferDFFSyncReset.setRstCond(FVPExprBase rstCond)
|
void |
InferDFFAsyncReset.setRstCond(FVPExprBase rstCond)
|
Constructors in com.eu.miscedautils.veriloginfer with parameters of type FVPExprBase | |
---|---|
InferDFFAsyncNegEdgeResetNegEdgeClk(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPExprEdge rst,
FVPExprBase rstVal,
FVPBase q,
FVPBase d)
|
|
InferDFFAsyncNegEdgeResetPosEdgeClk(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPExprEdge rst,
FVPExprBase rstVal,
FVPBase q,
FVPBase d)
|
|
InferDFFAsyncPosEdgeResetNegEdgeClk(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPExprEdge rst,
FVPExprBase rstVal,
FVPBase q,
FVPBase d)
|
|
InferDFFAsyncPosEdgeResetPosEdgeClk(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPExprEdge rst,
FVPExprBase rstVal,
FVPBase q,
FVPBase d)
|
|
InferDFFAsyncReset(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPExprEdge rst,
FVPExprBase rstCond,
FVPBase rstLHS,
FVPExprBase rstVal,
FVPLvalue q,
FVPExprBase d,
FVPSeqStmtBase dAssgnStmt,
FVPSeqStmtBase rstAssgnStmt)
|
|
InferDFFEnabled(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPExprBase enableCond,
FVPLvalue q,
FVPExprBase d,
FVPSeqStmtBase dAssgnStmt)
|
|
InferDFFSimple(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPLvalue q,
FVPExprBase d,
FVPSeqStmtBase dAssgnStmt)
|
|
InferDFFSyncReset(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPExprEdge rst,
FVPExprBase rstCond,
FVPBase rstLHS,
FVPExprBase rstVal,
FVPLvalue q,
FVPExprBase d,
FVPSeqStmtBase dAssgnStmt,
FVPSeqStmtBase rstAssgnStmt)
|
Uses of FVPExprBase in com.eu.miscedautils.verilogparser |
---|
Subclasses of FVPExprBase in com.eu.miscedautils.verilogparser | |
---|---|
class |
FVPExprBinary
|
class |
FVPExprBitSelect
|
class |
FVPExprConcat
|
class |
FVPExprDefine
|
class |
FVPExprDelayMinTypMax
|
class |
FVPExprEdge
|
class |
FVPExprFuncionCall
|
class |
FVPExprInteger
|
class |
FVPExprLvalue
|
class |
FVPExprPartSelect
|
class |
FVPExprReal
|
class |
FVPExprStar
|
class |
FVPExprString
|
class |
FVPExprSystemFuncionCall
|
class |
FVPExprTernary
|
class |
FVPExprUnary
|
Methods in com.eu.miscedautils.verilogparser that return types with arguments of type FVPExprBase | |
---|---|
java.util.LinkedList<FVPExprBase> |
FVPSeqCaseItem.getAlternatives()
|
java.util.LinkedList<FVPExprBase> |
FVPSeqTaskCall.getArguments()
|
java.util.LinkedList<FVPExprBase> |
FVPSystemTaskCall.getArguments()
|
java.util.LinkedList<FVPExprBase> |
FVPExprSystemFuncionCall.getArguments()
|
java.util.LinkedList<FVPExprBase> |
FVPExprFuncionCall.getArguments()
|
java.util.LinkedList<FVPExprBase> |
FVPLvalBitSel.getIndexes()
|
java.util.LinkedList<FVPExprBase> |
FVPLvalPartSel.getIndexes()
|
java.util.LinkedList<FVPExprBase> |
FVPExprConcat.getOperands()
|
java.util.LinkedList<FVPExprBase> |
FVPAlwaysBlock.getSensitivityList()
|
java.util.LinkedList<FVPExprBase> |
FVPUDPInstance.getTerminals()
|
java.util.LinkedList<FVPExprBase> |
FVPGateInstance.getTerminals()
|
Methods in com.eu.miscedautils.verilogparser with parameters of type FVPExprBase | |
---|---|
void |
FVPExprConcat.addOperand(FVPExprBase opand)
|
void |
FVPGateInstance.addTerminal(FVPExprBase term)
|
static java.util.LinkedList<FVPBase> |
FVPSCUtil.extractSignalFromExpression(FVPExprBase val)
|
FVPExprBase |
FVPRemoveHierarchy.flattenExpression(FVPExprBase val)
|
FVPBase |
FVPModuleInstance.getActualObjectFromLvalue(FVPExprBase lvalExpr)
|
FVPExprBase |
FVPRemoveAssignments.processExpression(FVPExprBase val)
|
void |
FVPPortMap.setActual(FVPExprBase actual)
|
void |
FVPParamMap.setActual(FVPExprBase actual)
|
void |
FVPSeqIfStmt.setCondExpr(FVPExprBase condexpr)
|
void |
FVPIfGenerate.setCondExpr(FVPExprBase condexpr)
|
void |
FVPSeqWaitStatement.setCondExpr(FVPExprBase condexpr)
|
void |
FVPExprTernary.setCondition(FVPExprBase cond)
|
void |
FVPSeqLoopStatment.setCondition(FVPExprBase condition)
|
void |
FVPForGenerate.setCondition(FVPExprBase condition)
|
void |
FVPSeqNullStatement.setDelay(FVPExprBase delay)
|
void |
FVPDelayControl.setDelay(FVPExprBase delay)
|
void |
FVPTimeScale.setDenominator(FVPExprBase denominator)
|
void |
FVPExprBase.setEvaluatedval(FVPExprBase evaluatedval)
|
void |
FVPExprEdge.setExpression(FVPExprBase expression)
|
void |
FVPPinBitSelect.setIndex(FVPExprBase index)
|
void |
FVPPortBitSelect.setIndex(FVPExprBase index)
|
void |
FVPExprBitSelect.setIndex(FVPExprBase index)
|
void |
FVPRegister.setInitialValue(FVPExprBase initialvalue)
|
void |
FVPPort.setInitialValue(FVPExprBase initialvalue)
|
void |
FVPInteger.setInitialValue(FVPExprBase initialValue)
|
void |
FVPNet.setInitialValue(FVPExprBase initialvalue)
|
void |
FVPParamDecl.setInstElabValue(FVPExprBase evald)
|
void |
FVPRange.setLeft(FVPExprBase left)
|
void |
FVPExprBinary.setLeft(FVPExprBase left)
|
void |
FVPExprDelayMinTypMax.setMax(FVPExprBase max)
|
void |
FVPExprDelayMinTypMax.setMin(FVPExprBase min)
|
void |
FVPTimeScale.setNumerator(FVPExprBase numerator)
|
void |
FVPExprUnary.setOperand(FVPExprBase operand)
|
void |
FVPExprTernary.setOperand1(FVPExprBase op1)
|
void |
FVPExprTernary.setOperand2(FVPExprBase op2)
|
void |
FVPParamDecl.setOrgValB4InstElab(FVPExprBase orgValB4InstElab)
|
void |
FVPExprBitSelect.setParent(FVPExprBase parent)
|
void |
FVPExprPartSelect.setParent(FVPExprBase parent)
|
void |
FVPExprConcat.setRepeatCount(FVPExprBase repeatCount)
|
void |
FVPRange.setRight(FVPExprBase right)
|
void |
FVPExprBinary.setRight(FVPExprBase right)
|
void |
FVPAssignment.setRvalue(FVPExprBase rvalue)
|
void |
FVPProceduralContinuousAssignment.setRvalue(FVPExprBase rvalue)
|
void |
FVPSeqAssignment.setRvalue(FVPExprBase rvalue)
|
void |
FVPSeqCaseStatement.setSelect(FVPExprBase sel)
|
void |
FVPExprDelayMinTypMax.setTyp(FVPExprBase typ)
|
void |
FVPLocalParam.setValue(FVPExprBase value)
|
void |
FVPAttributeSpec.setValue(FVPExprBase value)
|
void |
FVPParamDecl.setValue(FVPExprBase value)
|
void |
FVPDefine.setValue(FVPExprBase value)
|
void |
FVPDefParam.setValue(FVPExprBase value)
|
void |
FVPRemoveAssignments.traverseExpression(FVPExprBase val)
|
Method parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPExprBase | |
---|---|
static FVPBase |
FVPUtils.retrieveNetAndIndexesAndRanges(FVPBase obj,
java.util.LinkedList<FVPExprBase> indexes,
java.util.LinkedList<FVPRange> ranges)
|
static FVPPort |
FVPUtils.retrievePortAndIndexesAndRanges(FVPBase obj,
java.util.LinkedList<FVPExprBase> indexes,
java.util.LinkedList<FVPRange> ranges)
|
void |
FVPSeqCaseItem.setAlternatives(java.util.LinkedList<FVPExprBase> alts)
|
void |
FVPSeqTaskCall.setArguments(java.util.LinkedList<FVPExprBase> arguments)
|
void |
FVPSystemTaskCall.setArguments(java.util.LinkedList<FVPExprBase> arguments)
|
void |
FVPExprSystemFuncionCall.setArguments(java.util.LinkedList<FVPExprBase> arguments)
|
void |
FVPExprFuncionCall.setArguments(java.util.LinkedList<FVPExprBase> arguments)
|
void |
FVPLvalBitSel.setIndexes(java.util.LinkedList<FVPExprBase> indexes)
|
void |
FVPLvalPartSel.setIndexes(java.util.LinkedList<FVPExprBase> indexes)
|
void |
FVPExprConcat.setOperands(java.util.LinkedList<FVPExprBase> operands)
|
void |
FVPAlwaysBlock.setSensitivityList(java.util.LinkedList<FVPExprBase> sensitivityList)
|
void |
FVPUDPInstance.setTerminals(java.util.LinkedList<FVPExprBase> terminals)
|
void |
FVPGateInstance.setTerminals(java.util.LinkedList<FVPExprBase> terms)
|
Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPExprBase | |
---|---|
FVPAssignment(java.lang.Integer line,
FVPBase lval,
FVPExprBase rval,
FVPAssignment.AssignmentType type)
|
|
FVPDefine(java.lang.Integer line,
FVPIdentifier id,
FVPExprBase value)
|
|
FVPDefParam(java.lang.Integer line,
java.lang.String identifier,
FVPExprBase value)
|
|
FVPDelayControl(java.lang.Integer line,
FVPExprBase val)
|
|
FVPExprBinary(java.lang.Integer line,
FVPExprBase left,
FVPExprBase right,
FVPExprBinary.OpType op)
|
|
FVPExprBitSelect(java.lang.Integer line,
FVPExprBase parent,
FVPExprBase index)
|
|
FVPExprConcat(java.lang.Integer line,
FVPExprBase opand,
FVPExprBase repeat)
|
|
FVPExprDelayMinTypMax(java.lang.Integer line,
FVPExprBase min)
|
|
FVPExprEdge(java.lang.Integer line,
FVPExprEdge.EdgeType edge,
FVPExprBase obj)
|
|
FVPExprPartSelect(java.lang.Integer line,
FVPExprBase parent,
FVPRange range)
|
|
FVPExprTernary(java.lang.Integer line,
FVPExprBase cond,
FVPExprBase op1,
FVPExprBase op2)
|
|
FVPExprUnary(java.lang.Integer line,
FVPExprBase operand,
FVPExprUnary.OpType op)
|
|
FVPForGenerate(java.lang.Integer line,
java.util.LinkedList<FVPBase> stmts,
FVPExprBase cond)
|
|
FVPIfGenerate(java.lang.Integer line,
FVPExprBase cond,
java.util.LinkedList<FVPBase> stmts)
|
|
FVPLocalParam(java.lang.Integer line,
FVPIdentifier identifier,
FVPExprBase value)
|
|
FVPLvalBitSel(java.lang.Integer line,
FVPExprBase newParent,
java.util.LinkedList<FVPExprBase> indxs)
|
|
FVPLvalPartSel(java.lang.Integer line,
FVPExprBase newParent,
FVPRange range,
java.util.LinkedList<FVPExprBase> indxs)
|
|
FVPParamDecl(java.lang.Integer line,
FVPIdentifier identifier,
FVPExprBase value)
|
|
FVPParamMap(java.lang.Integer line,
FVPParamDecl formal,
FVPExprBase actual)
|
|
FVPPinBitSelect(java.lang.Integer line,
FVPPin parent,
FVPExprBase index)
|
|
FVPPortBitSelect(java.lang.Integer line,
FVPPort parent,
FVPExprBase index)
|
|
FVPPortMap(java.lang.Integer line,
FVPPortBitSelect formal,
FVPExprBase actual)
|
|
FVPPortMap(java.lang.Integer line,
FVPPort formal,
FVPExprBase actual)
|
|
FVPPortMap(java.lang.Integer line,
FVPPortPartSelect formal,
FVPExprBase actual)
|
|
FVPProceduralContinuousAssignment(java.lang.Integer line,
FVPBase lval,
FVPExprBase rval,
FVPProceduralContinuousAssignment.ProcContAssgnType type)
|
|
FVPRange(FVPExprBase left,
FVPExprBase right,
java.lang.Integer line)
|
|
FVPSeqAssignment(java.lang.Integer line,
FVPBase lval,
FVPExprBase rval,
FVPAssignment.AssignmentType type)
|
|
FVPSeqCaseStatement(java.lang.Integer line,
FVPSeqCaseStatement.CaseType type,
java.util.LinkedList<FVPSeqCaseItem> itms,
FVPExprBase select)
|
|
FVPSeqIfStmt(java.lang.Integer line,
FVPExprBase cond,
java.util.LinkedList<FVPSeqStmtBase> stmts)
|
|
FVPSeqLoopStatment(java.lang.Integer line,
FVPSeqLoopStatment.LoopType type,
java.util.LinkedList<FVPBase> stmts,
FVPExprBase cond)
|
|
FVPSeqWaitStatement(java.lang.Integer line,
FVPExprBase cond,
java.util.LinkedList<FVPBase> stmts)
|
|
FVPTimeScale(java.lang.Integer line,
FVPExprBase numerator,
FVPTimeScale.TimeUnit numTU,
FVPExprBase denominator,
FVPTimeScale.TimeUnit denoTU)
|
Constructor parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPExprBase | |
---|---|
FVPExprFuncionCall(java.lang.Integer line,
FVPTaskOrFunctionDecl decl,
java.util.LinkedList<FVPExprBase> args)
|
|
FVPExprSystemFuncionCall(java.lang.Integer line,
java.lang.String nm,
java.util.LinkedList<FVPExprBase> args)
|
|
FVPLvalBitSel(java.lang.Integer line,
FVPExprBase newParent,
java.util.LinkedList<FVPExprBase> indxs)
|
|
FVPLvalPartSel(java.lang.Integer line,
FVPExprBase newParent,
FVPRange range,
java.util.LinkedList<FVPExprBase> indxs)
|
|
FVPSeqCaseItem(java.lang.Integer line,
java.util.LinkedList<FVPExprBase> alters,
java.util.LinkedList<FVPBase> stmts)
|
|
FVPSeqTaskCall(java.lang.Integer line,
FVPTaskOrFunctionDecl decl,
java.util.LinkedList<FVPExprBase> args)
|
|
FVPSystemTaskCall(java.lang.Integer line,
java.lang.String name,
java.util.LinkedList<FVPExprBase> args)
|
Uses of FVPExprBase in com.eu.miscedautils.vhdl2verilog |
---|
Methods in com.eu.miscedautils.vhdl2verilog that return FVPExprBase | |
---|---|
FVPExprBase |
vhdl2verilog.getExprMap(FVhPBase obj)
|
Methods in com.eu.miscedautils.vhdl2verilog with parameters of type FVPExprBase | |
---|---|
void |
vhdl2verilog.insertExprMap(FVhPBase obj,
FVPExprBase expr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |