gem5 v24.0.0.0
|
#include "systemc/tlm_bridge/tlm_to_gem5.hh"
#include <utility>
#include "base/trace.hh"
#include "debug/TlmBridge.hh"
#include "params/TlmToGem5Bridge128.hh"
#include "params/TlmToGem5Bridge256.hh"
#include "params/TlmToGem5Bridge32.hh"
#include "params/TlmToGem5Bridge512.hh"
#include "params/TlmToGem5Bridge64.hh"
#include "sim/core.hh"
#include "sim/system.hh"
#include "systemc/ext/core/sc_module_name.hh"
#include "systemc/ext/core/sc_time.hh"
Go to the source code of this file.
Namespaces | |
namespace | sc_gem5 |
Functions | |
void | sc_gem5::addPayloadToPacketConversionStep (PayloadToPacketConversionStep step) |
Notify the Tlm2Gem5 bridge that we need an extra step to properly convert a tlm payload to gem5 packet. | |
std::pair< PacketPtr, bool > | sc_gem5::payload2packet (RequestorID _id, tlm::tlm_generic_payload &trans) |
Convert a TLM payload to gem5 packet by copying all the relevant information to new packet. | |
void | sc_gem5::setPayloadResponse (tlm::tlm_generic_payload &trans, PacketPtr pkt) |