gem5
v20.1.0.0
|
#include <string>
#include "mem/port.hh"
#include "params/Gem5ToTlmBridgeBase.hh"
#include "sim/system.hh"
#include "systemc/ext/core/sc_module.hh"
#include "systemc/ext/core/sc_module_name.hh"
#include "systemc/ext/tlm_core/2/generic_payload/gp.hh"
#include "systemc/ext/tlm_utils/simple_initiator_socket.h"
#include "systemc/tlm_port_wrapper.hh"
Go to the source code of this file.
Classes | |
class | sc_gem5::Gem5ToTlmBridgeBase |
class | sc_gem5::Gem5ToTlmBridge< BITWIDTH > |
class | sc_gem5::Gem5ToTlmBridge< BITWIDTH >::BridgeResponsePort |
Namespaces | |
sc_gem5 | |
Functions | |
tlm::tlm_generic_payload * | sc_gem5::packet2payload (PacketPtr packet) |
Convert a gem5 packet to a TLM payload by copying all the relevant information to new tlm payload. More... | |