
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Acb_ObjPushToFanout (Acb_Ntk_t *p, int iObj, int iFaninIndex, int iFanout) |
| DECLARATIONS ///. | |
| void | Acb_ObjPushToFanin (Acb_Ntk_t *p, int iObj, int iFaninIndex2, int iFanin) |
| int | Acb_ObjSuppMin_int (Acb_Ntk_t *p, int iObj) |
| void | Acb_ObjSuppMin (Acb_Ntk_t *p, int iObj) |
| void | Acb_ObjRemoveDup (Acb_Ntk_t *p, int iObj, int i, int j) |
| int | Acb_ObjRemoveDupFanins_int (Acb_Ntk_t *p, int iObj) |
| void | Acb_ObjRemoveDupFanins (Acb_Ntk_t *p, int iObj) |
| void | Acb_ObjRemoveConst (Acb_Ntk_t *p, int iObj) |
| void | Acb_ObjRemoveBufInv (Acb_Ntk_t *p, int iObj) |
| int | Acb_ObjPushToFanins (Acb_Ntk_t *p, int iObj, int nLutSize) |
| void | Acb_NtkPushLogic (Acb_Ntk_t *p, int nLutSize, int fVerbose) |
| void | Acb_NtkPushLogic2 (Acb_Ntk_t *p, int nLutSize, int fVerbose) |
| void Acb_NtkPushLogic | ( | Acb_Ntk_t * | p, |
| int | nLutSize, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 325 of file acbPush.c.


| void Acb_NtkPushLogic2 | ( | Acb_Ntk_t * | p, |
| int | nLutSize, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Pushing logic to the fanin.]
Description []
SideEffects []
SeeAlso []
Definition at line 355 of file acbPush.c.

| void Acb_ObjPushToFanin | ( | Acb_Ntk_t * | p, |
| int | iObj, | ||
| int | iFaninIndex2, | ||
| int | iFanin ) |
Function*************************************************************
Synopsis [Pushing logic to the fanin.]
Description []
SideEffects []
SeeAlso []
Definition at line 95 of file acbPush.c.

| int Acb_ObjPushToFanins | ( | Acb_Ntk_t * | p, |
| int | iObj, | ||
| int | nLutSize ) |
Definition at line 281 of file acbPush.c.


| ABC_NAMESPACE_IMPL_START void Acb_ObjPushToFanout | ( | Acb_Ntk_t * | p, |
| int | iObj, | ||
| int | iFaninIndex, | ||
| int | iFanout ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [acbPush.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchical word-level netlist.]
Synopsis [Implementation of logic pushing.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - July 21, 2015.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Pushing logic to the fanout.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file acbPush.c.

| void Acb_ObjRemoveBufInv | ( | Acb_Ntk_t * | p, |
| int | iObj ) |
Definition at line 220 of file acbPush.c.


| void Acb_ObjRemoveConst | ( | Acb_Ntk_t * | p, |
| int | iObj ) |
Definition at line 201 of file acbPush.c.


| void Acb_ObjRemoveDup | ( | Acb_Ntk_t * | p, |
| int | iObj, | ||
| int | i, | ||
| int | j ) |
Definition at line 170 of file acbPush.c.


| void Acb_ObjRemoveDupFanins | ( | Acb_Ntk_t * | p, |
| int | iObj ) |
Definition at line 196 of file acbPush.c.


| int Acb_ObjRemoveDupFanins_int | ( | Acb_Ntk_t * | p, |
| int | iObj ) |
Definition at line 183 of file acbPush.c.


| void Acb_ObjSuppMin | ( | Acb_Ntk_t * | p, |
| int | iObj ) |
| int Acb_ObjSuppMin_int | ( | Acb_Ntk_t * | p, |
| int | iObj ) |
Definition at line 151 of file acbPush.c.
