|
abc-master
|
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START DdNode * | Abc_NtkInitStateVarMap (DdManager *dd, Abc_Ntk_t *pNtk, int fVerbose) |
| DECLARATIONS ///. More... | |
| DdNode ** | Abc_NtkCreatePartitions (DdManager *dd, Abc_Ntk_t *pNtk, int fReorder, int fVerbose) |
| DdNode * | Abc_NtkComputeReachable (DdManager *dd, Abc_Ntk_t *pNtk, DdNode **pbParts, DdNode *bInitial, DdNode *bOutput, int nBddMax, int nIterMax, int fPartition, int fReorder, int fVerbose) |
| void | Abc_NtkVerifyUsingBdds (Abc_Ntk_t *pNtk, int nBddMax, int nIterMax, int fPartition, int fReorder, int fVerbose) |
| DdNode* Abc_NtkComputeReachable | ( | DdManager * | dd, |
| Abc_Ntk_t * | pNtk, | ||
| DdNode ** | pbParts, | ||
| DdNode * | bInitial, | ||
| DdNode * | bOutput, | ||
| int | nBddMax, | ||
| int | nIterMax, | ||
| int | fPartition, | ||
| int | fReorder, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis [Computes the set of unreachable states.]
Description []
SideEffects []
SeeAlso []
Definition at line 136 of file abcReach.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 85 of file abcReach.c.
| ABC_NAMESPACE_IMPL_START DdNode* Abc_NtkInitStateVarMap | ( | DdManager * | dd, |
| Abc_Ntk_t * | pNtk, | ||
| int | fVerbose | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcReach.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Performs reachability analysis.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Computes the initial state and sets up the variable map.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file abcReach.c.
| void Abc_NtkVerifyUsingBdds | ( | Abc_Ntk_t * | pNtk, |
| int | nBddMax, | ||
| int | nIterMax, | ||
| int | fPartition, | ||
| int | fReorder, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis [Performs reachability to see if any .]
Description []
SideEffects []
SeeAlso []
Definition at line 256 of file abcReach.c.