abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Cec_ManCombSpecReduce_rec (Gia_Man_t *pNew, Gia_Man_t *p, Gia_Obj_t *pObj) |
DECLARATIONS ///. More... | |
int | Cec_ManResimulateCounterExamplesComb (Cec_ManSim_t *pSim, Vec_Int_t *vCexStore) |
int | Gia_ManCheckRefinements (Gia_Man_t *p, Vec_Str_t *vStatus, Vec_Int_t *vOutputs, Cec_ManSim_t *pSim, int fRings) |
static int | Cec_ManCombSpecReal (Gia_Man_t *pNew, Gia_Man_t *p, Gia_Obj_t *pObj) |
FUNCTION DEFINITIONS ///. More... | |
Gia_Man_t * | Cec_ManCombSpecReduce (Gia_Man_t *p, Vec_Int_t **pvOutputs, int fRings) |
int | Cec_ManChoiceComputation_int (Gia_Man_t *pAig, Cec_ParChc_t *pPars) |
Gia_Man_t * | Cec_ManChoiceComputationVec (Gia_Man_t *pGia, int nGias, Cec_ParChc_t *pPars) |
Gia_Man_t * | Cec_ManChoiceComputation (Gia_Man_t *pAig, Cec_ParChc_t *pParsChc) |
Aig_Man_t * | Cec_ComputeChoices (Gia_Man_t *pGia, Dch_Pars_t *pPars) |
Aig_Man_t* Cec_ComputeChoices | ( | Gia_Man_t * | pGia, |
Dch_Pars_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Performs computation of AIGs with choices.]
Description [Takes several AIGs and performs choicing.]
SideEffects []
SeeAlso []
Definition at line 385 of file cecChoice.c.
Gia_Man_t* Cec_ManChoiceComputation | ( | Gia_Man_t * | pAig, |
Cec_ParChc_t * | pParsChc | ||
) |
Function*************************************************************
Synopsis [Computes choices for one AIGs.]
Description []
SideEffects []
SeeAlso []
Definition at line 348 of file cecChoice.c.
int Cec_ManChoiceComputation_int | ( | Gia_Man_t * | pAig, |
Cec_ParChc_t * | pPars | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 201 of file cecChoice.c.
Gia_Man_t* Cec_ManChoiceComputationVec | ( | Gia_Man_t * | pGia, |
int | nGias, | ||
Cec_ParChc_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Computes choices for the vector of AIGs.]
Description []
SideEffects []
SeeAlso []
Definition at line 313 of file cecChoice.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes the real value of the literal w/o spec reduction.]
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file cecChoice.c.
Function*************************************************************
Synopsis [Derives SRM for signal correspondence.]
Description []
SideEffects []
SeeAlso []
Definition at line 96 of file cecChoice.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [cecChoice.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Combinational equivalence checking.]
Synopsis [Computation of structural choices.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Recursively performs speculative reduction for the object.]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file cecChoice.c.
int Cec_ManResimulateCounterExamplesComb | ( | Cec_ManSim_t * | pSim, |
Vec_Int_t * | vCexStore | ||
) |
Function*************************************************************
Synopsis [Resimulates counter-examples derived by the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 583 of file cecCorr.c.
int Gia_ManCheckRefinements | ( | Gia_Man_t * | p, |
Vec_Str_t * | vStatus, | ||
Vec_Int_t * | vOutputs, | ||
Cec_ManSim_t * | pSim, | ||
int | fRings | ||
) |
Function*************************************************************
Synopsis [Updates equivalence classes by marking those that timed out.]
Description [Returns 1 if all ndoes are proved.]
SideEffects []
SeeAlso []
Definition at line 612 of file cecCorr.c.