abc-master
|
#include "abc.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Abc_NodeRefDeref (Abc_Obj_t *pNode, int fReference, int fLabel) |
DECLARATIONS ///. More... | |
static int | Abc_NodeRefDerefStop (Abc_Obj_t *pNode, int fReference) |
int | Abc_NodeMffcSize (Abc_Obj_t *pNode) |
FUNCTION DEFINITIONS ///. More... | |
int | Abc_NodeMffcSizeStop (Abc_Obj_t *pNode) |
int | Abc_NodeMffcLabelAig (Abc_Obj_t *pNode) |
int | Abc_NodeDeref_rec (Abc_Obj_t *pNode) |
int | Abc_NodeRef_rec (Abc_Obj_t *pNode) |
void | Abc_NodeMffcConeSupp_rec (Abc_Obj_t *pNode, Vec_Ptr_t *vCone, Vec_Ptr_t *vSupp, int fTopmost) |
void | Abc_NodeMffcConeSupp (Abc_Obj_t *pNode, Vec_Ptr_t *vCone, Vec_Ptr_t *vSupp) |
void | Abc_NodeMffcConeSuppPrint (Abc_Obj_t *pNode) |
int | Abc_NodeMffcInside (Abc_Obj_t *pNode, Vec_Ptr_t *vLeaves, Vec_Ptr_t *vInside) |
Vec_Ptr_t * | Abc_NodeMffcInsideCollect (Abc_Obj_t *pNode) |
void | Abc_NodeMffcLabel_rec (Abc_Obj_t *pNode, int fTopmost) |
int | Abc_NodeMffcLabel (Abc_Obj_t *pNode) |
int Abc_NodeDeref_rec | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Collects the support of the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 299 of file abcRefs.c.
void Abc_NodeMffcConeSupp_rec | ( | Abc_Obj_t * | pNode, |
Vec_Ptr_t * | vCone, | ||
Vec_Ptr_t * | vSupp, | ||
int | fTopmost | ||
) |
Function*************************************************************
Synopsis [Collects the internal and boundary nodes in the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 266 of file abcRefs.c.
void Abc_NodeMffcConeSuppPrint | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Collects the support of the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 321 of file abcRefs.c.
Function*************************************************************
Synopsis [Collects the internal nodes of the MFFC limited by cut.]
Description []
SideEffects [Increments the trav ID and marks visited nodes.]
SeeAlso []
Definition at line 351 of file abcRefs.c.
Function*************************************************************
Synopsis [Collects the internal nodes of the MFFC limited by cut.]
Description []
SideEffects [Increments the trav ID and marks visited nodes.]
SeeAlso []
Definition at line 382 of file abcRefs.c.
int Abc_NodeMffcLabel | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Collects the internal nodes of the MFFC limited by cut.]
Description []
SideEffects [Increments the trav ID and marks visited nodes.]
SeeAlso []
Definition at line 437 of file abcRefs.c.
void Abc_NodeMffcLabel_rec | ( | Abc_Obj_t * | pNode, |
int | fTopmost | ||
) |
Function*************************************************************
Synopsis [Collects the internal and boundary nodes in the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 408 of file abcRefs.c.
int Abc_NodeMffcLabelAig | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Labels MFFC with the current traversal ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file abcRefs.c.
int Abc_NodeMffcSize | ( | Abc_Obj_t * | pNode | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Returns the MFFC size.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file abcRefs.c.
int Abc_NodeMffcSizeStop | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Returns the MFFC size while stopping at the complemented edges.]
Description []
SideEffects []
SeeAlso []
Definition at line 74 of file abcRefs.c.
int Abc_NodeRef_rec | ( | Abc_Obj_t * | pNode | ) |
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcRefs.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Procedures using reference counting of the AIG nodes.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [References/references the node and returns MFFC size.]
Description []
SideEffects []
SeeAlso []
Definition at line 126 of file abcRefs.c.
|
static |
Function*************************************************************
Synopsis [References/references the node and returns MFFC size.]
Description [Stops at the complemented edges.]
SideEffects []
SeeAlso []
Definition at line 171 of file abcRefs.c.