abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Kit_GraphToGiaInternal (Gia_Man_t *pMan, Kit_Graph_t *pGraph, int fHash) |
DECLARATIONS ///. More... | |
int | Kit_GraphToGia (Gia_Man_t *pMan, Kit_Graph_t *pGraph, Vec_Int_t *vLeaves, int fHash) |
int | Kit_TruthToGia (Gia_Man_t *pMan, unsigned *pTruth, int nVars, Vec_Int_t *vMemory, Vec_Int_t *vLeaves, int fHash) |
DECLARATIONS ///. More... | |
Hop_Obj_t * | Kit_GraphToHopInternal (Hop_Man_t *pMan, Kit_Graph_t *pGraph) |
Hop_Obj_t * | Kit_GraphToHop (Hop_Man_t *pMan, Kit_Graph_t *pGraph) |
Hop_Obj_t * | Kit_TruthToHop (Hop_Man_t *pMan, unsigned *pTruth, int nVars, Vec_Int_t *vMemory) |
Hop_Obj_t * | Kit_CoverToHop (Hop_Man_t *pMan, Vec_Int_t *vCover, int nVars, Vec_Int_t *vMemory) |
Function*************************************************************
Synopsis [Strashes one logic node using its SOP.]
Description []
SideEffects []
SeeAlso []
Definition at line 181 of file kitHop.c.
int Kit_GraphToGia | ( | Gia_Man_t * | pMan, |
Kit_Graph_t * | pGraph, | ||
Vec_Int_t * | vLeaves, | ||
int | fHash | ||
) |
Definition at line 70 of file kitHop.c.
ABC_NAMESPACE_IMPL_START int Kit_GraphToGiaInternal | ( | Gia_Man_t * | pMan, |
Kit_Graph_t * | pGraph, | ||
int | fHash | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [kitHop.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 47 of file kitHop.c.
Hop_Obj_t* Kit_GraphToHop | ( | Hop_Man_t * | pMan, |
Kit_Graph_t * | pGraph | ||
) |
Definition at line 136 of file kitHop.c.
Hop_Obj_t* Kit_GraphToHopInternal | ( | Hop_Man_t * | pMan, |
Kit_Graph_t * | pGraph | ||
) |
Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 115 of file kitHop.c.
int Kit_TruthToGia | ( | Gia_Man_t * | pMan, |
unsigned * | pTruth, | ||
int | nVars, | ||
Vec_Int_t * | vMemory, | ||
Vec_Int_t * | vLeaves, | ||
int | fHash | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaMap.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Manipulation of mapping associated with the AIG.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 80 of file kitHop.c.
Definition at line 146 of file kitHop.c.