abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Dar_LibEvalBuild (Gia_Man_t *p, Vec_Int_t *vCut, unsigned uTruth, int fKeepLevel, Vec_Int_t *vLeavesBest) |
DECLARATIONS ///. More... | |
Gia_Man_t * | Gia_ManMapShrink4 (Gia_Man_t *p, int fKeepLevel, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
ABC_NAMESPACE_IMPL_START int Dar_LibEvalBuild | ( | Gia_Man_t * | p, |
Vec_Int_t * | vCutLits, | ||
unsigned | uTruth, | ||
int | fKeepLevel, | ||
Vec_Int_t * | vLeavesBest2 | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaShrink.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Implementation of mapShrink based on ideas of Niklas Een.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Evaluate and build the new node.]
Description []
SideEffects []
SeeAlso []
Definition at line 1329 of file darLib.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs AIG shrinking using the current mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file giaShrink.c.