abc-master
|
#include "cswInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Csw_Man_t * | Csw_ManStart (Aig_Man_t *pMan, int nCutsMax, int nLeafMax, int fVerbose) |
DECLARATIONS ///. More... | |
void | Csw_ManStop (Csw_Man_t *p) |
ABC_NAMESPACE_IMPL_START Csw_Man_t* Csw_ManStart | ( | Aig_Man_t * | pMan, |
int | nCutsMax, | ||
int | nLeafMax, | ||
int | fVerbose | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cswMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Cut sweeping.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - July 11, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Starts the cut sweeping manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file cswMan.c.