

Go to the source code of this file.
Classes | |
| struct | Ssc_Man_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Ssc_Man_t_ | Ssc_Man_t |
| INCLUDES ///. | |
Functions | |
| void | Ssc_GiaClassesInit (Gia_Man_t *p) |
| FUNCTION DECLARATIONS ///. | |
| int | Ssc_GiaClassesRefine (Gia_Man_t *p) |
| void | Ssc_GiaClassesCheckPairs (Gia_Man_t *p, Vec_Int_t *vDisPairs) |
| int | Ssc_GiaSimClassRefineOneBit (Gia_Man_t *p, int i) |
| void | Ssc_CnfNodeAddToSolver (Ssc_Man_t *p, Gia_Obj_t *pObj) |
| void | Ssc_ManSatSolverRecycle (Ssc_Man_t *p) |
| void | Ssc_ManStartSolver (Ssc_Man_t *p) |
| Vec_Int_t * | Ssc_ManFindPivotSat (Ssc_Man_t *p) |
| int | Ssc_ManCheckEquivalence (Ssc_Man_t *p, int iRepr, int iObj, int fCompl) |
| void | Ssc_GiaResetPiPattern (Gia_Man_t *p, int nWords) |
| void | Ssc_GiaRandomPiPattern (Gia_Man_t *p, int nWords, Vec_Int_t *vPivot) |
| int | Ssc_GiaTransferPiPattern (Gia_Man_t *pAig, Gia_Man_t *pCare, Vec_Int_t *vPivot) |
| void | Ssc_GiaSavePiPattern (Gia_Man_t *p, Vec_Int_t *vPat) |
| void | Ssc_GiaSimRound (Gia_Man_t *p) |
| Vec_Int_t * | Ssc_GiaFindPivotSim (Gia_Man_t *p) |
| int | Ssc_GiaEstimateCare (Gia_Man_t *p, int nWords) |
| Gia_Man_t * | Ssc_GenerateOneHot (int nVars) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Ssc_Man_t_ Ssc_Man_t |
INCLUDES ///.
CFile****************************************************************
FileName [sscInt.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [Internal declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
] PARAMETERS /// BASIC TYPES ///
|
extern |
Function*************************************************************
Synopsis [Check if the pairs have been disproved.]
Description []
SideEffects []
SeeAlso []
Definition at line 309 of file sscClass.c.

|
extern |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Refines equivalence classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 265 of file sscClass.c.

|
extern |
Definition at line 279 of file sscClass.c.


|
extern |
Definition at line 351 of file sscSim.c.


Definition at line 163 of file sscSim.c.


|
extern |
Definition at line 149 of file sscSim.c.


|
extern |
Function*************************************************************
Synopsis [Refines one equivalence class using individual bit-pattern.]
Description []
SideEffects []
SeeAlso []
Definition at line 162 of file sscClass.c.


|
extern |
Definition at line 247 of file sscSim.c.


Function*************************************************************
Synopsis [Transfer the simulation pattern from pCare to pAig.]
Description []
SideEffects []
SeeAlso []
Definition at line 201 of file sscSim.c.


|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 348 of file sscSat.c.


|
extern |
|
extern |
Function*************************************************************
Synopsis [Starts the SAT solver for constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 261 of file sscSat.c.

