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

  FileName    [vec.h]

  SystemName  [ABC: Logic synthesis and verification system.]

  PackageName [Resizable arrays.]

  Synopsis    [External declarations.]

  Author      [Alan Mishchenko]
  
  Affiliation [UC Berkeley]

  Date        [Ver. 1.0. Started - June 20, 2005.]

  Revision    [$Id: vec.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]

***********************************************************************/
 
21 22
#ifndef ABC__misc__vec__vec_h
#define ABC__misc__vec__vec_h
Alan Mishchenko committed
23

24

Alan Mishchenko committed
25 26 27 28
////////////////////////////////////////////////////////////////////////
///                          INCLUDES                                ///
////////////////////////////////////////////////////////////////////////

29
#include "misc/util/abc_global.h"
30

Alan Mishchenko committed
31
#include "vecInt.h"
Alan Mishchenko committed
32
#include "vecFlt.h"
Alan Mishchenko committed
33
#include "vecStr.h"
Alan Mishchenko committed
34 35
#include "vecPtr.h"
#include "vecVec.h"
Alan Mishchenko committed
36
#include "vecAtt.h"
37
#include "vecWrd.h"
Alan Mishchenko committed
38
#include "vecBit.h"
Alan Mishchenko committed
39 40 41 42 43

////////////////////////////////////////////////////////////////////////
///                      MACRO DEFINITIONS                           ///
////////////////////////////////////////////////////////////////////////

Alan Mishchenko committed
44 45 46 47
////////////////////////////////////////////////////////////////////////
///                         PARAMETERS                               ///
////////////////////////////////////////////////////////////////////////

48 49 50 51


ABC_NAMESPACE_HEADER_START

Alan Mishchenko committed
52

Alan Mishchenko committed
53 54 55 56 57
////////////////////////////////////////////////////////////////////////
///                         BASIC TYPES                              ///
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
Alan Mishchenko committed
58 59
///                    FUNCTION DECLARATIONS                         ///
////////////////////////////////////////////////////////////////////////
Alan Mishchenko committed
60

61 62 63 64 65


ABC_NAMESPACE_HEADER_END


Alan Mishchenko committed
66 67 68

#endif

Alan Mishchenko committed
69 70 71 72
////////////////////////////////////////////////////////////////////////
///                       END OF FILE                                ///
////////////////////////////////////////////////////////////////////////