|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FVPBase | |
---|---|
com.eu.miscedautils.shell | |
com.eu.miscedautils.veriloginfer | |
com.eu.miscedautils.verilogparser | |
com.eu.miscedautils.vhdl2verilog |
Uses of FVPBase in com.eu.miscedautils.shell |
---|
Methods in com.eu.miscedautils.shell with parameters of type FVPBase | |
---|---|
java.util.LinkedList<java.lang.String> |
BrigidBackBone.findClockResetTreeFromObjects(FVPBase net,
java.util.LinkedList<java.lang.String> transparentCellPatternList,
java.util.LinkedList<java.lang.String> nonBufferCellPatternList,
boolean ignoreWire)
|
void |
BayaBackBone.setRange(FVPBase obj,
FVPRange range)
|
Uses of FVPBase in com.eu.miscedautils.veriloginfer |
---|
Subclasses of FVPBase in com.eu.miscedautils.veriloginfer | |
---|---|
class |
InferAlwaysBlock
|
class |
InferDFFAsyncNegEdgeResetNegEdgeClk
|
class |
InferDFFAsyncNegEdgeResetPosEdgeClk
|
class |
InferDFFAsyncPosEdgeResetNegEdgeClk
|
class |
InferDFFAsyncPosEdgeResetPosEdgeClk
|
class |
InferDFFAsyncReset
|
class |
InferDFFEnabled
|
class |
InferDFFSimple
|
class |
InferDFFSimpleNegEdge
|
class |
InferDFFSimplePosEdge
|
class |
InferDFFSyncReset
|
Methods in com.eu.miscedautils.veriloginfer that return FVPBase | |
---|---|
FVPBase |
InferDFFSimplePosEdge.getD()
|
FVPBase |
InferDFFSimpleNegEdge.getD()
|
FVPBase |
InferDFFAsyncPosEdgeResetPosEdgeClk.getD()
|
FVPBase |
InferDFFAsyncPosEdgeResetNegEdgeClk.getD()
|
FVPBase |
InferDFFAsyncNegEdgeResetPosEdgeClk.getD()
|
FVPBase |
InferDFFAsyncNegEdgeResetNegEdgeClk.getD()
|
FVPBase |
InferAlwaysBlock.getInferredObject()
|
FVPBase |
InferDFFSimplePosEdge.getQ()
|
FVPBase |
InferDFFSimpleNegEdge.getQ()
|
FVPBase |
InferDFFAsyncPosEdgeResetPosEdgeClk.getQ()
|
FVPBase |
InferDFFAsyncPosEdgeResetNegEdgeClk.getQ()
|
FVPBase |
InferDFFAsyncNegEdgeResetPosEdgeClk.getQ()
|
FVPBase |
InferDFFAsyncNegEdgeResetNegEdgeClk.getQ()
|
FVPBase |
InferDFFSyncReset.getRstLHS()
|
FVPBase |
InferDFFAsyncReset.getRstLHS()
|
FVPBase |
InferAlwaysBlock.infer()
|
Methods in com.eu.miscedautils.veriloginfer with parameters of type FVPBase | |
---|---|
void |
InferDFFSimplePosEdge.setD(FVPBase d)
|
void |
InferDFFSimpleNegEdge.setD(FVPBase d)
|
void |
InferDFFAsyncPosEdgeResetPosEdgeClk.setD(FVPBase d)
|
void |
InferDFFAsyncPosEdgeResetNegEdgeClk.setD(FVPBase d)
|
void |
InferDFFAsyncNegEdgeResetPosEdgeClk.setD(FVPBase d)
|
void |
InferDFFAsyncNegEdgeResetNegEdgeClk.setD(FVPBase d)
|
void |
InferAlwaysBlock.setInferredObject(FVPBase inferredObject)
|
void |
InferDFFSimplePosEdge.setQ(FVPBase q)
|
void |
InferDFFSimpleNegEdge.setQ(FVPBase q)
|
void |
InferDFFAsyncPosEdgeResetPosEdgeClk.setQ(FVPBase q)
|
void |
InferDFFAsyncPosEdgeResetNegEdgeClk.setQ(FVPBase q)
|
void |
InferDFFAsyncNegEdgeResetPosEdgeClk.setQ(FVPBase q)
|
void |
InferDFFAsyncNegEdgeResetNegEdgeClk.setQ(FVPBase q)
|
void |
InferDFFSyncReset.setRstLHS(FVPBase rstLHS)
|
void |
InferDFFAsyncReset.setRstLHS(FVPBase rstLHS)
|
Constructors in com.eu.miscedautils.veriloginfer with parameters of type FVPBase | |
---|---|
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)
|
|
InferDFFSimpleNegEdge(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPBase q,
FVPBase d)
|
|
InferDFFSimplePosEdge(java.lang.Integer line,
java.lang.String name,
FVPExprEdge clk,
FVPBase q,
FVPBase d)
|
|
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 FVPBase in com.eu.miscedautils.verilogparser |
---|
Methods in com.eu.miscedautils.verilogparser that return types with arguments of type FVPBase | |
---|---|
static java.util.LinkedList<FVPBase> |
FVPSCUtil.extractSignalFromExpression(FVPExprBase val)
|
static java.util.LinkedList<FVPBase> |
FVPSCUtil.extractSignalsReadInAlwaysBlock(FVPAlwaysBlock alwaysBlk)
|
static java.util.LinkedList<FVPBase> |
FVPSCUtil.extractSignalsReadInCaseStatement(FVPSeqCaseStatement stmt)
|
static java.util.LinkedList<FVPBase> |
FVPSCUtil.extractSignalsReadInSeqAssignment(FVPSeqAssignment stmt)
|
static java.util.LinkedList<FVPBase> |
FVPSCUtil.extractSignalsReadInSeqCaseItem(FVPSeqCaseItem stmt)
|
static java.util.LinkedList<FVPBase> |
FVPSCUtil.extractSignalsReadInSequentialStatement(FVPSeqStmtBase stmt)
|
java.util.LinkedList<FVPBase> |
FVPRoot.findModuleAndDependentModulesInSortedOrder(java.lang.String name)
|
java.util.LinkedList<FVPBase> |
FVPRoot.findSubModulesInSortedOrder(FVPBase mod)
|
java.util.LinkedList<FVPBase> |
FVPModule.getDeclarations()
|
java.util.LinkedList<FVPBase> |
FVPSeqStmtBase.getDeclarations()
|
java.util.LinkedList<FVPBase> |
FVPUDP.getDeclarations()
|
java.util.LinkedList<FVPBase> |
FVPGenerateBase.getDeclarations()
|
java.util.LinkedList<FVPBase> |
FVPTaskOrFunctionDecl.getDeclarations()
|
java.util.LinkedList<FVPBase> |
FVPRemoveAssignments.getDeletableDeclarations(FVPModule mod)
|
java.util.LinkedList<FVPBase> |
FVPRemoveAssignments.getDeletableObjects(FVPModule mod)
|
java.util.LinkedList<FVPBase> |
FVPPin.getFaninList()
|
java.util.LinkedList<FVPBase> |
FVPNet.getFaninList()
|
java.util.LinkedList<FVPBase> |
FVPPin.getFanoutList()
|
java.util.LinkedList<FVPBase> |
FVPNet.getFanoutList()
|
java.util.LinkedList<FVPBase> |
FVPModule.getInstances()
|
java.util.LinkedList<FVPBase> |
FVPModule.getStatements()
|
java.util.LinkedList<FVPBase> |
FVPUDP.getStatements()
|
java.util.LinkedList<FVPBase> |
FVPSeqLoopStatment.getStatements()
|
java.util.LinkedList<FVPBase> |
FVPIfGenerate.getStatements()
|
java.util.LinkedList<FVPBase> |
FVPForGenerate.getStatements()
|
java.util.LinkedList<FVPBase> |
FVPTaskOrFunctionDecl.getStatements()
|
java.util.LinkedList<FVPBase> |
FVPElseGenerate.getStatements()
|
java.util.LinkedList<FVPBase> |
FVPSeqCaseItem.getStmtBlock()
|
java.util.LinkedList<FVPBase> |
FVPSeqWaitStatement.getStmtBlock()
|
java.util.HashMap<java.lang.String,FVPBase> |
FVPModule.getSymbolTable()
|
java.util.HashMap<java.lang.String,FVPBase> |
FVPSeqStmtBase.getSymbolTable()
|
java.util.HashMap<java.lang.String,FVPBase> |
FVPUDP.getSymbolTable()
|
java.util.HashMap<java.lang.String,FVPBase> |
FVPInitialBlock.getSymbolTable()
|
java.util.HashMap<java.lang.String,FVPBase> |
FVPGenerateBase.getSymbolTable()
|
java.util.HashMap<java.lang.String,FVPBase> |
FVPRoot.getSymbolTable()
|
java.util.HashMap<java.lang.String,FVPBase> |
FVPTaskOrFunctionDecl.getSymbolTable()
|
java.util.LinkedList<FVPBase> |
FVPModule.getSystemTasks()
|
java.util.ArrayList<FVPBase> |
FVPRoot.getTopModules()
|
java.util.LinkedList<FVPBase> |
FVPRemoveAssignments.removeAllUnusedObjects()
|
java.util.LinkedList<FVPBase> |
FVPRemoveAssignments.removeUnusedObjects(FVPModule mod)
|
Methods in com.eu.miscedautils.verilogparser with parameters of type FVPBase | |
---|---|
void |
FVPModule.addDeclaration(FVPBase decl)
|
void |
FVPSeqStmtBase.addDeclaration(FVPBase decl)
|
void |
FVPUDP.addDeclaration(FVPBase decl)
|
void |
FVPDescription.addDeclaration(FVPBase decl)
|
void |
FVPGenerateBase.addDeclaration(FVPBase decl)
|
void |
FVPTaskOrFunctionDecl.addDeclaration(FVPBase decl)
|
void |
FVPPin.addFanin(FVPBase obj)
|
void |
FVPNet.addFanin(FVPBase obj)
|
void |
FVPPin.addFanout(FVPBase obj)
|
void |
FVPNet.addFanout(FVPBase obj)
|
void |
FVPSeqWaitStatement.addIfStmt(FVPBase stmt)
|
void |
FVPModule.addInstance(FVPBase inst)
|
void |
FVPModule.addStatement(FVPBase stmt)
|
void |
FVPUDP.addStatement(FVPBase stmt)
|
void |
FVPSeqCaseItem.addStatement(FVPBase stmt)
|
void |
FVPDescription.addStatement(FVPBase stmt)
|
void |
FVPSeqLoopStatment.addStatement(FVPBase st)
|
void |
FVPIfGenerate.addStatement(FVPBase stmt)
|
void |
FVPForGenerate.addStatement(FVPBase st)
|
void |
FVPTaskOrFunctionDecl.addStatement(FVPBase stmt)
|
void |
FVPSeqWaitStatement.addStatement(FVPBase stmt)
|
void |
FVPElseGenerate.addStatement(FVPBase stmt)
|
void |
FVPSeqCaseItem.addStmt(FVPBase stmt)
|
void |
FVPDescription.addSymbol(java.lang.String symbol,
FVPBase value)
|
void |
FVPModule.addSystemTask(FVPBase systask)
|
static FVPExprBase |
FVPUtils.createExpressionFromLvalue(FVPBase lval)
|
static FVPRange |
FVPSCUtil.extractParentSignalRange(FVPBase signal)
|
java.util.LinkedList<FVPBase> |
FVPRoot.findSubModulesInSortedOrder(FVPBase mod)
|
FVPBase |
FVPRemoveHierarchy.flattenBase(FVPBase obj)
|
FVPBase |
FVPRemoveHierarchy.flattenCompilerDirectiveCond(FVPBase obj)
|
static java.lang.String |
FVPSCUtil.getEffectiveObjectKind(FVPBase obj)
|
static java.lang.String |
FVPSCUtil.getEffectiveTypeMark(FVPBase obj)
|
static java.lang.String |
FVPSCUtil.getFullObjectTypeMark(FVPBase obj)
|
static FVPPortMap |
FVPUtils.getPortMapFromObject(FVPBase obj)
|
static java.lang.String |
FVPSCUtil.getTemporaryIdentifier(FVPBase obj)
|
void |
FVPDescription.insertSymbol(java.lang.String symbol,
FVPBase value)
|
boolean |
FVPRemoveAssignments.isMarkedAsUsed(FVPBase obj)
|
static boolean |
FVPUtils.isPortMap(FVPBase obj)
|
void |
FVPRemoveAssignments.markAsUsed(FVPBase obj)
|
FVPBase |
FVPRemoveAssignments.processBase(FVPBase obj)
|
void |
FVPDescription.pushScope(FVPBase scope)
|
void |
FVPModule.removeDeclaration(FVPBase decl)
|
void |
FVPUDP.removeDeclaration(FVPBase decl)
|
void |
FVPDescription.removeDeclaration(FVPBase decl)
|
void |
FVPTaskOrFunctionDecl.removeDeclaration(FVPBase decl)
|
void |
FVPModule.removeStatement(FVPBase stmt)
|
void |
FVPUDP.removeStatement(FVPBase stmt)
|
void |
FVPTaskOrFunctionDecl.removeStatement(FVPBase stmt)
|
static FVPExprBase |
FVPUtils.retrieveConcatenatedExpression(FVPBase obj)
|
static FVPBase |
FVPUtils.retrieveNetAndIndexesAndRanges(FVPBase obj)
|
static FVPBase |
FVPUtils.retrieveNetAndIndexesAndRanges(FVPBase obj,
java.util.LinkedList<FVPExprBase> indexes,
java.util.LinkedList<FVPRange> ranges)
|
static FVPPort |
FVPUtils.retrievePortAndIndexesAndRanges(FVPBase obj)
|
static FVPPort |
FVPUtils.retrievePortAndIndexesAndRanges(FVPBase obj,
java.util.LinkedList<FVPExprBase> indexes,
java.util.LinkedList<FVPRange> ranges)
|
void |
FVPLvalue.setActualObj(FVPBase object)
|
void |
FVPDescription.setCurrentscope(FVPBase currentscope)
|
void |
FVPProceduralContinuousAssignment.setDelayOrControlAfterAssgnOp(FVPBase afterAssgnOp)
|
void |
FVPSeqAssignment.setDelayOrControlAfterAssgnOp(FVPBase afterAssgnOp)
|
void |
FVPProceduralContinuousAssignment.setDelayOrControlBeforeAssgnOp(FVPBase beforeAssgnOp)
|
void |
FVPSystemTaskCall.setDelayOrControlBeforeAssgnOp(FVPBase beforeAssgnOp)
|
void |
FVPSeqAssignment.setDelayOrControlBeforeAssgnOp(FVPBase beforeAssgnOp)
|
void |
FVPSeqIfStmt.setElseBlock(FVPBase elseBlock)
|
void |
FVPPortMap.setFormal(FVPBase formal)
|
void |
FVPPin.setInstance(FVPBase instance)
|
void |
FVPExprLvalue.setLvalue(FVPBase lvalue)
|
void |
FVPObjectHierNameMap.setObject(FVPBase object)
|
void |
FVPDefParam.setParameter(FVPBase parameter)
|
void |
FVPDescription.setRoot(FVPBase root)
|
void |
FVPBase.setScope(FVPBase scope)
|
void |
FVPRemoveAssignments.traverseBase(FVPBase obj)
|
void |
FVPRemoveAssignments.traverseCompilerDirectiveCond(FVPBase obj)
|
Method parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPBase | |
---|---|
void |
FVPSeqLoopStatment.getStatements(java.util.LinkedList<FVPBase> sts)
|
void |
FVPForGenerate.getStatements(java.util.LinkedList<FVPBase> sts)
|
void |
FVPModule.setDeclarations(java.util.LinkedList<FVPBase> declarations)
|
void |
FVPSeqStmtBase.setDeclarations(java.util.LinkedList<FVPBase> declarations)
|
void |
FVPUDP.setDeclarations(java.util.LinkedList<FVPBase> declarations)
|
void |
FVPGenerateBase.setDeclarations(java.util.LinkedList<FVPBase> declarations)
|
void |
FVPTaskOrFunctionDecl.setDeclarations(java.util.LinkedList<FVPBase> declarations)
|
void |
FVPRemoveAssignments.setDeletableDeclarations(FVPModule mod,
java.util.LinkedList<FVPBase> declList)
|
void |
FVPPin.setFaninList(java.util.LinkedList<FVPBase> faninList)
|
void |
FVPNet.setFaninList(java.util.LinkedList<FVPBase> faninList)
|
void |
FVPPin.setFanoutList(java.util.LinkedList<FVPBase> fanoutList)
|
void |
FVPNet.setFanoutList(java.util.LinkedList<FVPBase> fanoutList)
|
void |
FVPModule.setInstances(java.util.LinkedList<FVPBase> instances)
|
void |
FVPModule.setStatements(java.util.LinkedList<FVPBase> statements)
|
void |
FVPUDP.setStatements(java.util.LinkedList<FVPBase> statements)
|
void |
FVPIfGenerate.setStatements(java.util.LinkedList<FVPBase> statements)
|
void |
FVPTaskOrFunctionDecl.setStatements(java.util.LinkedList<FVPBase> statements)
|
void |
FVPElseGenerate.setStatements(java.util.LinkedList<FVPBase> statements)
|
void |
FVPSeqCaseItem.setStmtBlock(java.util.LinkedList<FVPBase> stmts)
|
void |
FVPSeqWaitStatement.setStmtBlock(java.util.LinkedList<FVPBase> stmts)
|
void |
FVPModule.setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)
|
void |
FVPSeqStmtBase.setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)
|
void |
FVPUDP.setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)
|
void |
FVPGenerateBase.setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)
|
void |
FVPRoot.setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)
|
void |
FVPTaskOrFunctionDecl.setSymbolTable(java.util.HashMap<java.lang.String,FVPBase> symbolTable)
|
void |
FVPModule.setSystemTasks(java.util.LinkedList<FVPBase> systemTasks)
|
Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPBase | |
---|---|
FVPAssignment(java.lang.Integer line,
FVPBase lval,
FVPExprBase rval,
FVPAssignment.AssignmentType type)
|
|
FVPExprLvalue(java.lang.Integer line,
FVPBase lvalue)
|
|
FVPLvalue(java.lang.Integer line,
FVPBase object)
|
|
FVPObjectHierNameMap(java.lang.String hName,
java.lang.String nm,
FVPBase obj)
|
|
FVPProceduralContinuousAssignment(java.lang.Integer line,
FVPBase lval,
FVPExprBase rval,
FVPProceduralContinuousAssignment.ProcContAssgnType type)
|
|
FVPSeqAssignment(java.lang.Integer line,
FVPBase lval,
FVPExprBase rval,
FVPAssignment.AssignmentType type)
|
Constructor parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPBase | |
---|---|
FVPForGenerate(java.lang.Integer line,
java.util.LinkedList<FVPBase> stmts,
FVPExprBase cond)
|
|
FVPIfGenerate(java.lang.Integer line,
FVPExprBase cond,
java.util.LinkedList<FVPBase> stmts)
|
|
FVPSeqCaseItem(java.lang.Integer line,
java.util.LinkedList<FVPExprBase> alters,
java.util.LinkedList<FVPBase> 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)
|
Uses of FVPBase in com.eu.miscedautils.vhdl2verilog |
---|
Methods in com.eu.miscedautils.vhdl2verilog that return FVPBase | |
---|---|
FVPBase |
vhdl2verilog.convertConstant(FVhPConstant signal)
|
FVPBase |
vhdl2verilog.convertInterfaceElement(FVhPInterfaceElement intf_ele)
|
FVPBase |
vhdl2verilog.convertSignal(FVhPSignal signal)
|
FVPBase |
vhdl2verilog.convertVariable(FVhPVariable var)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |