#include "acecInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Acec_InsertHadd (Gia_Man_t *pNew, int In[2], int Out[2]) |
| DECLARATIONS ///. | |
| void | Acec_InsertFadd (Gia_Man_t *pNew, int In[3], int Out[2]) |
| Vec_Int_t * | Acec_InsertTree (Gia_Man_t *pNew, Vec_Wec_t *vLeafMap) |
| int | Acec_InsertBox_rec (Gia_Man_t *pNew, Gia_Man_t *p, Gia_Obj_t *pObj) |
| Vec_Int_t * | Acec_BuildTree (Gia_Man_t *pNew, Gia_Man_t *p, Vec_Wec_t *vLeafLits, Vec_Int_t *vRootLits) |
| Gia_Man_t * | Acec_InsertBox (Acec_Box_t *pBox, int fAll) |
| Gia_Man_t * | Acec_Normalize (Gia_Man_t *pGia, int fBooth, int fVerbose) |
| Vec_Int_t * Acec_BuildTree | ( | Gia_Man_t * | pNew, |
| Gia_Man_t * | p, | ||
| Vec_Wec_t * | vLeafLits, | ||
| Vec_Int_t * | vRootLits ) |
Definition at line 127 of file acecNorm.c.


| Gia_Man_t * Acec_InsertBox | ( | Acec_Box_t * | pBox, |
| int | fAll ) |
Definition at line 156 of file acecNorm.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file acecNorm.c.


| void Acec_InsertFadd | ( | Gia_Man_t * | pNew, |
| int | In[3], | ||
| int | Out[2] ) |
Definition at line 53 of file acecNorm.c.


| ABC_NAMESPACE_IMPL_START void Acec_InsertHadd | ( | Gia_Man_t * | pNew, |
| int | In[2], | ||
| int | Out[2] ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [acecNorm.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [CEC for arithmetic circuits.]
Synopsis [Adder tree normalization.]
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 acecNorm.c.

Definition at line 63 of file acecNorm.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 210 of file acecNorm.c.
