source: vis_dev/vis-2.3/src/mvfaig/mvfaigInt.h @ 45

Last change on this file since 45 was 14, checked in by cecile, 13 years ago

vis2.3

File size: 1.3 KB
Line 
1/**CHeaderFile*****************************************************************
2
3  FileName    [mvfaigInt.h]
4
5  PackageName [mvfaig]
6
7  Synopsis    [Internal definitions for the mvf package using And/Inverter graph.]
8
9  Author      [Mohammad Awedh]
10
11  Copyright [ This file was created at the University of Colorado at
12  Boulder.  The University of Colorado at Boulder makes no warranty
13  about the suitability of this software for any purpose.  It is
14  presented on an AS IS basis.]
15
16******************************************************************************/
17
18#ifndef _MVFAIGINT
19#define _MVFAIGINT
20
21/*---------------------------------------------------------------------------*/
22/* Nested includes                                                           */
23/*---------------------------------------------------------------------------*/
24
25#include "mvfaig.h"
26#include "maigInt.h"
27
28
29/**AutomaticStart*************************************************************/
30
31/*---------------------------------------------------------------------------*/
32/* Function prototypes                                                       */
33/*---------------------------------------------------------------------------*/
34
35
36/**AutomaticEnd***************************************************************/
37
38#endif /* _MVFAIGINT */
39
40
41
42
43
44
45
46
47
48
49
50
Note: See TracBrowser for help on using the repository browser.