abc-master
|
#include "sfmInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Sfm_ParSetDefault (Sfm_Par_t *pPars) |
DECLARATIONS ///. More... | |
void | Sfm_NtkPrintStats (Sfm_Ntk_t *p) |
int | Sfm_NodeResubSolve (Sfm_Ntk_t *p, int iNode, int f, int fRemoveOnly) |
int | Sfm_NodeResub (Sfm_Ntk_t *p, int iNode) |
int | Sfm_NtkPerform (Sfm_Ntk_t *p, Sfm_Par_t *pPars) |
int Sfm_NodeResub | ( | Sfm_Ntk_t * | p, |
int | iNode | ||
) |
Definition at line 208 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 108 of file sfmCore.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 257 of file sfmCore.c.
void Sfm_NtkPrintStats | ( | Sfm_Ntk_t * | p | ) |
Function*************************************************************
Synopsis [Prints statistics.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 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 45 of file sfmCore.c.