gem5
|
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 |
Simple structure to hold the values needed to keep track of commands for DRAMPower.
Definition at line 160 of file dram_ctrl.hh.
|
inline |
Definition at line 165 of file dram_ctrl.hh.
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().