

Go to the source code of this file.
Classes | |
| struct | Cov_Obj_t_ |
| struct | Cov_Man_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Cov_Man_t_ | Cov_Man_t |
| DECLARATIONS ///. | |
| typedef struct Cov_Obj_t_ | Cov_Obj_t |
Functions | |
| Abc_Ntk_t * | Abc_NtkCovDerive (Cov_Man_t *p, Abc_Ntk_t *pNtk) |
| FUNCTION DEFINITIONS ///. | |
| Abc_Ntk_t * | Abc_NtkCovDeriveClean (Cov_Man_t *p, Abc_Ntk_t *pNtk) |
| Abc_Ntk_t * | Abc_NtkCovDeriveRegular (Cov_Man_t *p, Abc_Ntk_t *pNtk) |
| Abc_Ntk_t * | Abc_NtkSopEsopCover (Abc_Ntk_t *pNtk, int nFaninMax, int nCubesMax, int fUseEsop, int fUseSop, int fUseInvs, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| Cov_Man_t * | Cov_ManAlloc (Abc_Ntk_t *pNtk, int nFaninMax, int nCubesMax) |
| DECLARATIONS ///. | |
| void | Cov_ManFree (Cov_Man_t *p) |
| void | Abc_NodeCovDropData (Cov_Man_t *p, Abc_Obj_t *pObj) |
| Abc_Ntk_t * | Abc_NtkCovTestSop (Abc_Ntk_t *pNtk) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Cov_Man_t_ Cov_Man_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [cov.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Mapping into network of SOPs/ESOPs.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
| typedef struct Cov_Obj_t_ Cov_Obj_t |
Function*************************************************************
Synopsis [Drop the covers at the node.]
Description []
SideEffects []
SeeAlso []
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Derives the decomposed network.]
Description []
SideEffects []
SeeAlso []
Definition at line 183 of file covBuild.c.

Function*************************************************************
Synopsis [Derives the decomposed network.]
Description [The resulting network contains only pure AND/OR/EXOR gates and inverters. This procedure is usedful to generate Verilog.]
SideEffects []
SeeAlso []
Definition at line 357 of file covBuild.c.

Function*************************************************************
Synopsis [Derives the decomposed network.]
Description []
SideEffects []
SeeAlso []
Definition at line 503 of file covBuild.c.


|
extern |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 60 of file covCore.c.

DECLARATIONS ///.
CFile****************************************************************
FileName [covMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Mapping into network of SOPs/ESOPs.]
Synopsis [Decomposition manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file covMan.c.


|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 92 of file covMan.c.

