gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
DRAMCtrl::Command Struct Reference

Simple structure to hold the values needed to keep track of commands for DRAMPower. More...

Public Member Functions

constexpr Command (Data::MemCommand::cmds _type, uint8_t _bank, Tick time_stamp)
 

Public Attributes

Data::MemCommand::cmds type
 
uint8_t bank
 
Tick timeStamp
 

Detailed Description

Simple structure to hold the values needed to keep track of commands for DRAMPower.

Definition at line 160 of file dram_ctrl.hh.

Constructor & Destructor Documentation

constexpr DRAMCtrl::Command::Command ( Data::MemCommand::cmds  _type,
uint8_t  _bank,
Tick  time_stamp 
)
inline

Definition at line 165 of file dram_ctrl.hh.

Member Data Documentation

uint8_t DRAMCtrl::Command::bank

Definition at line 162 of file dram_ctrl.hh.

Referenced by DRAMCtrl::Rank::flushCmdList().

Tick DRAMCtrl::Command::timeStamp

Definition at line 163 of file dram_ctrl.hh.

Referenced by DRAMCtrl::Rank::flushCmdList(), and DRAMCtrl::sortTime().

Data::MemCommand::cmds DRAMCtrl::Command::type

Definition at line 161 of file dram_ctrl.hh.

Referenced by DRAMCtrl::Rank::flushCmdList().


The documentation for this struct was generated from the following file:

Generated on Fri Jun 9 2017 13:04:08 for gem5 by doxygen 1.8.6