abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Hop_Obj_t * | Bdc_FunCopyHop (Bdc_Fun_t *pObj) |
DECLARATIONS ///. More... | |
Hop_Obj_t * | Abc_NodeIfNodeResyn (Bdc_Man_t *p, Hop_Man_t *pHop, Hop_Obj_t *pRoot, int nVars, Vec_Int_t *vTruth, unsigned *puCare, float dProb) |
FUNCTION DEFINITIONS ///. More... | |
void | Abc_NtkBidecResyn (Abc_Ntk_t *pNtk, int fVerbose) |
Hop_Obj_t* Abc_NodeIfNodeResyn | ( | Bdc_Man_t * | p, |
Hop_Man_t * | pHop, | ||
Hop_Obj_t * | pRoot, | ||
int | nVars, | ||
Vec_Int_t * | vTruth, | ||
unsigned * | puCare, | ||
float | dProb | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Resynthesizes nodes using bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file abcBidec.c.
void Abc_NtkBidecResyn | ( | Abc_Ntk_t * | pNtk, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Resynthesizes nodes using bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 110 of file abcBidec.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcBidec.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Interface to bi-decomposition.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 32 of file abcBidec.c.