abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START DdNode * | Abc_NtkTransitionRelation (DdManager *dd, Abc_Ntk_t *pNtk, int fVerbose) |
DECLARATIONS ///. More... | |
static DdNode * | Abc_NtkInitStateAndVarMap (DdManager *dd, Abc_Ntk_t *pNtk, int fVerbose) |
static DdNode * | Abc_NtkComputeUnreachable (DdManager *dd, Abc_Ntk_t *pNtk, DdNode *bRelation, DdNode *bInitial, int fVerbose) |
static Abc_Ntk_t * | Abc_NtkConstructExdc (DdManager *dd, Abc_Ntk_t *pNtk, DdNode *bUnreach) |
int | Abc_NtkExtractSequentialDcs (Abc_Ntk_t *pNtk, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
|
static |
Function*************************************************************
Synopsis [Computes the set of unreachable states.]
Description []
SideEffects []
SeeAlso []
Definition at line 224 of file abcUnreach.c.
Function*************************************************************
Synopsis [Creates the EXDC network.]
Description [The set of unreachable states depends on CS variables.]
SideEffects []
SeeAlso []
Definition at line 285 of file abcUnreach.c.
int Abc_NtkExtractSequentialDcs | ( | Abc_Ntk_t * | pNtk, |
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Extracts sequential DCs of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file abcUnreach.c.
Function*************************************************************
Synopsis [Computes the initial state and sets up the variable map.]
Description []
SideEffects []
SeeAlso []
Definition at line 185 of file abcUnreach.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [abcUnreach.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Computes unreachable states for small benchmarks.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Computes the transition relation of the network.]
Description [Assumes that the global BDDs are computed.]
SideEffects []
SeeAlso []
Definition at line 122 of file abcUnreach.c.