|
abc-master
|
#include "base/abc/abc.h"#include "base/io/ioAbc.h"#include "aig/saig/saig.h"#include "proof/ssw/ssw.h"#include "aig/gia/gia.h"#include "proof/cec/cec.h"#include "aig/gia/giaAig.h"Go to the source code of this file.
Data Structures | |
| struct | Tst_Dat_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Tst_Dat_t_ | Tst_Dat_t |
| DECLARATIONS ///. More... | |
Functions | |
| Vec_Int_t * | Abc_NtkMapGiaIntoNameId (Abc_Ntk_t *pNetlist, Aig_Man_t *pAig, Gia_Man_t *pGia) |
| FUNCTION DEFINITIONS ///. More... | |
| char * | Abc_NtkTestScorrGetName (Abc_Ntk_t *pNetlist, Vec_Int_t *vId2Name, int Id) |
| int | Abc_NtkTestScorrWriteEquivPair (Abc_Ntk_t *pNetlist, Vec_Int_t *vId2Name, int Id1, int Id2, FILE *pFile, int fPol) |
| int | Abc_NtkTestScorrWriteEquivConst (Abc_Ntk_t *pNetlist, Vec_Int_t *vId2Name, int Id1, FILE *pFile, int fPol) |
| char * | Abc_NtkBmcFileName (char *pName) |
| int | Abc_NtkTestScorrWriteEquivGia (Tst_Dat_t *pData) |
| int | Abc_NtkTestScorrWriteEquivAig (Tst_Dat_t *pData) |
| Abc_Ntk_t * | Abc_NtkTestScorr (char *pFileNameIn, char *pFileNameOut, int nStepsMax, int nBTLimit, int fNewAlgo, int fFlopOnly, int fFfNdOnly, int fVerbose) |
| typedef typedefABC_NAMESPACE_IMPL_START struct Tst_Dat_t_ Tst_Dat_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcScorr.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Signal correspondence testing procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 36 of file abcScorr.c.
| char* Abc_NtkBmcFileName | ( | char * | pName | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 194 of file abcScorr.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 64 of file abcScorr.c.
| Abc_Ntk_t* Abc_NtkTestScorr | ( | char * | pFileNameIn, |
| char * | pFileNameOut, | ||
| int | nStepsMax, | ||
| int | nBTLimit, | ||
| int | fNewAlgo, | ||
| int | fFlopOnly, | ||
| int | fFfNdOnly, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 318 of file abcScorr.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 130 of file abcScorr.c.
| int Abc_NtkTestScorrWriteEquivAig | ( | Tst_Dat_t * | pData | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 267 of file abcScorr.c.
| int Abc_NtkTestScorrWriteEquivConst | ( | Abc_Ntk_t * | pNetlist, |
| Vec_Int_t * | vId2Name, | ||
| int | Id1, | ||
| FILE * | pFile, | ||
| int | fPol | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 174 of file abcScorr.c.
| int Abc_NtkTestScorrWriteEquivGia | ( | Tst_Dat_t * | pData | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 214 of file abcScorr.c.
| int Abc_NtkTestScorrWriteEquivPair | ( | Abc_Ntk_t * | pNetlist, |
| Vec_Int_t * | vId2Name, | ||
| int | Id1, | ||
| int | Id2, | ||
| FILE * | pFile, | ||
| int | fPol | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 153 of file abcScorr.c.