abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START unsigned * | Gia_ManConvertAigToTruth_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vTruth, int nWords, Vec_Int_t *vVisited) |
DECLARATIONS ///. More... | |
unsigned * | Gia_ManConvertAigToTruth (Gia_Man_t *p, Gia_Obj_t *pRoot, Vec_Int_t *vLeaves, Vec_Int_t *vTruth, Vec_Int_t *vVisited) |
int | Gia_ObjPerformBidec (Bdc_Man_t *pManDec, Gia_Man_t *pNew, Gia_Man_t *p, Gia_Obj_t *pRoot, Vec_Int_t *vLeaves, Vec_Int_t *vTruth, Vec_Int_t *vVisited) |
Gia_Man_t * | Gia_ManPerformBidec (Gia_Man_t *p, int fVerbose) |
unsigned* Gia_ManConvertAigToTruth | ( | Gia_Man_t * | p, |
Gia_Obj_t * | pRoot, | ||
Vec_Int_t * | vLeaves, | ||
Vec_Int_t * | vTruth, | ||
Vec_Int_t * | vVisited | ||
) |
Function*************************************************************
Synopsis [Computes truth table of the node.]
Description [Assumes that the structural support is no more than 8 inputs. Uses array vTruth to store temporary truth tables. The returned pointer should be used immediately.]
SideEffects []
SeeAlso []
Definition at line 90 of file giaBidec.c.
ABC_NAMESPACE_IMPL_START unsigned* Gia_ManConvertAigToTruth_rec | ( | Gia_Man_t * | p, |
Gia_Obj_t * | pObj, | ||
Vec_Int_t * | vTruth, | ||
int | nWords, | ||
Vec_Int_t * | vVisited | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaBidec.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Application of bi-decomposition to AIG minimization.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Computes truth table of the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file giaBidec.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 233 of file giaBidec.c.
int Gia_ObjPerformBidec | ( | Bdc_Man_t * | pManDec, |
Gia_Man_t * | pNew, | ||
Gia_Man_t * | p, | ||
Gia_Obj_t * | pRoot, | ||
Vec_Int_t * | vLeaves, | ||
Vec_Int_t * | vTruth, | ||
Vec_Int_t * | vVisited | ||
) |
Function*************************************************************
Synopsis [Resynthesizes nodes using bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 166 of file giaBidec.c.