The Sparta Modeling Framework
Loading...
Searching...
No Matches
systemc_example_top.hpp
1
2
#include "sysc/kernel/sc_module.h"
3
4
// Found in the SystemC examples directory
5
#include "initiator_top.h"
6
#include "SimpleBusAT.h"
7
8
namespace
systemc_example
9
{
10
class
systemc_example_top
:
public
sc_core::sc_module
11
{
12
public
:
13
systemc_example_top
(sc_core::sc_module_name name);
14
SimpleBusAT<2, 2> m_bus;
15
initiator_top m_initiator_1;
16
initiator_top m_initiator_2;
17
};
18
19
}
systemc_example::systemc_example_top
Definition
systemc_example_top.hpp:11
systemc_example::systemc_example_top::systemc_example_top
systemc_example_top(sc_core::sc_module_name name)
Definition
systemc_example_top.cpp:6
example
SystemC
common
systemc_example_top.hpp
Generated on Fri Dec 12 2025 22:09:15 for The Sparta Modeling Framework by
1.12.0