gem5
v20.1.0.0
|
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 308 of file mem_interface.hh.
|
inlineconstexpr |
Definition at line 314 of file mem_interface.hh.
uint8_t DRAMInterface::Command::bank |
Definition at line 311 of file mem_interface.hh.
Referenced by DRAMInterface::Rank::flushCmdList().
Tick DRAMInterface::Command::timeStamp |
Definition at line 312 of file mem_interface.hh.
Referenced by DRAMInterface::Rank::flushCmdList(), and DRAMInterface::sortTime().
Data::MemCommand::cmds DRAMInterface::Command::type |
Definition at line 310 of file mem_interface.hh.
Referenced by DRAMInterface::Rank::flushCmdList().