scc 2025.09
SystemC components library
scc_sysc.h
1/*******************************************************************************
2 * Copyright 2021 MINRES Technologies GmbH
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *******************************************************************************/
16
17#pragma once
18
25#include "scc/configurable_tracer.h"
26#include "scc/configurer.h"
27#include "scc/ext_attribute.h"
28#include "scc/fifo_w_cb.h"
29#include "scc/hierarchy_dumper.h"
30#include "scc/mt19937_rng.h"
31#include "scc/ordered_semaphore.h"
32#include "scc/peq.h"
33#include "scc/perf_estimator.h"
34#include "scc/report.h"
35#include "scc/sc_logic_7.h"
36#include "scc/sc_owning_signal.h"
37#include "scc/sc_variable.h"
38#include "scc/sc_vcd_trace.h"
39#include "scc/scv/scv_tr_db.h"
40#include "scc/tick2time.h"
41#include "scc/time2tick.h"
42#include "scc/trace.h"
43#include "scc/traceable.h"
44#include "scc/tracer.h"
45#include "scc/tracer_base.h"
46#include "scc/utilities.h"
47#include "scc/vcd_push_trace.hh"
48#include "tlm/scc/scv/tlm_extension_recording_registry.h"
49#include "tlm/scc/scv/tlm_gp_data.h"
50#include "tlm/scc/scv/tlm_gp_data_ext.h"
51#include "tlm/scc/scv/tlm_rec_initiator_socket.h"
52#include "tlm/scc/scv/tlm_rec_target_socket.h"
53#include "tlm/scc/scv/tlm_recorder.h"
54#include "tlm/scc/scv/tlm_recorder_module.h"
55#include "tlm/scc/scv/tlm_recording_extension.h"
56
57#include "tlm/scc/initiator_mixin.h"
58#include "tlm/scc/tlm2_pv_av.h"
59#include "tlm/scc/tlm_extensions.h"
60#include "tlm/scc/tlm_id.h"
61#include "tlm/scc/tlm_mm.h"
62#if(SYSTEMC_VERSION >= 20171012)
63#include "tlm/scc/signal_initiator_mixin.h"
64#include "tlm/scc/signal_target_mixin.h"
65#include "tlm/scc/tagged_initiator_mixin.h"
66#include "tlm/scc/tagged_target_mixin.h"
67#include "tlm/scc/tlm_signal.h"
68#include "tlm/scc/tlm_signal_conv.h"
69#include "tlm/scc/tlm_signal_gp.h"
70#include "tlm/scc/tlm_signal_sockets.h"
71#endif
72
73#include "tlm/scc/pe/intor_if.h"
74#include "tlm/scc/pe/parallel_pe.h"