|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FVPExprEdge | |
---|---|
com.eu.miscedautils.veriloginfer | |
com.eu.miscedautils.verilogparser |
Uses of FVPExprEdge in com.eu.miscedautils.veriloginfer |
---|
Methods in com.eu.miscedautils.veriloginfer that return FVPExprEdge | |
---|---|
FVPExprEdge |
InferDFFSyncReset.getClock()
|
FVPExprEdge |
InferDFFSimplePosEdge.getClock()
|
FVPExprEdge |
InferDFFSimpleNegEdge.getClock()
|
FVPExprEdge |
InferDFFSimple.getClock()
|
FVPExprEdge |
InferDFFEnabled.getClock()
|
FVPExprEdge |
InferDFFAsyncPosEdgeResetPosEdgeClk.getClock()
|
FVPExprEdge |
InferDFFAsyncPosEdgeResetNegEdgeClk.getClock()
|
FVPExprEdge |
InferDFFAsyncNegEdgeResetPosEdgeClk.getClock()
|
FVPExprEdge |
InferDFFAsyncNegEdgeResetNegEdgeClk.getClock()
|
FVPExprEdge |
InferDFFAsyncReset.getClockEdge()
|
FVPExprEdge |
InferDFFAsyncPosEdgeResetPosEdgeClk.getReset()
|
FVPExprEdge |
InferDFFAsyncPosEdgeResetNegEdgeClk.getReset()
|
FVPExprEdge |
InferDFFAsyncNegEdgeResetPosEdgeClk.getReset()
|
FVPExprEdge |
InferDFFAsyncNegEdgeResetNegEdgeClk.getReset()
|
FVPExprEdge |
InferDFFAsyncReset.getResetEdge()
|
Methods in com.eu.miscedautils.veriloginfer with parameters of type FVPExprEdge | |
---|---|
void |
InferDFFSyncReset.setClock(FVPExprEdge clock)
|
void |
InferDFFSimplePosEdge.setClock(FVPExprEdge clock)
|
void |
InferDFFSimpleNegEdge.setClock(FVPExprEdge clock)
|
void |
InferDFFSimple.setClock(FVPExprEdge clock)
|
void |
InferDFFEnabled.setClock(FVPExprEdge clock)
|
void |
InferDFFAsyncPosEdgeResetPosEdgeClk.setClock(FVPExprEdge clock)
|
void |
InferDFFAsyncPosEdgeResetNegEdgeClk.setClock(FVPExprEdge clock)
|
void |
InferDFFAsyncNegEdgeResetPosEdgeClk.setClock(FVPExprEdge clock)
|
void |
InferDFFAsyncNegEdgeResetNegEdgeClk.setClock(FVPExprEdge clock)
|
void |
InferDFFAsyncReset.setClockEdge(FVPExprEdge clockEdge)
|
void |
InferDFFAsyncPosEdgeResetPosEdgeClk.setReset(FVPExprEdge reset)
|
void |
InferDFFAsyncPosEdgeResetNegEdgeClk.setReset(FVPExprEdge reset)
|
void |
InferDFFAsyncNegEdgeResetPosEdgeClk.setReset(FVPExprEdge reset)
|
void |
InferDFFAsyncNegEdgeResetNegEdgeClk.setReset(FVPExprEdge reset)
|
void |
InferDFFAsyncReset.setResetEdge(FVPExprEdge resetEdge)
|
Constructors in com.eu.miscedautils.veriloginfer with parameters of type FVPExprEdge | |
---|---|
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)
|
|
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 FVPExprEdge in com.eu.miscedautils.verilogparser |
---|
Methods in com.eu.miscedautils.verilogparser with parameters of type FVPExprEdge | |
---|---|
void |
FVPAlwaysBlock.addSensitivityElement(FVPExprEdge ele)
|
FVPBase |
FVPRemoveHierarchy.flattenExprEdge(FVPExprEdge edge)
|
FVPBase |
FVPRemoveAssignments.processExprEdge(FVPExprEdge edge)
|
void |
FVPAlwaysBlock.removeSensitivityElement(FVPExprEdge ele)
|
void |
FVPRemoveAssignments.traverseExprEdge(FVPExprEdge edge)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |