superInt.h 2.69 KB
Newer Older
Alan Mishchenko committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/**CFile****************************************************************

  FileName    [superInt.h]

  PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]

  Synopsis    [Pre-computation of supergates.]

  Author      [MVSIS Group]
  
  Affiliation [UC Berkeley]

  Date        [Ver. 1.0. Started - September 8, 2003.]

  Revision    [$Id: superInt.h,v 1.4 2004/07/06 04:55:59 alanmi Exp $]

***********************************************************************/

19 20
#ifndef ABC__map__super__superInt_h
#define ABC__map__super__superInt_h
Alan Mishchenko committed
21

22

Alan Mishchenko committed
23 24 25 26
////////////////////////////////////////////////////////////////////////
///                          INCLUDES                                ///
////////////////////////////////////////////////////////////////////////

27 28 29 30 31
#include "base/abc/abc.h"
#include "base/main/mainInt.h"
#include "misc/mvc/mvc.h"
#include "map/mio/mio.h"
#include "misc/st/stmm.h"
Alan Mishchenko committed
32 33
#include "super.h"

34 35 36
ABC_NAMESPACE_HEADER_START


Alan Mishchenko committed
37 38 39 40 41 42 43 44 45 46 47 48 49
////////////////////////////////////////////////////////////////////////
///                         PARAMETERS                               ///
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
///                    STRUCTURE DEFINITIONS                         ///
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
///                       GLOBAL VARIABLES                           ///
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
Alan Mishchenko committed
50
///                       MACRO DEFINITIONS                          ///
Alan Mishchenko committed
51 52 53
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
Alan Mishchenko committed
54
///                     FUNCTION DEFINITIONS                         ///
Alan Mishchenko committed
55 56 57 58 59
////////////////////////////////////////////////////////////////////////

/*=== superAnd.c =============================================================*/
extern void       Super2_Precompute( int nInputs, int nLevels, int fVerbose );
/*=== superGate.c =============================================================*/
60
extern void       Super_Precompute( Mio_Library_t * pLibGen, int nInputs, int nLevels, int nGatesMax, float tDelayMax, float tAreaMax, int TimeLimit, int fSkipInv, int fWriteOldFormat, int fVerbose );
61 62 63 64



ABC_NAMESPACE_HEADER_END
Alan Mishchenko committed
65

Alan Mishchenko committed
66 67
#endif

Alan Mishchenko committed
68 69 70
////////////////////////////////////////////////////////////////////////
///                       END OF FILE                                ///
////////////////////////////////////////////////////////////////////////