abc-master
|
#include "aig.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Aig_NodeDeref_rec (Aig_Obj_t *pNode, unsigned LevelMin, float *pPower, float *pProbs) |
DECLARATIONS ///. More... | |
int | Aig_NodeRef_rec (Aig_Obj_t *pNode, unsigned LevelMin) |
int | Aig_NodeRefLabel_rec (Aig_Man_t *p, Aig_Obj_t *pNode, unsigned LevelMin) |
void | Aig_NodeMffcSupp_rec (Aig_Man_t *p, Aig_Obj_t *pNode, unsigned LevelMin, Vec_Ptr_t *vSupp, int fTopmost, Aig_Obj_t *pObjSkip) |
int | Aig_NodeMffcSupp (Aig_Man_t *p, Aig_Obj_t *pNode, int LevelMin, Vec_Ptr_t *vSupp) |
int | Aig_NodeMffcLabel (Aig_Man_t *p, Aig_Obj_t *pNode, float *pPower) |
int | Aig_NodeMffcLabelCut (Aig_Man_t *p, Aig_Obj_t *pNode, Vec_Ptr_t *vLeaves) |
int | Aig_NodeMffcExtendCut (Aig_Man_t *p, Aig_Obj_t *pNode, Vec_Ptr_t *vLeaves, Vec_Ptr_t *vResult) |
ABC_NAMESPACE_IMPL_START int Aig_NodeDeref_rec | ( | Aig_Obj_t * | pNode, |
unsigned | LevelMin, | ||
float * | pPower, | ||
float * | pProbs | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigMffc.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [Computation of MFFCs.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Dereferences the node's MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file aigMffc.c.
int Aig_NodeMffcExtendCut | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pNode, | ||
Vec_Ptr_t * | vLeaves, | ||
Vec_Ptr_t * | vResult | ||
) |
Function*************************************************************
Synopsis [Expands the cut by adding the most closely related node.]
Description [Returns 1 if the cut exists.]
SideEffects []
SeeAlso []
Definition at line 265 of file aigMffc.c.
Function*************************************************************
Synopsis [Labels the nodes in the MFFC.]
Description [Returns the number of internal nodes in the MFFC.]
SideEffects []
SeeAlso []
Definition at line 211 of file aigMffc.c.
Function*************************************************************
Synopsis [Labels the nodes in the MFFC.]
Description [Returns the number of internal nodes in the MFFC.]
SideEffects []
SeeAlso []
Definition at line 236 of file aigMffc.c.
Function*************************************************************
Synopsis [Collects the support of depth-limited MFFC.]
Description [Returns the number of internal nodes in the MFFC.]
SideEffects []
SeeAlso []
Definition at line 179 of file aigMffc.c.
void Aig_NodeMffcSupp_rec | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pNode, | ||
unsigned | LevelMin, | ||
Vec_Ptr_t * | vSupp, | ||
int | fTopmost, | ||
Aig_Obj_t * | pObjSkip | ||
) |
Function*************************************************************
Synopsis [Collects the internal and boundary nodes in the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 150 of file aigMffc.c.
int Aig_NodeRef_rec | ( | Aig_Obj_t * | pNode, |
unsigned | LevelMin | ||
) |
Function*************************************************************
Synopsis [References the node's MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file aigMffc.c.