gem5 v24.0.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 72 of file dram_interface.hh.
|
inlineconstexpr |
Definition at line 78 of file dram_interface.hh.
uint8_t gem5::memory::DRAMInterface::Command::bank |
Definition at line 75 of file dram_interface.hh.
Referenced by gem5::memory::DRAMInterface::Rank::flushCmdList().
Tick gem5::memory::DRAMInterface::Command::timeStamp |
Definition at line 76 of file dram_interface.hh.
Referenced by gem5::memory::DRAMInterface::Rank::flushCmdList(), and gem5::memory::DRAMInterface::sortTime().
Data::MemCommand::cmds gem5::memory::DRAMInterface::Command::type |
Definition at line 74 of file dram_interface.hh.
Referenced by gem5::memory::DRAMInterface::Rank::flushCmdList().