|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FVPSeqStmtBase | |
---|---|
com.eu.miscedautils.veriloginfer | |
com.eu.miscedautils.verilogparser |
Uses of FVPSeqStmtBase in com.eu.miscedautils.veriloginfer |
---|
Methods in com.eu.miscedautils.veriloginfer that return FVPSeqStmtBase | |
---|---|
FVPSeqStmtBase |
InferDFFSyncReset.getDataAssignmentStmt()
|
FVPSeqStmtBase |
InferDFFSimple.getDataAssignmentStmt()
|
FVPSeqStmtBase |
InferDFFEnabled.getDataAssignmentStmt()
|
FVPSeqStmtBase |
InferDFFAsyncReset.getDataAssignmentStmt()
|
FVPSeqStmtBase |
InferDFFSyncReset.getResetAssignmentStmt()
|
FVPSeqStmtBase |
InferDFFAsyncReset.getResetAssignmentStmt()
|
Methods in com.eu.miscedautils.veriloginfer with parameters of type FVPSeqStmtBase | |
---|---|
void |
InferDFFSyncReset.setDataAssignmentStmt(FVPSeqStmtBase dataAssignmentStmt)
|
void |
InferDFFSimple.setDataAssignmentStmt(FVPSeqStmtBase dataAssignmentStmt)
|
void |
InferDFFEnabled.setDataAssignmentStmt(FVPSeqStmtBase dataAssignmentStmt)
|
void |
InferDFFAsyncReset.setDataAssignmentStmt(FVPSeqStmtBase dataAssignmentStmt)
|
void |
InferDFFSyncReset.setResetAssignmentStmt(FVPSeqStmtBase resetAssignmentStmt)
|
void |
InferDFFAsyncReset.setResetAssignmentStmt(FVPSeqStmtBase resetAssignmentStmt)
|
Constructors in com.eu.miscedautils.veriloginfer with parameters of type FVPSeqStmtBase | |
---|---|
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 FVPSeqStmtBase in com.eu.miscedautils.verilogparser |
---|
Subclasses of FVPSeqStmtBase in com.eu.miscedautils.verilogparser | |
---|---|
class |
FVPAlwaysBlock
|
class |
FVPInitialBlock
|
class |
FVPProceduralContinuousAssignment
|
class |
FVPSeqAssignment
|
class |
FVPSeqCaseItem
|
class |
FVPSeqCaseStatement
|
class |
FVPSeqElseStmt
|
class |
FVPSeqIfStmt
|
class |
FVPSeqLoopStatment
|
class |
FVPSeqNullStatement
|
class |
FVPSeqTaskCall
|
class |
FVPSeqWaitStatement
|
class |
FVPSystemTaskCall
|
Methods in com.eu.miscedautils.verilogparser that return FVPSeqStmtBase | |
---|---|
FVPSeqStmtBase |
FVPRemoveHierarchy.flattenSeqForLoop(FVPSeqLoopStatment stmt)
|
FVPSeqStmtBase |
FVPRemoveHierarchy.flattenSeqWhileLoop(FVPSeqLoopStatment stmt)
|
Methods in com.eu.miscedautils.verilogparser that return types with arguments of type FVPSeqStmtBase | |
---|---|
java.util.LinkedList<FVPSeqStmtBase> |
FVPInitialBlock.getSeqStmts()
|
java.util.LinkedList<FVPSeqStmtBase> |
FVPAlwaysBlock.getSeqStmts()
|
java.util.LinkedList<FVPSeqStmtBase> |
FVPSeqIfStmt.getStatements()
|
java.util.LinkedList<FVPSeqStmtBase> |
FVPSeqElseStmt.getStatements()
|
Methods in com.eu.miscedautils.verilogparser with parameters of type FVPSeqStmtBase | |
---|---|
void |
FVPInitialBlock.addSeqStmt(FVPSeqStmtBase stmt)
|
void |
FVPAlwaysBlock.addSeqStmt(FVPSeqStmtBase stmt)
|
void |
FVPSeqIfStmt.addStatement(FVPSeqStmtBase stmt)
|
void |
FVPSeqElseStmt.addStatement(FVPSeqStmtBase stmt)
|
static java.util.LinkedList<FVPBase> |
FVPSCUtil.extractSignalsReadInSequentialStatement(FVPSeqStmtBase stmt)
|
FVPBase |
FVPRemoveHierarchy.flattenSeqStatement(FVPSeqStmtBase stmt)
|
void |
FVPInitialBlock.removeSeqStmt(FVPSeqStmtBase stmt)
|
void |
FVPAlwaysBlock.removeSeqStmt(FVPSeqStmtBase stmt)
|
void |
FVPRemoveAssignments.traverseSeqStatement(FVPSeqStmtBase stmt)
|
Method parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPSeqStmtBase | |
---|---|
void |
FVPInitialBlock.setSeqStmts(java.util.LinkedList<FVPSeqStmtBase> seqStmts)
|
void |
FVPAlwaysBlock.setSeqStmts(java.util.LinkedList<FVPSeqStmtBase> seqStmts)
|
void |
FVPSeqIfStmt.setStatements(java.util.LinkedList<FVPSeqStmtBase> statements)
|
void |
FVPSeqElseStmt.setStatements(java.util.LinkedList<FVPSeqStmtBase> statements)
|
Constructor parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPSeqStmtBase | |
---|---|
FVPSeqIfStmt(java.lang.Integer line,
FVPExprBase cond,
java.util.LinkedList<FVPSeqStmtBase> stmts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |