#include "cecInt.h"#include "proof/fra/fra.h"#include "aig/gia/giaAig.h"#include "misc/extra/extra.h"#include "sat/cnf/cnf.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Cec_ManTransformPattern (Gia_Man_t *p, int iOut, int *pValues) |
| DECLARATIONS ///. | |
| int | Cec_ManVerifyOld (Gia_Man_t *pMiter, int fVerbose, int *piOutFail, abctime clkTotal, int fSilent) |
| int | Cec_ManHandleSpecialCases (Gia_Man_t *p, Cec_ParCec_t *pPars) |
| int | Cec_ManVerifyNaive (Gia_Man_t *p, Cec_ParCec_t *pPars) |
| int | Cec_ManVerify (Gia_Man_t *pInit, Cec_ParCec_t *pPars) |
| MACRO DEFINITIONS ///. | |
| int | Cec_ManVerifySimple (Gia_Man_t *p) |
| int | Cec_ManVerifyTwo (Gia_Man_t *p0, Gia_Man_t *p1, int fVerbose) |
| int | Cec_ManVerifyTwoInv (Gia_Man_t *p0, Gia_Man_t *p1, int fVerbose) |
| int | Cec_ManVerifyTwoAigs (Aig_Man_t *pAig0, Aig_Man_t *pAig1, int fVerbose) |
| Aig_Man_t * | Cec_LatchCorrespondence (Aig_Man_t *pAig, int nConfs, int fUseCSat) |
| Aig_Man_t * | Cec_SignalCorrespondence (Aig_Man_t *pAig, int nConfs, int fUseCSat) |
| Aig_Man_t * | Cec_FraigCombinational (Aig_Man_t *pAig, int nConfs, int fVerbose) |
Function*************************************************************
Synopsis [Implementation of fraiging.]
Description []
SideEffects []
SeeAlso []
Definition at line 579 of file cecCec.c.

Function*************************************************************
Synopsis [Implementation of new signal correspodence.]
Description []
SideEffects []
SeeAlso []
Definition at line 528 of file cecCec.c.


| int Cec_ManHandleSpecialCases | ( | Gia_Man_t * | p, |
| Cec_ParCec_t * | pPars ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 142 of file cecCec.c.


| ABC_NAMESPACE_IMPL_START void Cec_ManTransformPattern | ( | Gia_Man_t * | p, |
| int | iOut, | ||
| int * | pValues ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cecCec.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Combinational equivalence checking.]
Synopsis [Integrated combinatinal equivalence checker.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Saves the input pattern with the given number.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file cecCec.c.


| int Cec_ManVerify | ( | Gia_Man_t * | pInit, |
| Cec_ParCec_t * | pPars ) |
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [New CEC engine.]
Description []
SideEffects []
SeeAlso []
Definition at line 326 of file cecCec.c.


| int Cec_ManVerifyNaive | ( | Gia_Man_t * | p, |
| Cec_ParCec_t * | pPars ) |
Function*************************************************************
Synopsis [Performs naive checking.]
Description []
SideEffects []
SeeAlso []
Definition at line 226 of file cecCec.c.


| int Cec_ManVerifyOld | ( | Gia_Man_t * | pMiter, |
| int | fVerbose, | ||
| int * | piOutFail, | ||
| abctime | clkTotal, | ||
| int | fSilent ) |
Function*************************************************************
Synopsis [Interface to the old CEC engine]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file cecCec.c.


| int Cec_ManVerifySimple | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Simple SAT run to check equivalence.]
Description []
SideEffects []
SeeAlso []
Definition at line 432 of file cecCec.c.


Function*************************************************************
Synopsis [New CEC engine applied to two circuits.]
Description []
SideEffects []
SeeAlso []
Definition at line 453 of file cecCec.c.


Function*************************************************************
Synopsis [New CEC engine applied to two circuits.]
Description [Returns 1 if equivalent, 0 if counter-example, -1 if undecided. Counter-example is returned in the first manager as pAig0->pSeqModel. The format is given in Abc_Cex_t (file "abc\src\aig\gia\gia.h").]
SideEffects []
SeeAlso []
Definition at line 497 of file cecCec.c.

Definition at line 468 of file cecCec.c.


Function*************************************************************
Synopsis [Implementation of new signal correspodence.]
Description []
SideEffects []
SeeAlso []
Definition at line 554 of file cecCec.c.

