gem5  v20.0.0.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules 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 142 of file dram_ctrl.hh.

Constructor & Destructor Documentation

◆ Command()

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

Definition at line 147 of file dram_ctrl.hh.

Member Data Documentation

◆ bank

uint8_t DRAMCtrl::Command::bank

Definition at line 144 of file dram_ctrl.hh.

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

◆ timeStamp

Tick DRAMCtrl::Command::timeStamp

Definition at line 145 of file dram_ctrl.hh.

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

◆ type

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

Definition at line 143 of file dram_ctrl.hh.

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


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

Generated on Mon Jun 8 2020 15:45:21 for gem5 by doxygen 1.8.13