gem5 v23.0.0.1
|
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "base/statistics.hh"
#include "base/stats/group.hh"
Go to the source code of this file.
Classes | |
class | gem5::ExecStage |
struct | gem5::ExecStage::ExecStageStats |
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. | |
Enumerations | |
enum | gem5::STAT_STATUS { gem5::IdleExec , gem5::BusyExec , gem5::PostExec } |
enum | gem5::DISPATCH_STATUS { gem5::EMPTY = 0 , gem5::EXREADY , gem5::SKIP } |