abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Ssw_RarMan_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_IMPL_START struct Ssw_RarMan_t_ | Ssw_RarMan_t |
DECLARATIONS ///. More... | |
Functions | |
static int | Ssw_RarGetBinPat (Ssw_RarMan_t *p, int iBin, int iPat) |
static void | Ssw_RarSetBinPat (Ssw_RarMan_t *p, int iBin, int iPat, int Value) |
static void | Ssw_RarAddToBinPat (Ssw_RarMan_t *p, int iBin, int iPat) |
static Ssw_RarMan_t * | Ssw_RarManStart (Aig_Man_t *pAig, int nWords, int nFrames, int nBinSize, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
static void | Ssw_RarManStop (Ssw_RarMan_t *p) |
static void | Ssw_RarUpdateCounters (Ssw_RarMan_t *p) |
static void | Ssw_RarTransferPatterns (Ssw_RarMan_t *p, Vec_Int_t *vInits) |
static Vec_Int_t * | Ssw_RarFindStartingState (Aig_Man_t *pAig, Abc_Cex_t *pCex) |
int | Ssw_RarSimulate2 (Aig_Man_t *pAig, int nFrames, int nWords, int nBinSize, int nRounds, int TimeOut, int fVerbose) |
int | Ssw_RarSignalFilter2 (Aig_Man_t *pAig, int nFrames, int nWords, int nBinSize, int nRounds, int TimeOut, Abc_Cex_t *pCex, int fLatchOnly, int fVerbose) |
int | Ssw_RarSignalFilterGia2 (Gia_Man_t *p, int nFrames, int nWords, int nBinSize, int nRounds, int TimeOut, Abc_Cex_t *pCex, int fLatchOnly, int fVerbose) |
typedef typedefABC_NAMESPACE_IMPL_START struct Ssw_RarMan_t_ Ssw_RarMan_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswRarity.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [Rarity-driven refinement of equivalence classes.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
]
Definition at line 31 of file sswRarity2.c.
|
inlinestatic |
Definition at line 65 of file sswRarity2.c.
Function*************************************************************
Synopsis [Performs fraiging for one node.]
Description [Returns the fraiged node.]
SideEffects []
SeeAlso []
Definition at line 257 of file sswRarity2.c.
|
inlinestatic |
Definition at line 53 of file sswRarity2.c.
|
static |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 87 of file sswRarity2.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file sswRarity2.c.
|
inlinestatic |
Definition at line 59 of file sswRarity2.c.
int Ssw_RarSignalFilter2 | ( | Aig_Man_t * | pAig, |
int | nFrames, | ||
int | nWords, | ||
int | nBinSize, | ||
int | nRounds, | ||
int | TimeOut, | ||
Abc_Cex_t * | pCex, | ||
int | fLatchOnly, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Filter equivalence classes of nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 386 of file sswRarity2.c.
int Ssw_RarSignalFilterGia2 | ( | Gia_Man_t * | p, |
int | nFrames, | ||
int | nWords, | ||
int | nBinSize, | ||
int | nRounds, | ||
int | TimeOut, | ||
Abc_Cex_t * | pCex, | ||
int | fLatchOnly, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Filter equivalence classes of nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 493 of file sswRarity2.c.
int Ssw_RarSimulate2 | ( | Aig_Man_t * | pAig, |
int | nFrames, | ||
int | nWords, | ||
int | nBinSize, | ||
int | nRounds, | ||
int | TimeOut, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Perform sequential simulation.]
Description []
SideEffects []
SeeAlso []
Definition at line 307 of file sswRarity2.c.
|
static |
Function*************************************************************
Synopsis [Select best patterns.]
Description []
SideEffects []
SeeAlso []
Definition at line 188 of file sswRarity2.c.
|
static |
Function*************************************************************
Synopsis [Updates rarity counters.]
Description []
SideEffects []
SeeAlso []
Definition at line 142 of file sswRarity2.c.