gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::memory::DRAMInterface::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 72 of file dram_interface.hh.

Constructor & Destructor Documentation

◆ Command()

gem5::memory::DRAMInterface::Command::Command ( Data::MemCommand::cmds _type,
uint8_t _bank,
Tick time_stamp )
inlineconstexpr

Definition at line 78 of file dram_interface.hh.

Member Data Documentation

◆ bank

uint8_t gem5::memory::DRAMInterface::Command::bank

Definition at line 75 of file dram_interface.hh.

Referenced by gem5::memory::DRAMInterface::Rank::flushCmdList().

◆ timeStamp

Tick gem5::memory::DRAMInterface::Command::timeStamp

◆ type

Data::MemCommand::cmds gem5::memory::DRAMInterface::Command::type

Definition at line 74 of file dram_interface.hh.

Referenced by gem5::memory::DRAMInterface::Rank::flushCmdList().


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

Generated on Tue Jun 18 2024 16:24:19 for gem5 by doxygen 1.11.0