abc-master
|
#include "mpmInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Mig_Man_t * | Mig_ManStart () |
DECLARATIONS ///. More... | |
void | Mig_ManStop (Mig_Man_t *p) |
int | Mig_ManTypeNum (Mig_Man_t *p, int Type) |
int | Mig_ManAndNum (Mig_Man_t *p) |
int | Mig_ManXorNum (Mig_Man_t *p) |
int | Mig_ManMuxNum (Mig_Man_t *p) |
void | Mig_ManSetRefs (Mig_Man_t *p) |
int | Mig_ManSuppSize_rec (Mig_Obj_t *pObj) |
int | Mig_ManSuppSize2_rec (Mig_Man_t *p, int iObj) |
int | Mig_ManSuppSizeOne (Mig_Obj_t *pObj) |
int | Mig_ManSuppSizeTest (Mig_Man_t *p) |
void Mig_ManSetRefs | ( | Mig_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 123 of file mpmMig.c.
ABC_NAMESPACE_IMPL_START Mig_Man_t* Mig_ManStart | ( | ) |
DECLARATIONS ///.
FUNCTION DECLARATIONS ///.
CFile****************************************************************
FileName [mpmMig.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Configurable technology mapper.]
Synopsis [Subject graph data structure.]
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 45 of file mpmMig.c.
void Mig_ManStop | ( | Mig_Man_t * | p | ) |
Definition at line 56 of file mpmMig.c.
int Mig_ManSuppSize2_rec | ( | Mig_Man_t * | p, |
int | iObj | ||
) |
Definition at line 163 of file mpmMig.c.
int Mig_ManSuppSize_rec | ( | Mig_Obj_t * | pObj | ) |
int Mig_ManSuppSizeTest | ( | Mig_Man_t * | p | ) |
Definition at line 185 of file mpmMig.c.
int Mig_ManTypeNum | ( | Mig_Man_t * | p, |
int | Type | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 90 of file mpmMig.c.