SystemC  2.3.1
Accellera SystemC proof-of-concept library
systemc
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  The following code is derived, directly or indirectly, from the SystemC
4  source code Copyright (c) 1996-2014 by all Contributors.
5  All Rights reserved.
6 
7  The contents of this file are subject to the restrictions and limitations
8  set forth in the SystemC Open Source License (the "License");
9  You may not use this file except in compliance with such restrictions and
10  limitations. You may obtain instructions on how to receive a copy of the
11  License at http://www.accellera.org/. Software distributed by Contributors
12  under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
13  ANY KIND, either express or implied. See the License for the specific
14  language governing rights and limitations under the License.
15 
16  *****************************************************************************/
17 
18 /*****************************************************************************
19 
20  systemc - Top-level namespace-based include file for the SystemC library.
21 
22  Original Author: Stan Y. Liao, Synopsys, Inc.
23 
24  *****************************************************************************/
25 
26 /*****************************************************************************
27 
28  MODIFICATION LOG - modifiers, enter your name, affiliation, date and
29  changes you are making here.
30 
31  Name, Affiliation, Date: Andy Goodrich, Forte Design Systems, 31 Mar 2005
32  Description of Modification: This is the old systemc.h without usings.
33 
34  *****************************************************************************/
35 
36 // $Log: systemc,v $
37 // Revision 1.6 2011/08/04 17:12:07 acg
38 // Andy Goodrich: moved systemc and systemc.h back to src level because
39 // of MSVC not doing an install.
40 //
41 // Revision 1.1 2011/07/02 13:26:48 acg
42 // Andy Goodrich: moved header files up one level.
43 //
44 // Revision 1.4 2011/02/18 20:28:27 acg
45 // Andy Goodrich: Updated Copyright.
46 //
47 // Revision 1.3 2011/01/20 16:52:09 acg
48 // Andy Goodrich: changes for IEEE 1666 2011.
49 //
50 // Revision 1.2 2009/11/17 19:57:51 acg
51 // Andy Goodrich: changes for boost.
52 //
53 // Revision 1.1.1.1 2006/12/15 20:20:04 acg
54 // SystemC 2.3
55 //
56 // Revision 1.5 2006/04/11 23:11:16 acg
57 // Andy Goodrich: remove inclusions that exposed sc_method_process,
58 // sc_thread_process, and sc_cthread_process internals.
59 //
60 // Revision 1.4 2006/01/25 00:48:29 acg
61 // Andy Goodrich: added capture of CVS logging messages in the source.
62 //
63 
64 #ifndef SYSTEMC_INCLUDED
65 #define SYSTEMC_INCLUDED
66 
67 // include this file first
68 #include "sysc/kernel/sc_cmnhdr.h"
69 
70 #include "sysc/kernel/sc_externs.h"
71 #include "sysc/kernel/sc_except.h"
72 #include "sysc/kernel/sc_module.h"
75 #include "sysc/kernel/sc_ver.h"
76 
88 
93 
98 
103 
105 
106 #ifdef SC_INCLUDE_FX
107 # include "sysc/datatypes/fx/fx.h"
108 #endif // SC_INCLUDE_FX
109 
110 #include "sysc/tracing/sc_trace.h"
111 
112 #include "sysc/utils/sc_iostream.h"
113 #include "sysc/utils/sc_utils_ids.h"
114 
115 #include "sysc/utils/sc_pvector.h"
116 #include "sysc/utils/sc_vector.h"
117 
118 #endif // !defined(SYSTEMC_INCLUDED)
119 
120 #ifdef SC_INCLUDE_DYNAMIC_PROCESSES
122 #endif // SC_INCLUDE_DYNAMIC_PROCESSES
123 
124 #ifdef SC_USE_SC_STRING_OLD
125 # include "sysc/utils/sc_string.h"
126 #endif // SC_USE_SC_STRING_OLD