ChampSim
DRAM_CHANNEL::BANK_REQUEST Struct Reference

#include <dram_controller.h>

Public Attributes

bool valid = false
 
bool row_buffer_hit = false
 
std::size_t open_row = std::numeric_limits<uint32_t>::max()
 
uint64_t event_cycle = 0
 
queue_type::iterator pkt
 

Member Data Documentation

◆ event_cycle

uint64_t DRAM_CHANNEL::BANK_REQUEST::event_cycle = 0

◆ open_row

std::size_t DRAM_CHANNEL::BANK_REQUEST::open_row = std::numeric_limits<uint32_t>::max()

◆ pkt

queue_type::iterator DRAM_CHANNEL::BANK_REQUEST::pkt

◆ row_buffer_hit

bool DRAM_CHANNEL::BANK_REQUEST::row_buffer_hit = false

◆ valid

bool DRAM_CHANNEL::BANK_REQUEST::valid = false

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