abc-master
|
#include "misc/vec/vecWec.h"
Go to the source code of this file.
Data Structures | |
struct | Sfm_Par_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct Sfm_Ntk_t_ | Sfm_Ntk_t |
INCLUDES ///. More... | |
typedef struct Sfm_Par_t_ | Sfm_Par_t |
Functions | |
void | Sfm_ParSetDefault (Sfm_Par_t *pPars) |
MACRO DEFINITIONS ///. More... | |
int | Sfm_NtkPerform (Sfm_Ntk_t *p, Sfm_Par_t *pPars) |
Sfm_Ntk_t * | Sfm_NtkConstruct (Vec_Wec_t *vFanins, int nPis, int nPos, Vec_Str_t *vFixed, Vec_Str_t *vEmpty, Vec_Wrd_t *vTruths) |
void | Sfm_NtkFree (Sfm_Ntk_t *p) |
Vec_Int_t * | Sfm_NodeReadFanins (Sfm_Ntk_t *p, int i) |
word * | Sfm_NodeReadTruth (Sfm_Ntk_t *p, int i) |
int | Sfm_NodeReadFixed (Sfm_Ntk_t *p, int i) |
int | Sfm_NodeReadUsed (Sfm_Ntk_t *p, int i) |
Vec_Int_t * | Sfm_NtkDfs (Sfm_Ntk_t *p, Vec_Wec_t *vGroups, Vec_Int_t *vGroupMap, Vec_Int_t *vBoxesLeft) |
typedef typedefABC_NAMESPACE_HEADER_START struct Sfm_Ntk_t_ Sfm_Ntk_t |
INCLUDES ///.
CFile****************************************************************
FileName [sfm.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based optimization using internal don't-cares.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]PARAMETERS ///BASIC TYPES ///
typedef struct Sfm_Par_t_ Sfm_Par_t |
Sfm_Ntk_t* Sfm_NtkConstruct | ( | Vec_Wec_t * | vFanins, |
int | nPis, | ||
int | nPos, | ||
Vec_Str_t * | vFixed, | ||
Vec_Str_t * | vEmpty, | ||
Vec_Wrd_t * | vTruths | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 167 of file sfmNtk.c.
Vec_Int_t* Sfm_NtkDfs | ( | Sfm_Ntk_t * | p, |
Vec_Wec_t * | vGroups, | ||
Vec_Int_t * | vGroupMap, | ||
Vec_Int_t * | vBoxesLeft | ||
) |
Definition at line 166 of file sfmWin.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 257 of file sfmCore.c.
void Sfm_ParSetDefault | ( | Sfm_Par_t * | pPars | ) |
MACRO DEFINITIONS ///.
FUNCTION 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.