gem5 v23.0.0.1
|
#include <exception>
#include <iostream>
#include <string>
#include <unordered_map>
#include "base/addr_range.hh"
#include "base/addr_range_map.hh"
#include "base/callback.hh"
#include "mem/packet.hh"
#include "mem/qport.hh"
#include "mem/ruby/common/Address.hh"
#include "mem/ruby/common/Consumer.hh"
#include "mem/ruby/common/DataBlock.hh"
#include "mem/ruby/common/Histogram.hh"
#include "mem/ruby/common/MachineID.hh"
#include "mem/ruby/network/MessageBuffer.hh"
#include "mem/ruby/protocol/AccessPermission.hh"
#include "mem/ruby/system/CacheRecorder.hh"
#include "params/RubyController.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::ruby::RejectException |
class | gem5::ruby::AbstractController |
struct | gem5::ruby::AbstractController::TransMapPair |
class | gem5::ruby::AbstractController::MemoryPort |
Port that forwards requests and receives responses from the memory controller. More... | |
struct | gem5::ruby::AbstractController::SenderState |
struct | gem5::ruby::AbstractController::ControllerStats |
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. | |
namespace | gem5::ruby |