gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
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()

constexpr 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 Wed Dec 21 2022 10:24:15 for gem5 by doxygen 1.9.1