abc-master
|
#include "sswInt.h"
Go to the source code of this file.
Data Structures | |
struct | Ssw_Sem_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_IMPL_START struct Ssw_Sem_t_ | Ssw_Sem_t |
DECLARATIONS ///. More... | |
Functions | |
Ssw_Sem_t * | Ssw_SemManStart (Ssw_Man_t *pMan, int nConfMax, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
void | Ssw_SemManStop (Ssw_Sem_t *p) |
int | Ssw_SemCheckTargets (Ssw_Sem_t *p) |
void | Ssw_ManFilterBmcSavePattern (Ssw_Sem_t *p) |
int | Ssw_ManFilterBmc (Ssw_Sem_t *pBmc, int iPat, int fCheckTargets) |
int | Ssw_FilterUsingSemi (Ssw_Man_t *pMan, int fCheckTargets, int nConfMax, int fVerbose) |
typedef typedefABC_NAMESPACE_IMPL_START struct Ssw_Sem_t_ Ssw_Sem_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswSemi.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [Semiformal for equivalence classes.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
]
int Ssw_FilterUsingSemi | ( | Ssw_Man_t * | pMan, |
int | fCheckTargets, | ||
int | nConfMax, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Returns 1 if one of the targets has failed.]
Description []
SideEffects []
SeeAlso []
Definition at line 261 of file sswSemi.c.
int Ssw_ManFilterBmc | ( | Ssw_Sem_t * | pBmc, |
int | iPat, | ||
int | fCheckTargets | ||
) |
Function*************************************************************
Synopsis [Performs fraiging for the internal nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 177 of file sswSemi.c.
void Ssw_ManFilterBmcSavePattern | ( | Ssw_Sem_t * | p | ) |
int Ssw_SemCheckTargets | ( | Ssw_Sem_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 129 of file sswSemi.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 64 of file sswSemi.c.