abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Aig_Obj_t * | Aig_NodeBddToMuxes_rec (DdManager *dd, DdNode *bFunc, Aig_Man_t *pNew, st__table *tBdd2Node) |
DECLARATIONS ///. More... | |
Aig_Man_t * | Aig_ManConvertBddsToAigs (Aig_Man_t *p, DdManager *dd, Vec_Ptr_t *vCofs) |
DdNode * | Aig_ManBuildPoBdd_rec (Aig_Man_t *p, Aig_Obj_t *pObj, DdManager *dd) |
Vec_Ptr_t * | Aig_ManCofactorBdds (Aig_Man_t *p, Vec_Ptr_t *vSubset, DdManager *dd, DdNode *bFunc) |
DdManager * | Aig_ManBuildPoBdd (Aig_Man_t *p, DdNode **pbFunc) |
Vec_Ptr_t * | Aig_ManVecRandSubset (Vec_Ptr_t *vVec, int nVars) |
Aig_Man_t * | Aig_ManSplit (Aig_Man_t *p, int nVars, int fVerbose) |
Function*************************************************************
Synopsis [Construct BDDs for the primary output.]
Description []
SideEffects []
SeeAlso []
Definition at line 190 of file aigSplit.c.
Function*************************************************************
Synopsis [Returns the array of constraint candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 135 of file aigSplit.c.
Vec_Ptr_t* Aig_ManCofactorBdds | ( | Aig_Man_t * | p, |
Vec_Ptr_t * | vSubset, | ||
DdManager * | dd, | ||
DdNode * | bFunc | ||
) |
Function*************************************************************
Synopsis [Derive BDDs for the cofactors.]
Description []
SideEffects []
SeeAlso []
Definition at line 160 of file aigSplit.c.
Function*************************************************************
Synopsis [Derives AIG for the BDDs of the cofactors.]
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file aigSplit.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 254 of file aigSplit.c.
Function*************************************************************
Synopsis [Randomly selects a random subset of inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 228 of file aigSplit.c.
ABC_NAMESPACE_IMPL_START Aig_Obj_t* Aig_NodeBddToMuxes_rec | ( | DdManager * | dd, |
DdNode * | bFunc, | ||
Aig_Man_t * | pNew, | ||
st__table * | tBdd2Node | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigSplit.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [Splits the property output cone into a set of cofactor properties.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Converts the node to MUXes.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file aigSplit.c.