abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Abc_NtkMarkFanins_rec (Abc_Obj_t *pLut, int nLevMin) |
DECLARATIONS ///. More... | |
void | Abc_NtkMarkFanouts_rec (Abc_Obj_t *pLut, int nLevMax, int nFanMax) |
void | Abc_NtkCollectCircle (Vec_Ptr_t *vStart, Vec_Ptr_t *vNext, int nFanMax) |
void | Abc_NtkCollectNonOverlapCands (Abc_Obj_t *pLut, Vec_Ptr_t *vStart, Vec_Ptr_t *vNext, Vec_Ptr_t *vCands, Nwk_LMPars_t *pPars) |
int | Abc_NtkCountTotalFanins (Abc_Obj_t *pLut, Abc_Obj_t *pCand) |
void | Abc_NtkCollectOverlapCands (Abc_Obj_t *pLut, Vec_Ptr_t *vCands, Nwk_LMPars_t *pPars) |
Vec_Int_t * | Abc_NtkLutMerge (Abc_Ntk_t *pNtk, Nwk_LMPars_t *pPars) |
Function*************************************************************
Synopsis [Collects the circle of nodes around the given set.]
Description []
SideEffects []
SeeAlso []
Definition at line 101 of file fahout_cut.c.
void Abc_NtkCollectNonOverlapCands | ( | Abc_Obj_t * | pLut, |
Vec_Ptr_t * | vStart, | ||
Vec_Ptr_t * | vNext, | ||
Vec_Ptr_t * | vCands, | ||
Nwk_LMPars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Collects the circle of nodes removes from the given one.]
Description []
SideEffects []
SeeAlso []
Definition at line 142 of file fahout_cut.c.
void Abc_NtkCollectOverlapCands | ( | Abc_Obj_t * | pLut, |
Vec_Ptr_t * | vCands, | ||
Nwk_LMPars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Collects overlapping candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 232 of file fahout_cut.c.
Function*************************************************************
Synopsis [Count the total number of fanins.]
Description []
SideEffects []
SeeAlso []
Definition at line 212 of file fahout_cut.c.
Vec_Int_t* Abc_NtkLutMerge | ( | Abc_Ntk_t * | pNtk, |
Nwk_LMPars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Performs LUT merging with parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 282 of file fahout_cut.c.
ABC_NAMESPACE_IMPL_START void Abc_NtkMarkFanins_rec | ( | Abc_Obj_t * | pLut, |
int | nLevMin | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcMerge.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [LUT merging algorithm.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Marks the fanins of the node with the current trav ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file fahout_cut.c.
void Abc_NtkMarkFanouts_rec | ( | Abc_Obj_t * | pLut, |
int | nLevMax, | ||
int | nFanMax | ||
) |
Function*************************************************************
Synopsis [Marks the fanouts of the node with the current trav ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file fahout_cut.c.