abc-master
|
#include "mfsInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Abc_NtkMfsSolveSatResub (Mfs_Man_t *p, Abc_Obj_t *pNode, int iFanin, int fOnlyRemove, int fSkipUpdate) |
DECLARATIONS ///. More... | |
void | Abc_NtkMfsParsDefault (Mfs_Par_t *pPars) |
FUNCTION DEFINITIONS ///. More... | |
int | Abc_WinNode (Mfs_Man_t *p, Abc_Obj_t *pNode) |
void | Abc_NtkMfsPowerResub (Mfs_Man_t *p, Mfs_Par_t *pPars) |
int | Abc_NtkMfsResub (Mfs_Man_t *p, Abc_Obj_t *pNode) |
int | Abc_NtkMfsNode (Mfs_Man_t *p, Abc_Obj_t *pNode) |
int | Abc_NtkMfs (Abc_Ntk_t *pNtk, Mfs_Par_t *pPars) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 377 of file mfsCore.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 306 of file mfsCore.c.
void Abc_NtkMfsParsDefault | ( | Mfs_Par_t * | pPars | ) |
Definition at line 154 of file mfsCore.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 236 of file mfsCore.c.
ABC_NAMESPACE_IMPL_START int Abc_NtkMfsSolveSatResub | ( | Mfs_Man_t * | p, |
Abc_Obj_t * | pNode, | ||
int | iFanin, | ||
int | fOnlyRemove, | ||
int | fSkipUpdate | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mfsCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [The good old minimization with complete don't-cares.]
Synopsis [Core procedures of this package.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Performs resubstitution for the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 165 of file mfsResub.c.
Definition at line 87 of file mfsCore.c.