abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Unm_Man_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_IMPL_START struct Unm_Man_t_ | Unm_Man_t |
DECLARATIONS ///. More... | |
Functions | |
word | Shr_ManComputeTruth6 (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vLeaves, Vec_Wrd_t *vTruths) |
Unm_Man_t * | Unm_ManAlloc (Gia_Man_t *pGia) |
FUNCTION DEFINITIONS ///. More... | |
Gia_Man_t * | Unm_ManFree (Unm_Man_t *p) |
int | Unm_ManPrintPairStats (Hash_IntMan_t *pHash, int nTotal0, int nPairs0, int nPairs1, int fUseLit) |
Vec_Int_t * | Unm_ManComputePairs (Unm_Man_t *p, int fVerbose) |
Vec_Int_t * | Unm_ManFindUsedNodes (Vec_Int_t *vPairs, int nObjs) |
Vec_Wrd_t * | Unm_ManComputeTruths (Unm_Man_t *p) |
Vec_Int_t * | Unm_ManCollectDecomp (Unm_Man_t *p, Vec_Int_t *vPairs, int fVerbose) |
void | Unm_ManWork (Unm_Man_t *p) |
Gia_Man_t * | Unm_ManTest (Gia_Man_t *pGia) |
typedef typedefABC_NAMESPACE_IMPL_START struct Unm_Man_t_ Unm_Man_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaShrink7.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Implementation of DAG-aware unmapping for 6-input cuts.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 33 of file giaShrink7.c.
word Shr_ManComputeTruth6 | ( | Gia_Man_t * | p, |
Gia_Obj_t * | pObj, | ||
Vec_Int_t * | vLeaves, | ||
Vec_Wrd_t * | vTruths | ||
) |
Definition at line 335 of file giaShrink6.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 64 of file giaShrink7.c.
Function*************************************************************
Synopsis [Collects decomposable pairs.]
Description []
SideEffects []
SeeAlso []
Definition at line 258 of file giaShrink7.c.
Definition at line 153 of file giaShrink7.c.
Definition at line 222 of file giaShrink7.c.
Definition at line 208 of file giaShrink7.c.
Definition at line 86 of file giaShrink7.c.
int Unm_ManPrintPairStats | ( | Hash_IntMan_t * | pHash, |
int | nTotal0, | ||
int | nPairs0, | ||
int | nPairs1, | ||
int | fUseLit | ||
) |
Function*************************************************************
Synopsis [Computes information about node pairs.]
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file giaShrink7.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 357 of file giaShrink7.c.
void Unm_ManWork | ( | Unm_Man_t * | p | ) |
Function*************************************************************
Synopsis [Compute truth tables for the selected nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 328 of file giaShrink7.c.