abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Aig_Obj_t * | Kit_GraphToAigInternal (Aig_Man_t *pMan, Kit_Graph_t *pGraph) |
DECLARATIONS ///. More... | |
Aig_Obj_t * | Kit_GraphToAig (Aig_Man_t *pMan, Aig_Obj_t **pFanins, Kit_Graph_t *pGraph) |
Aig_Obj_t * | Kit_TruthToAig (Aig_Man_t *pMan, Aig_Obj_t **pFanins, unsigned *pTruth, int nVars, Vec_Int_t *vMemory) |
Aig_Obj_t* Kit_GraphToAig | ( | Aig_Man_t * | pMan, |
Aig_Obj_t ** | pFanins, | ||
Kit_Graph_t * | pGraph | ||
) |
Function*************************************************************
Synopsis [Strashes one logic node using its SOP.]
Description []
SideEffects []
SeeAlso []
Definition at line 79 of file kitAig.c.
ABC_NAMESPACE_IMPL_START Aig_Obj_t* Kit_GraphToAigInternal | ( | Aig_Man_t * | pMan, |
Kit_Graph_t * | pGraph | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [kitAig.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Computation kit.]
Synopsis [Procedures involving AIGs.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Dec 6, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file kitAig.c.
Aig_Obj_t* Kit_TruthToAig | ( | Aig_Man_t * | pMan, |
Aig_Obj_t ** | pFanins, | ||
unsigned * | pTruth, | ||
int | nVars, | ||
Vec_Int_t * | vMemory | ||
) |
Function*************************************************************
Synopsis [Strashed onen logic nodes using its truth table.]
Description []
SideEffects []
SeeAlso []
Definition at line 101 of file kitAig.c.