C++ Device API Reference Manual
Reference documentation for the Simics C++ Device API.
Loading...
Searching...
No Matches
sme.h
Go to the documentation of this file.
1
// -*- mode: C++; c-file-style: "virtutech-c++" -*-
2
3
/*
4
© 2023 Intel Corporation
5
6
This software and the related documents are Intel copyrighted materials, and
7
your use of them is governed by the express license under which they were
8
provided to you ("License"). Unless the License provides otherwise, you may
9
not use, modify, copy, publish, distribute, disclose or transmit this software
10
or the related documents without Intel's prior written permission.
11
12
This software and the related documents are provided as is, with no express or
13
implied warranties, other than those that are expressly stated in the License.
14
*/
15
16
#ifndef CPP_API_EXTENSIONS_SRC_SME_SME_H
17
#define CPP_API_EXTENSIONS_SRC_SME_SME_H
18
19
#include <
simics/cc-modeling-api.h
>
20
21
#include "sml-1.1.9/include/boost/sml.hpp"
22
23
#include "
sme/aqpp/abstraction/compiler/identification.h
"
24
#include "sme/aqpp/print/sme_print.hpp"
25
#include "sme/aqpp/foundation/callables/action.hpp"
26
27
#include "sme/expressions/expression.hpp"
28
29
#include "
sme/overlays/callback_overlay.h
"
30
#include "sme/overlays/bank_element.hpp"
31
32
#include "
sme/pattern_rules/falling_bit.h
"
33
#include "
sme/pattern_rules/rising_bit.h
"
34
#include "
sme/pattern_rules/masked.h
"
35
#include "
sme/pattern_rules/notify.h
"
36
#include "
sme/pattern_rules/pattern.h
"
37
#include "
sme/pattern_rules/falling.h
"
38
#include "
sme/pattern_rules/rising.h
"
39
#include "
sme/pattern_rules/user_defined.h
"
40
41
#include "sme/scaffolding/ssa_field.hpp"
42
#include "sme/scaffolding/ssa_register.hpp"
43
#include "sme/scaffolding/ssa_device_access_features.hpp"
44
45
#include "sme/third_party_integration/fsm_logger.hpp"
46
47
#endif
48
callback_overlay.h
cc-modeling-api.h
falling.h
falling_bit.h
identification.h
masked.h
notify.h
pattern.h
rising.h
rising_bit.h
user_defined.h