|
abc-master
|
#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 ///. More... | |
| int | Cec_ManVerifyOld (Gia_Man_t *pMiter, int fVerbose, int *piOutFail, abctime clkTotal) |
| 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 ///. More... | |
| int | Cec_ManVerifyTwo (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 516 of file cecCec.c.
Function*************************************************************
Synopsis [Implementation of new signal correspodence.]
Description []
SideEffects []
SeeAlso []
Definition at line 465 of file cecCec.c.
| int Cec_ManHandleSpecialCases | ( | Gia_Man_t * | p, |
| Cec_ParCec_t * | pPars | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 135 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 308 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 207 of file cecCec.c.
Function*************************************************************
Synopsis [Interface to the old CEC engine]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file cecCec.c.
Function*************************************************************
Synopsis [New CEC engine applied to two circuits.]
Description []
SideEffects []
SeeAlso []
Definition at line 405 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 434 of file cecCec.c.
Function*************************************************************
Synopsis [Implementation of new signal correspodence.]
Description []
SideEffects []
SeeAlso []
Definition at line 491 of file cecCec.c.