Go to the source code of this file.
◆ Abc_NtkDarFold2()
| Abc_Ntk_t * Abc_NtkDarFold2 |
( |
Abc_Ntk_t * | pNtk, |
|
|
int | fCompl, |
|
|
int | fVerbose, |
|
|
int | typeII_cnt ) |
Function*************************************************************
Synopsis [Performs BDD-based reachability analysis.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file abcDarUnfold2.c.
54{
57 assert( Abc_NtkIsStrash(pNtk) );
59 if ( pMan == NULL )
60 return NULL;
67 return pNtkAig;
68}
struct Abc_Ntk_t_ Abc_Ntk_t
void Aig_ManStop(Aig_Man_t *p)
typedefABC_NAMESPACE_HEADER_START struct Aig_Man_t_ Aig_Man_t
INCLUDES ///.
ABC_NAMESPACE_IMPL_START Abc_Ntk_t * Abc_NtkFromAigPhase(Aig_Man_t *pMan)
DECLARATIONS ///.
Aig_Man_t * Abc_NtkToDar(Abc_Ntk_t *pNtk, int fExors, int fRegisters)
Aig_Man_t * Saig_ManDupFoldConstrsFunc2(Aig_Man_t *pAig, int fCompl, int fVerbose, int typeII_cnt)
◆ Abc_NtkDarUnfold2()
| Abc_Ntk_t * Abc_NtkDarUnfold2 |
( |
Abc_Ntk_t * | pNtk, |
|
|
int | nFrames, |
|
|
int | nConfs, |
|
|
int | nProps, |
|
|
int | fStruct, |
|
|
int | fOldAlgo, |
|
|
int | fVerbose ) |
Definition at line 13 of file abcDarUnfold2.c.
14{
17 int typeII_cnt = 0;
18 assert( Abc_NtkIsStrash(pNtk) );
20 if ( pMan == NULL )
21 return NULL;
22 if ( fStruct ){
24 }else
27 if ( pMan == NULL )
28 return NULL;
29
34
35 return pNtkAig;
36
37
38}
Aig_Man_t * Saig_ManDupUnfoldConstrsFunc2(Aig_Man_t *pAig, int nFrames, int nConfs, int nProps, int fOldAlgo, int fVerbose, int *typeII_cnt)