abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Aig_Man_t * | Saig_ManTemporFrames (Aig_Man_t *pAig, int nFrames) |
DECLARATIONS ///. More... | |
Aig_Man_t * | Saig_ManTemporDecompose (Aig_Man_t *pAig, int nFrames) |
int | Vec_IntLastNonZeroBeforeLimit (Vec_Int_t *vTemp, int Limit) |
Aig_Man_t * | Saig_ManTempor (Aig_Man_t *pAig, int nFrames, int TimeOut, int nConfLimit, int fUseBmc, int fUseTransSigs, int fVerbose, int fVeryVerbose) |
Aig_Man_t* Saig_ManTempor | ( | Aig_Man_t * | pAig, |
int | nFrames, | ||
int | TimeOut, | ||
int | nConfLimit, | ||
int | fUseBmc, | ||
int | fUseTransSigs, | ||
int | fVerbose, | ||
int | fVeryVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 186 of file saigTempor.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 90 of file saigTempor.c.
ABC_NAMESPACE_IMPL_START Aig_Man_t* Saig_ManTemporFrames | ( | Aig_Man_t * | pAig, |
int | nFrames | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [saigTempor.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Sequential AIG package.]
Synopsis [Temporal decomposition.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates initialized timeframes for temporal decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file saigTempor.c.
int Vec_IntLastNonZeroBeforeLimit | ( | Vec_Int_t * | vTemp, |
int | Limit | ||
) |
Function*************************************************************
Synopsis [Find index of first non-zero entry.]
Description []
SideEffects []
SeeAlso []
Definition at line 160 of file saigTempor.c.