1 /*****************************************************************************
3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
4 more contributor license agreements. See the NOTICE file distributed
5 with this work for additional information regarding copyright ownership.
6 Accellera licenses this file to you under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with the
8 License. You may obtain a copy of the License at
10 http://www.apache.org/licenses/LICENSE-2.0
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15 implied. See the License for the specific language governing
16 permissions and limitations under the License.
18 *****************************************************************************/
20 /*****************************************************************************
22 systemc - Top-level namespace-based include file for the SystemC library.
24 Original Author: Stan Y. Liao, Synopsys, Inc.
26 *****************************************************************************/
28 /*****************************************************************************
30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
31 changes you are making here.
33 Name, Affiliation, Date: Andy Goodrich, Forte Design Systems, 31 Mar 2005
34 Description of Modification: This is the old systemc.h without usings.
36 *****************************************************************************/
39 // Revision 1.6 2011/08/04 17:12:07 acg
40 // Andy Goodrich: moved systemc and systemc.h back to src level because
41 // of MSVC not doing an install.
43 // Revision 1.1 2011/07/02 13:26:48 acg
44 // Andy Goodrich: moved header files up one level.
46 // Revision 1.4 2011/02/18 20:28:27 acg
47 // Andy Goodrich: Updated Copyright.
49 // Revision 1.3 2011/01/20 16:52:09 acg
50 // Andy Goodrich: changes for IEEE 1666 2011.
52 // Revision 1.2 2009/11/17 19:57:51 acg
53 // Andy Goodrich: changes for boost.
55 // Revision 1.1.1.1 2006/12/15 20:20:04 acg
58 // Revision 1.5 2006/04/11 23:11:16 acg
59 // Andy Goodrich: remove inclusions that exposed sc_method_process,
60 // sc_thread_process, and sc_cthread_process internals.
62 // Revision 1.4 2006/01/25 00:48:29 acg
63 // Andy Goodrich: added capture of CVS logging messages in the source.
66 #ifndef SYSTEMC_INCLUDED
67 #define SYSTEMC_INCLUDED
69 // include this file first
70 #include "sysc/kernel/sc_cmnhdr.h"
72 #include "sysc/kernel/sc_externs.h"
73 #include "sysc/kernel/sc_except.h"
74 #include "sysc/kernel/sc_module.h"
75 #include "sysc/kernel/sc_simcontext.h"
76 #include "sysc/kernel/sc_process_handle.h"
77 #include "sysc/kernel/sc_ver.h"
79 #include "sysc/communication/sc_buffer.h"
80 #include "sysc/communication/sc_clock.h"
81 #include "sysc/communication/sc_clock_ports.h"
82 #include "sysc/communication/sc_event_queue.h"
83 #include "sysc/communication/sc_export.h"
84 #include "sysc/communication/sc_fifo.h"
85 #include "sysc/communication/sc_fifo_ports.h"
86 #include "sysc/communication/sc_mutex.h"
87 #include "sysc/communication/sc_semaphore.h"
88 #include "sysc/communication/sc_signal.h"
89 #include "sysc/communication/sc_signal_ports.h"
91 #include "sysc/communication/sc_signal_resolved.h"
92 #include "sysc/communication/sc_signal_resolved_ports.h"
93 #include "sysc/communication/sc_signal_rv.h"
94 #include "sysc/communication/sc_signal_rv_ports.h"
96 #include "sysc/datatypes/bit/sc_bit.h"
97 #include "sysc/datatypes/bit/sc_logic.h"
98 #include "sysc/datatypes/bit/sc_bv.h"
99 #include "sysc/datatypes/bit/sc_lv.h"
101 #include "sysc/datatypes/int/sc_bigint.h"
102 #include "sysc/datatypes/int/sc_biguint.h"
103 #include "sysc/datatypes/int/sc_int.h"
104 #include "sysc/datatypes/int/sc_uint.h"
106 #include "sysc/datatypes/misc/sc_concatref.h"
109 # include "sysc/datatypes/fx/fx.h"
110 #endif // SC_INCLUDE_FX
112 #include "sysc/tracing/sc_trace.h"
114 #include "sysc/utils/sc_utils_ids.h"
116 #include "sysc/utils/sc_pvector.h"
117 #include "sysc/utils/sc_string_view.h"
118 #include "sysc/utils/sc_vector.h"
120 #endif // !defined(SYSTEMC_INCLUDED)
122 #ifdef SC_INCLUDE_DYNAMIC_PROCESSES
123 # include "sysc/kernel/sc_dynamic_processes.h"
124 #endif // SC_INCLUDE_DYNAMIC_PROCESSES
126 #ifdef SC_USE_SC_STRING_OLD
127 # include "sysc/utils/sc_string.h"
128 #endif // SC_USE_SC_STRING_OLD
130 #ifdef SC_INCLUDE_EXTRA_STD_HEADERS
133 #endif // SC_INCLUDE_EXTRA_STD_HEADERS