
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 ///. | |
| 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 ///. | |
| int | Kit_TruthToGia2 (Gia_Man_t *pMan, unsigned *pTruth0, unsigned *pTruth1, int nVars, Vec_Int_t *vMemory, Vec_Int_t *vLeaves, int fHash) |
| int | Kit_IsopNodeNum (unsigned *pTruth0, unsigned *pTruth1, int nVars, Vec_Int_t *vMemory) |
| void | Kit_IsopResubInt (Kit_Graph_t *pGraph, Vec_Int_t *vRes) |
| Vec_Int_t * | Kit_IsopResub (unsigned *pTruth0, unsigned *pTruth1, int nVars, Vec_Int_t *vMemory) |
| 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 306 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 261 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 240 of file kitHop.c.


| int Kit_IsopNodeNum | ( | unsigned * | pTruth0, |
| unsigned * | pTruth1, | ||
| int | nVars, | ||
| Vec_Int_t * | vMemory ) |
Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 139 of file kitHop.c.


| Vec_Int_t * Kit_IsopResub | ( | unsigned * | pTruth0, |
| unsigned * | pTruth1, | ||
| int | nVars, | ||
| Vec_Int_t * | vMemory ) |
Definition at line 200 of file kitHop.c.


| void Kit_IsopResubInt | ( | Kit_Graph_t * | pGraph, |
| Vec_Int_t * | vRes ) |
Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 175 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.


| int Kit_TruthToGia2 | ( | Gia_Man_t * | pMan, |
| unsigned * | pTruth0, | ||
| unsigned * | pTruth1, | ||
| int | nVars, | ||
| Vec_Int_t * | vMemory, | ||
| Vec_Int_t * | vLeaves, | ||
| int | fHash ) |
Definition at line 103 of file kitHop.c.


Definition at line 271 of file kitHop.c.

