abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Abc_Obj_t * | Abc_ConvertAigToAig (Abc_Ntk_t *pAig, Abc_Obj_t *pObjOld) |
DECLARATIONS ///. More... | |
Abc_Ntk_t * | Res_WndStrash (Res_Win_t *p) |
FUNCTION DEFINITIONS ///. More... | |
ABC_NAMESPACE_IMPL_START Abc_Obj_t* Abc_ConvertAigToAig | ( | Abc_Ntk_t * | pNtkAig, |
Abc_Obj_t * | pObjOld | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [resStrash.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Resynthesis package.]
Synopsis [Structural hashing of the nodes in the window.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 15, 2007.]
Revision [
]
Function*************************************************************
Synopsis [Converts the network from AIG to BDD representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 1036 of file abcFunc.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Structurally hashes the given window.]
Description [The first PO is the observability condition. The second is the node's function. The remaining POs are the candidate divisors.]
SideEffects []
SeeAlso []
Definition at line 49 of file resStrash.c.