
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Wlc_ObjIsArithm (Wlc_Obj_t *pObj) |
| DECLARATIONS ///. | |
| int | Wlc_ObjIsArithmReal (Wlc_Obj_t *pObj) |
| int | Wlc_ManCountArithmReal (Wlc_Ntk_t *p, Vec_Int_t *vNodes) |
| int | Wlc_ObjHasArithm_rec (Wlc_Ntk_t *p, Wlc_Obj_t *pObj) |
| int | Wlc_ObjHasArithmFanins (Wlc_Ntk_t *p, Wlc_Obj_t *pObj) |
| void | Wlc_WinCompute_rec (Wlc_Ntk_t *p, Wlc_Obj_t *pObj, Vec_Int_t *vLeaves, Vec_Int_t *vNodes) |
| void | Wlc_WinCleanMark_rec (Wlc_Ntk_t *p, Wlc_Obj_t *pObj) |
| void | Wlc_WinCompute (Wlc_Ntk_t *p, Wlc_Obj_t *pObj, Vec_Int_t *vLeaves, Vec_Int_t *vNodes) |
| void | Wlc_WinProfileArith (Wlc_Ntk_t *p) |
Definition at line 60 of file wlcWin.c.


| ABC_NAMESPACE_IMPL_START int Wlc_ObjIsArithm | ( | Wlc_Obj_t * | pObj | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [wlcWin.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Verilog parser.]
Synopsis [Parses several flavors of word-level Verilog.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - August 22, 2014.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Collect arithmetic nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file wlcWin.c.

| int Wlc_ObjIsArithmReal | ( | Wlc_Obj_t * | pObj | ) |
Definition at line 111 of file wlcWin.c.


| void Wlc_WinCompute_rec | ( | Wlc_Ntk_t * | p, |
| Wlc_Obj_t * | pObj, | ||
| Vec_Int_t * | vLeaves, | ||
| Vec_Int_t * | vNodes ) |
Definition at line 87 of file wlcWin.c.


| void Wlc_WinProfileArith | ( | Wlc_Ntk_t * | p | ) |
Definition at line 132 of file wlcWin.c.
