#include "acecInt.h"#include "misc/vec/vecWec.h"#include "misc/extra/extra.h"#include "misc/util/utilTruth.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Acec_DetectBoothXorMux (Gia_Man_t *p, Gia_Obj_t *pMux, Gia_Obj_t *pXor, int pIns[3]) |
| DECLARATIONS ///. | |
| int | Acec_DetectBoothXorFanin (Gia_Man_t *p, Gia_Obj_t *pObj, int pIns[5]) |
| int | Acec_DetectBoothOne (Gia_Man_t *p, Gia_Obj_t *pObj, int pIns[5]) |
| int | Acec_DetectBoothTwoXor (Gia_Man_t *p, Gia_Obj_t *pObj, int pIns[5]) |
| int | Acec_DetectBoothTwo (Gia_Man_t *p, Gia_Obj_t *pObj, int pIns[5]) |
| void | Acec_DetectBoothTest (Gia_Man_t *p) |
| void | Gia_ManResubTest4 () |
| void | Gia_ManResubTest5 () |
Definition at line 116 of file acecBo.c.


| void Acec_DetectBoothTest | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 198 of file acecBo.c.

Definition at line 167 of file acecBo.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 142 of file acecBo.c.


Definition at line 78 of file acecBo.c.


| ABC_NAMESPACE_IMPL_START int Acec_DetectBoothXorMux | ( | Gia_Man_t * | p, |
| Gia_Obj_t * | pMux, | ||
| Gia_Obj_t * | pXor, | ||
| int | pIns[3] ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [acecBo.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 48 of file acecBo.c.


| void Gia_ManResubTest4 | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 222 of file acecBo.c.
| void Gia_ManResubTest5 | ( | ) |
Definition at line 274 of file acecBo.c.