abc-master
|
#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 ///. More... | |
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 ///. More... | |
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 | ) |
int Abc_MfsNodeRef_rec | ( | Abc_Obj_t * | pNode | ) |
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.