#include "mfsInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Abc_MfsWinMarkTfi_rec (Abc_Obj_t *pObj, Vec_Ptr_t *vCone) |
| DECLARATIONS ///. | |
| Vec_Ptr_t * | Abc_MfsWinMarkTfi (Abc_Obj_t *pNode) |
| void | Abc_MfsWinSweepLeafTfo_rec (Abc_Obj_t *pObj, int nLevelLimit) |
| int | Abc_MfsNodeDeref_rec (Abc_Obj_t *pNode) |
| int | Abc_MfsNodeRef_rec (Abc_Obj_t *pNode) |
| int | Abc_MfsWinVisitMffc (Abc_Obj_t *pNode) |
| Vec_Ptr_t * | Abc_MfsComputeDivisors (Mfs_Man_t *p, Abc_Obj_t *pNode, int nLevDivMax) |
| BASIC TYPES ///. | |
BASIC TYPES ///.
Function*************************************************************
Synopsis [Computes divisors and add them to nodes in the window.]
Description []
SideEffects []
SeeAlso []
Definition at line 193 of file mfsDiv.c.


| int Abc_MfsNodeDeref_rec | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Dereferences the node's MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file mfsDiv.c.


| int Abc_MfsNodeRef_rec | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [References the node's MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 145 of file mfsDiv.c.


Function*************************************************************
Synopsis [Marks and collects the TFI cone of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 75 of file mfsDiv.c.


| ABC_NAMESPACE_IMPL_START void Abc_MfsWinMarkTfi_rec | ( | Abc_Obj_t * | pObj, |
| Vec_Ptr_t * | vCone ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mfsDiv.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [The good old minimization with complete don't-cares.]
Synopsis [Procedures to compute candidate divisors.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Marks and collects the TFI cone of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file mfsDiv.c.


| void Abc_MfsWinSweepLeafTfo_rec | ( | Abc_Obj_t * | pObj, |
| int | nLevelLimit ) |
Function*************************************************************
Synopsis [Marks the TFO of the collected nodes up to the given level.]
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file mfsDiv.c.


| int Abc_MfsWinVisitMffc | ( | Abc_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Labels MFFC of the node with the current trav ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 170 of file mfsDiv.c.
