gem5 v24.0.0.0
|
#include <vector>
#include "mem/backdoor_manager.hh"
#include "mem/packet.hh"
#include "mem/port.hh"
#include "params/AddrMapper.hh"
#include "params/RangeAddrMapper.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::AddrMapper |
An address mapper changes the packet addresses in going from the response port side of the mapper to the request port side. More... | |
class | gem5::AddrMapper::AddrMapperSenderState |
class | gem5::AddrMapper::MapperRequestPort |
class | gem5::AddrMapper::MapperResponsePort |
class | gem5::RangeAddrMapper |
Range address mapper that maps a set of original ranges to a set of remapped ranges, where a specific range is of the same size (original and remapped), only with an offset. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |