abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Gia_Man_t * | Gia_ManStart (int nObjsMax) |
DECLARATIONS ///. More... | |
void | Gia_ManStop (Gia_Man_t *p) |
double | Gia_ManMemory (Gia_Man_t *p) |
void | Gia_ManStopP (Gia_Man_t **p) |
void | Gia_ManPrintClasses_old (Gia_Man_t *p) |
void | Gia_ManPrintPlacement (Gia_Man_t *p) |
void | Gia_ManPrintTents_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vObjs) |
void | Gia_ManPrintTents (Gia_Man_t *p) |
void | Gia_ManPrintInitClasses (Vec_Int_t *vInits) |
void | Gia_ManPrintChoiceStats (Gia_Man_t *p) |
void | Gia_ManPrintStats (Gia_Man_t *p, Gps_Par_t *pPars) |
void | Gia_ManPrintStatsShort (Gia_Man_t *p) |
void | Gia_ManPrintMiterStatus (Gia_Man_t *p) |
void | Gia_ManPrintStatsMiter (Gia_Man_t *p, int fVerbose) |
void | Gia_ManSetRegNum (Gia_Man_t *p, int nRegs) |
void | Gia_ManReportImprovement (Gia_Man_t *p, Gia_Man_t *pNew) |
void | Gia_ManPrintNpnClasses (Gia_Man_t *p) |
double Gia_ManMemory | ( | Gia_Man_t * | p | ) |
void Gia_ManPrintChoiceStats | ( | Gia_Man_t * | p | ) |
void Gia_ManPrintClasses_old | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints stats for the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 196 of file giaMan.c.
void Gia_ManPrintInitClasses | ( | Vec_Int_t * | vInits | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 314 of file giaMan.c.
void Gia_ManPrintMiterStatus | ( | Gia_Man_t * | p | ) |
void Gia_ManPrintNpnClasses | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints NPN class statistics.]
Description []
SideEffects []
SeeAlso []
Definition at line 668 of file giaMan.c.
void Gia_ManPrintPlacement | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints stats for the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 228 of file giaMan.c.
Function*************************************************************
Synopsis [Prints stats for the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 389 of file giaMan.c.
void Gia_ManPrintStatsMiter | ( | Gia_Man_t * | p, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Statistics of the miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 594 of file giaMan.c.
void Gia_ManPrintStatsShort | ( | Gia_Man_t * | p | ) |
void Gia_ManPrintTents | ( | Gia_Man_t * | p | ) |
Definition at line 265 of file giaMan.c.
Function*************************************************************
Synopsis [Duplicates AIG for unrolling.]
Description []
SideEffects []
SeeAlso []
Definition at line 253 of file giaMan.c.
void Gia_ManSetRegNum | ( | Gia_Man_t * | p, |
int | nRegs | ||
) |
ABC_NAMESPACE_IMPL_START Gia_Man_t* Gia_ManStart | ( | int | nObjsMax | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Package manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file giaMan.c.
void Gia_ManStop | ( | Gia_Man_t * | p | ) |