abc-master
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
csw.h
Go to the documentation of this file.
1
/**CFile****************************************************************
2
3
FileName [csw.h]
4
5
SystemName [ABC: Logic synthesis and verification system.]
6
7
PackageName [Cut sweeping.]
8
9
Synopsis [External declarations.]
10
11
Author [Alan Mishchenko]
12
13
Affiliation [UC Berkeley]
14
15
Date [Ver. 1.0. Started - July 11, 2007.]
16
17
Revision [$Id: csw.h,v 1.00 2007/07/11 00:00:00 alanmi Exp $]
18
19
***********************************************************************/
20
21
#ifndef ABC__aig__csw__csw_h
22
#define ABC__aig__csw__csw_h
23
24
25
////////////////////////////////////////////////////////////////////////
26
/// INCLUDES ///
27
////////////////////////////////////////////////////////////////////////
28
29
////////////////////////////////////////////////////////////////////////
30
/// PARAMETERS ///
31
////////////////////////////////////////////////////////////////////////
32
33
34
35
ABC_NAMESPACE_HEADER_START
36
37
38
////////////////////////////////////////////////////////////////////////
39
/// BASIC TYPES ///
40
////////////////////////////////////////////////////////////////////////
41
42
43
////////////////////////////////////////////////////////////////////////
44
/// MACRO DEFINITIONS ///
45
////////////////////////////////////////////////////////////////////////
46
47
////////////////////////////////////////////////////////////////////////
48
/// ITERATORS ///
49
////////////////////////////////////////////////////////////////////////
50
51
////////////////////////////////////////////////////////////////////////
52
/// FUNCTION DECLARATIONS ///
53
////////////////////////////////////////////////////////////////////////
54
55
/*=== cnfCore.c ========================================================*/
56
extern
Aig_Man_t
*
Csw_Sweep
(
Aig_Man_t
* pAig,
int
nCutsMax,
int
nLeafMax,
int
fVerbose );
57
58
59
60
ABC_NAMESPACE_HEADER_END
61
62
63
64
#endif
65
66
////////////////////////////////////////////////////////////////////////
67
/// END OF FILE ///
68
////////////////////////////////////////////////////////////////////////
69
Aig_Man_t
typedefABC_NAMESPACE_HEADER_START struct Aig_Man_t_ Aig_Man_t
INCLUDES ///.
Definition:
aig.h:50
ABC_NAMESPACE_HEADER_START
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
Definition:
abc_global.h:105
Csw_Sweep
ABC_NAMESPACE_HEADER_START Aig_Man_t * Csw_Sweep(Aig_Man_t *pAig, int nCutsMax, int nLeafMax, int fVerbose)
INCLUDES ///.
Definition:
cswCore.c:45
ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_END
Definition:
abc_global.h:106
src
opt
csw
csw.h
Generated on Thu Dec 18 2014 16:11:52 for abc-master by
1.8.6