
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Sfm_ParSetDefault (Sfm_Par_t *pPars) |
| DECLARATIONS ///. | |
| void | Sfm_NtkPrintStats (Sfm_Ntk_t *p) |
| int | Sfm_NodeResubSolve (Sfm_Ntk_t *p, int iNode, int f, int fRemoveOnly) |
| int | Sfm_NodeResubOne (Sfm_Ntk_t *p, int iNode) |
| int | Sfm_NodeResub (Sfm_Ntk_t *p, int iNode) |
| void | Sfm_NtkPrint (Sfm_Ntk_t *p) |
| int | Sfm_NtkPerform (Sfm_Ntk_t *p, Sfm_Par_t *pPars) |
| int Sfm_NodeResub | ( | Sfm_Ntk_t * | p, |
| int | iNode ) |
Definition at line 288 of file sfmCore.c.


| int Sfm_NodeResubOne | ( | Sfm_Ntk_t * | p, |
| int | iNode ) |
Function*************************************************************
Synopsis [Performs resubstitution for the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 238 of file sfmCore.c.


| int Sfm_NodeResubSolve | ( | Sfm_Ntk_t * | p, |
| int | iNode, | ||
| int | f, | ||
| int | fRemoveOnly ) |
Function*************************************************************
Synopsis [Performs resubstitution for the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file sfmCore.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 367 of file sfmCore.c.


| void Sfm_NtkPrint | ( | Sfm_Ntk_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 340 of file sfmCore.c.

| void Sfm_NtkPrintStats | ( | Sfm_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Prints statistics.]
Description []
SideEffects []
SeeAlso []
Definition at line 74 of file sfmCore.c.

| ABC_NAMESPACE_IMPL_START void Sfm_ParSetDefault | ( | Sfm_Par_t * | pPars | ) |
DECLARATIONS ///.
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [sfmCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based optimization using internal don't-cares.]
Synopsis [Core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Setup parameter structure.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file sfmCore.c.

