abc-master
|
#include "cecInt.h"
Go to the source code of this file.
unsigned* Cec_ManComputeInitState | ( | Gia_Man_t * | pAig, |
int | nFrames | ||
) |
Function*************************************************************
Synopsis [Performs bitpacking of counter-examples.]
Description []
SideEffects []
SeeAlso []
Definition at line 458 of file cecCorr.c.
int Cec_ManLoadCounterExamplesTry | ( | Vec_Ptr_t * | vInfo, |
Vec_Ptr_t * | vPres, | ||
int | iBit, | ||
int * | pLits, | ||
int | nLits | ||
) |
Gia_Man_t* Cec_ManLSCorrespondence | ( | Gia_Man_t * | pAig, |
Cec_ParCor_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Top-level procedure for register correspondence.]
Description []
SideEffects []
SeeAlso []
Definition at line 1147 of file cecCorr.c.
void Cec_ManLSCorrespondenceBmc | ( | Gia_Man_t * | pAig, |
Cec_ParCor_t * | pPars, | ||
int | nPrefs | ||
) |
Function*************************************************************
Synopsis [Runs BMC for the equivalence classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 771 of file cecCorr.c.
int Cec_ManLSCorrespondenceClasses | ( | Gia_Man_t * | pAig, |
Cec_ParCor_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Internal procedure for register correspondence.]
Description []
SideEffects []
SeeAlso []
Definition at line 909 of file cecCorr.c.
void Cec_ManPrintFlopEquivs | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints flop equivalences.]
Description []
SideEffects []
SeeAlso []
Definition at line 1113 of file cecCorr.c.
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Prints statistics during solving.]
Description []
SideEffects []
SeeAlso []
Definition at line 725 of file cecCorr.c.
int Cec_ManResimulateCounterExamples | ( | Cec_ManSim_t * | pSim, |
Vec_Int_t * | vCexStore, | ||
int | nFrames | ||
) |
Function*************************************************************
Synopsis [Resimulates counter-examples derived by the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 545 of file cecCorr.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.
void Cec_ManStartSimInfo | ( | Vec_Ptr_t * | vInfo, |
int | nFlops | ||
) |
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.
Function*************************************************************
Synopsis [Collects information about remapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 362 of file cecCorr.c.
Function*************************************************************
Synopsis [Remaps simulation info from SRM to the original AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 395 of file cecCorr.c.
Function*************************************************************
Synopsis [Reduces AIG using equivalence classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 690 of file cecCorr.c.
Function*************************************************************
Synopsis [Duplicates the AIG in the DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 662 of file cecCorr.c.
|
inlinestatic |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes the real value of the literal w/o spec reduction.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file cecCorr.c.
Gia_Man_t* Gia_ManCorrSpecReduce | ( | Gia_Man_t * | p, |
int | nFrames, | ||
int | fScorr, | ||
Vec_Int_t ** | pvOutputs, | ||
int | fRings | ||
) |
Function*************************************************************
Synopsis [Derives SRM for signal correspondence.]
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file cecCorr.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [cecCorr.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Combinational equivalence checking.]
Synopsis [Latch/signal correspondence computation.]
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 77 of file cecCorr.c.
Gia_Man_t* Gia_ManCorrSpecReduceInit | ( | Gia_Man_t * | p, |
int | nFrames, | ||
int | nPrefix, | ||
int | fScorr, | ||
Vec_Int_t ** | pvOutputs, | ||
int | fRings | ||
) |
Function*************************************************************
Synopsis [Derives SRM for signal correspondence.]
Description []
SideEffects []
SeeAlso []
Definition at line 223 of file cecCorr.c.