|
abc-master
|
#include "cov.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Abc_Obj_t * | Abc_NtkCovDeriveCube (Abc_Ntk_t *pNtkNew, Abc_Obj_t *pObj, Min_Cube_t *pCube, Vec_Int_t *vSupp, int fCompl) |
| DECLARATIONS ///. More... | |
| Abc_Obj_t * | Abc_NtkCovDeriveNode_rec (Cov_Man_t *p, Abc_Ntk_t *pNtkNew, Abc_Obj_t *pObj, int Level) |
| Abc_Ntk_t * | Abc_NtkCovDerive (Cov_Man_t *p, Abc_Ntk_t *pNtk) |
| FUNCTION DEFINITIONS ///. More... | |
| Abc_Obj_t * | Abc_NtkCovDeriveInv (Abc_Ntk_t *pNtkNew, Abc_Obj_t *pObj, int fCompl) |
| Abc_Obj_t * | Abc_NtkCovDeriveCubeInv (Abc_Ntk_t *pNtkNew, Abc_Obj_t *pObj, Min_Cube_t *pCube, Vec_Int_t *vSupp) |
| Abc_Obj_t * | Abc_NtkCovDeriveNodeInv_rec (Cov_Man_t *p, Abc_Ntk_t *pNtkNew, Abc_Obj_t *pObj, int fCompl) |
| Abc_Ntk_t * | Abc_NtkCovDeriveClean (Cov_Man_t *p, Abc_Ntk_t *pNtk) |
| Abc_Obj_t * | Abc_NtkCovDerive_rec (Cov_Man_t *p, Abc_Ntk_t *pNtkNew, Abc_Obj_t *pObj) |
| Abc_Ntk_t * | Abc_NtkCovDeriveRegular (Cov_Man_t *p, Abc_Ntk_t *pNtk) |
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 []
SideEffects []
SeeAlso []
Definition at line 396 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.
| ABC_NAMESPACE_IMPL_START Abc_Obj_t* Abc_NtkCovDeriveCube | ( | Abc_Ntk_t * | pNtkNew, |
| Abc_Obj_t * | pObj, | ||
| Min_Cube_t * | pCube, | ||
| Vec_Int_t * | vSupp, | ||
| int | fCompl | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [covBuild.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Mapping into network of SOPs/ESOPs.]
Synopsis [Network construction procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Derives the decomposed network.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file covBuild.c.
| Abc_Obj_t* Abc_NtkCovDeriveCubeInv | ( | Abc_Ntk_t * | pNtkNew, |
| Abc_Obj_t * | pObj, | ||
| Min_Cube_t * | pCube, | ||
| Vec_Int_t * | vSupp | ||
| ) |
Function*************************************************************
Synopsis [Derives the decomposed network.]
Description []
SideEffects []
SeeAlso []
Definition at line 245 of file covBuild.c.
Function*************************************************************
Synopsis [Derives the decomposed network.]
Description []
SideEffects []
SeeAlso []
Definition at line 224 of file covBuild.c.
| Abc_Obj_t* Abc_NtkCovDeriveNode_rec | ( | Cov_Man_t * | p, |
| Abc_Ntk_t * | pNtkNew, | ||
| Abc_Obj_t * | pObj, | ||
| int | Level | ||
| ) |
Function*************************************************************
Synopsis [Derives the decomposed network.]
Description []
SideEffects []
SeeAlso []
Definition at line 103 of file covBuild.c.
| Abc_Obj_t* Abc_NtkCovDeriveNodeInv_rec | ( | Cov_Man_t * | p, |
| Abc_Ntk_t * | pNtkNew, | ||
| Abc_Obj_t * | pObj, | ||
| int | fCompl | ||
| ) |
Function*************************************************************
Synopsis [Derives the decomposed network.]
Description []
SideEffects []
SeeAlso []
Definition at line 300 of file covBuild.c.
Function*************************************************************
Synopsis [Derives the decomposed network.]
Description []
SideEffects []
SeeAlso []
Definition at line 503 of file covBuild.c.