gem5 v23.0.0.1
|
#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 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |