#include "acecInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Gia_AcecMark_rec (Gia_Man_t *p, int iObj, int fFirst) |
| DECLARATIONS ///. | |
| void | Gia_AcecMarkFadd (Gia_Man_t *p, int *pSigs) |
| void | Gia_AcecMarkHadd (Gia_Man_t *p, int *pSigs) |
| void | Gia_AcecCollectXors_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Bit_t *vMap, Vec_Int_t *vXors) |
| Vec_Int_t * | Gia_AcecCollectXors (Gia_Man_t *p, Vec_Bit_t *vMap) |
| void | Gia_AcecExplore (Gia_Man_t *p, int fVerbose) |
| void | Gia_AcecCover (Gia_Man_t *p) |
Definition at line 97 of file acecCover.c.


| void Gia_AcecCollectXors_rec | ( | Gia_Man_t * | p, |
| Gia_Obj_t * | pObj, | ||
| Vec_Bit_t * | vMap, | ||
| Vec_Int_t * | vXors ) |
Function*************************************************************
Synopsis [Collect XORs reachable from the last output.]
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file acecCover.c.


| void Gia_AcecCover | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 226 of file acecCover.c.

| void Gia_AcecExplore | ( | Gia_Man_t * | p, |
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 116 of file acecCover.c.

| ABC_NAMESPACE_IMPL_START void Gia_AcecMark_rec | ( | Gia_Man_t * | p, |
| int | iObj, | ||
| int | fFirst ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [acecCover.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [CEC for arithmetic circuits.]
Synopsis [Core procedures.]
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 acecCover.c.


| void Gia_AcecMarkFadd | ( | Gia_Man_t * | p, |
| int * | pSigs ) |
Definition at line 55 of file acecCover.c.


| void Gia_AcecMarkHadd | ( | Gia_Man_t * | p, |
| int * | pSigs ) |
Definition at line 67 of file acecCover.c.

