ChampSim
|
#include <ooo_cpu.h>
Public Member Functions | |
CacheBus (uint32_t cpu_idx, champsim::channel *ll) | |
bool | issue_read (request_type packet) |
bool | issue_write (request_type packet) |
Private Types | |
using | channel_type = champsim::channel |
using | request_type = typename channel_type::request_type |
using | response_type = typename channel_type::response_type |
Private Attributes | |
channel_type * | lower_level |
uint32_t | cpu |
Friends | |
class | O3_CPU |
|
private |
|
private |
|
private |
|
inline |
bool CacheBus::issue_read | ( | request_type | packet | ) |
bool CacheBus::issue_write | ( | request_type | packet | ) |
|
friend |
|
private |
|
private |