gem5
v20.1.0.0
|
#include "systemc/tlm_bridge/gem5_to_tlm.hh"
#include "params/Gem5ToTlmBridge32.hh"
#include "params/Gem5ToTlmBridge64.hh"
#include "sim/system.hh"
#include "systemc/tlm_bridge/sc_ext.hh"
#include "systemc/tlm_bridge/sc_mm.hh"
Go to the source code of this file.
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... | |
Variables | |
Gem5SystemC::MemoryManager | sc_gem5::mm |
Instantiate a tlm memory manager that takes care about all the tlm transactions in the system. More... | |