abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Mig_ManCreateChoices (Mig_Man_t *pMig, Gia_Man_t *p) |
DECLARATIONS ///. More... | |
static int | Mig_ObjFanin0Copy (Gia_Obj_t *pObj) |
static int | Mig_ObjFanin1Copy (Gia_Obj_t *pObj) |
Mig_Man_t * | Mig_ManCreate (void *pGia) |
FUNCTION DECLARATIONS ///. More... | |
static unsigned | Mpm_CutDataInt (Mpm_Cut_t *pCut) |
static void | Mpm_CutSetDataInt (Mpm_Cut_t *pCut, int Data) |
int | Mpm_ManNodeIfToGia_rec (Gia_Man_t *pNew, Mpm_Man_t *pMan, Mig_Obj_t *pObj, Vec_Ptr_t *vVisited, int fHash) |
int | Mpm_ManNodeIfToGia (Gia_Man_t *pNew, Mpm_Man_t *pMan, Mig_Obj_t *pObj, Vec_Int_t *vLeaves, int fHash) |
void * | Mpm_ManFromIfLogic (Mpm_Man_t *pMan) |
Mig_Man_t* Mig_ManCreate | ( | void * | pGia | ) |
FUNCTION DECLARATIONS ///.
Definition at line 83 of file mpmAbc.c.
ABC_NAMESPACE_IMPL_START void Mig_ManCreateChoices | ( | Mig_Man_t * | pMig, |
Gia_Man_t * | p | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mpmAbc.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Configurable technology mapper.]
Synopsis [Interface with ABC data structures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 1, 2013.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file mpmAbc.c.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
void* Mpm_ManFromIfLogic | ( | Mpm_Man_t * | pMan | ) |
Definition at line 213 of file mpmAbc.c.
int Mpm_ManNodeIfToGia | ( | Gia_Man_t * | pNew, |
Mpm_Man_t * | pMan, | ||
Mig_Obj_t * | pObj, | ||
Vec_Int_t * | vLeaves, | ||
int | fHash | ||
) |
Definition at line 187 of file mpmAbc.c.
int Mpm_ManNodeIfToGia_rec | ( | Gia_Man_t * | pNew, |
Mpm_Man_t * | pMan, | ||
Mig_Obj_t * | pObj, | ||
Vec_Ptr_t * | vVisited, | ||
int | fHash | ||
) |
Definition at line 125 of file mpmAbc.c.