gem5
v20.1.0.0
|
#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 | 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 | AddrMapper::AddrMapperSenderState |
class | AddrMapper::MapperRequestPort |
class | AddrMapper::MapperResponsePort |
class | 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... | |