abc-master
|
#include "mfsInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Abc_MfsComputeRootsCheck (Abc_Obj_t *pNode, int nLevelMax, int nFanoutLimit) |
DECLARATIONS ///. More... | |
void | Abc_MfsComputeRoots_rec (Abc_Obj_t *pNode, int nLevelMax, int nFanoutLimit, Vec_Ptr_t *vRoots) |
Vec_Ptr_t * | Abc_MfsComputeRoots (Abc_Obj_t *pNode, int nWinTfoMax, int nFanoutLimit) |
Function*************************************************************
Synopsis [Recursively collects the root candidates.]
Description [Returns 1 if the only root is this node.]
SideEffects []
SeeAlso []
Definition at line 99 of file mfsWin.c.
void Abc_MfsComputeRoots_rec | ( | Abc_Obj_t * | pNode, |
int | nLevelMax, | ||
int | nFanoutLimit, | ||
Vec_Ptr_t * | vRoots | ||
) |
Function*************************************************************
Synopsis [Recursively collects the root candidates.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file mfsWin.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [mfsWin.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [The good old minimization with complete don't-cares.]
Synopsis [Procedures to compute windows stretching to the PIs.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns 1 if the node should be a root.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file mfsWin.c.