abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Ssc_ManSetDefaultParams (Ssc_Pars_t *p) |
DECLARATIONS ///. More... | |
void | Ssc_ManStop (Ssc_Man_t *p) |
Ssc_Man_t * | Ssc_ManStart (Gia_Man_t *pAig, Gia_Man_t *pCare, Ssc_Pars_t *pPars) |
void | Ssc_ManPrintStats (Ssc_Man_t *p) |
int | Ssc_GiaSimulatePatternFraig_rec (Ssc_Man_t *p, int iFraigObj) |
int | Ssc_GiaSimulatePattern_rec (Ssc_Man_t *p, Gia_Obj_t *pObj) |
int | Ssc_GiaResimulateOneClass (Ssc_Man_t *p, int iRepr, int iObj) |
int | Ssc_PerformVerification (Gia_Man_t *p0, Gia_Man_t *p1, Gia_Man_t *pC) |
Gia_Man_t * | Ssc_PerformSweepingInt (Gia_Man_t *pAig, Gia_Man_t *pCare, Ssc_Pars_t *pPars) |
Gia_Man_t * | Ssc_PerformSweeping (Gia_Man_t *pAig, Gia_Man_t *pCare, Ssc_Pars_t *pPars) |
Gia_Man_t * | Ssc_PerformSweepingConstr (Gia_Man_t *p, Ssc_Pars_t *pPars) |
int Ssc_GiaResimulateOneClass | ( | Ssc_Man_t * | p, |
int | iRepr, | ||
int | iObj | ||
) |
Definition at line 196 of file sscCore.c.
Definition at line 177 of file sscCore.c.
int Ssc_GiaSimulatePatternFraig_rec | ( | Ssc_Man_t * | p, |
int | iFraigObj | ||
) |
Function*************************************************************
Synopsis [Refine one class by resimulating one pattern.]
Description []
SideEffects []
SeeAlso []
Definition at line 164 of file sscCore.c.
void Ssc_ManPrintStats | ( | Ssc_Man_t * | p | ) |
Definition at line 132 of file sscCore.c.
ABC_NAMESPACE_IMPL_START void Ssc_ManSetDefaultParams | ( | Ssc_Pars_t * | p | ) |
DECLARATIONS ///.
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [sscCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT sweeping under constraints.]
Synopsis [The core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [This procedure sets default parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file sscCore.c.
Ssc_Man_t* Ssc_ManStart | ( | Gia_Man_t * | pAig, |
Gia_Man_t * | pCare, | ||
Ssc_Pars_t * | pPars | ||
) |
Definition at line 80 of file sscCore.c.
void Ssc_ManStop | ( | Ssc_Man_t * | p | ) |
Gia_Man_t* Ssc_PerformSweeping | ( | Gia_Man_t * | pAig, |
Gia_Man_t * | pCare, | ||
Ssc_Pars_t * | pPars | ||
) |
Definition at line 413 of file sscCore.c.
Gia_Man_t* Ssc_PerformSweepingConstr | ( | Gia_Man_t * | p, |
Ssc_Pars_t * | pPars | ||
) |
Definition at line 420 of file sscCore.c.
Gia_Man_t* Ssc_PerformSweepingInt | ( | Gia_Man_t * | pAig, |
Gia_Man_t * | pCare, | ||
Ssc_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 264 of file sscCore.c.
Function*************************************************************
Synopsis [Perform verification of conditional sweeping.]
Description []
SideEffects []
SeeAlso []
Definition at line 223 of file sscCore.c.