abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Abc_Ntk_t * | Abc_NtkFromGlobalBdds (Abc_Ntk_t *pNtk) |
DECLARATIONS ///. More... | |
static Abc_Obj_t * | Abc_NodeFromGlobalBdds (Abc_Ntk_t *pNtkNew, DdManager *dd, DdNode *bFunc) |
Abc_Ntk_t * | Abc_NtkCollapse (Abc_Ntk_t *pNtk, int fBddSizeMax, int fDualRail, int fReorder, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
Function*************************************************************
Synopsis [Derives the network with the given global BDD.]
Description []
SideEffects []
SeeAlso []
Definition at line 199 of file abcCollapse.c.
Abc_Ntk_t* Abc_NtkCollapse | ( | Abc_Ntk_t * | pNtk, |
int | fBddSizeMax, | ||
int | fDualRail, | ||
int | fReorder, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Collapses the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file abcCollapse.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [abcCollapse.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Collapsing the network into two-levels.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Derives the network with the given global BDD.]
Description []
SideEffects []
SeeAlso []
Definition at line 108 of file abcCollapse.c.