abc-master
|
#include "cov.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Abc_NtkCovCovers (Cov_Man_t *p, Abc_Ntk_t *pNtk, int fVerbose) |
DECLARATIONS ///. More... | |
static int | Abc_NtkCovCoversOne (Cov_Man_t *p, Abc_Ntk_t *pNtk, int fVerbose) |
static void | Abc_NtkCovCovers_rec (Cov_Man_t *p, Abc_Obj_t *pObj, Vec_Ptr_t *vBoundary) |
static int | Abc_NodeCovPropagate (Cov_Man_t *p, Abc_Obj_t *pObj) |
static Min_Cube_t * | Abc_NodeCovProduct (Cov_Man_t *p, Min_Cube_t *pCover0, Min_Cube_t *pCover1, int fEsop, int nSupp) |
static Min_Cube_t * | Abc_NodeCovSum (Cov_Man_t *p, Min_Cube_t *pCover0, Min_Cube_t *pCover1, int fEsop, int nSupp) |
Abc_Ntk_t * | Abc_NtkSopEsopCover (Abc_Ntk_t *pNtk, int nFaninMax, int fUseEsop, int fUseSop, int fUseInvs, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
Vec_Int_t * | Abc_NodeCovSupport (Cov_Man_t *p, Vec_Int_t *vSupp0, Vec_Int_t *vSupp1) |
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 469 of file covCore.c.
Function*************************************************************
Synopsis [Propagates all types of covers.]
Description []
SideEffects []
SeeAlso []
Definition at line 359 of file covCore.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 573 of file covCore.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 282 of file covCore.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [covCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Mapping into network of SOPs/ESOPs.]
Synopsis [Core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Compute the supports.]
Description []
SideEffects []
SeeAlso []
Definition at line 108 of file covCore.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 240 of file covCore.c.
Function*************************************************************
Synopsis [Compute the supports.]
Description []
SideEffects []
SeeAlso []
Definition at line 153 of file covCore.c.
Abc_Ntk_t* Abc_NtkSopEsopCover | ( | Abc_Ntk_t * | pNtk, |
int | nFaninMax, | ||
int | fUseEsop, | ||
int | fUseSop, | ||
int | fUseInvs, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 60 of file covCore.c.