cache.h File Reference

#include "sampa/core/module.h"

Go to the source code of this file.

Namespaces

namespace  Sampa

Classes

class  Sampa::Cache

Functions

bool read_hit (const Address &address)
bool inst_hit (const Address &address)
bool write_hit (const Address &address)
bool eviction_hit (const Address &address)
void process_data ()
void forward_data_request ()
void process_inst ()


Function Documentation

bool eviction_hit ( const Address &  address  ) 

Definition at line 142 of file cache.h.

References Sampa::sampa_rand01().

Referenced by process_data().

void forward_data_request (  ) 

Definition at line 243 of file cache.h.

bool inst_hit ( const Address &  address  ) 

Definition at line 132 of file cache.h.

References Sampa::sampa_rand01().

void process_data (  ) 

Definition at line 147 of file cache.h.

References eviction_hit(), and read_hit().

void process_inst (  ) 

Definition at line 275 of file cache.h.

bool read_hit ( const Address &  address  ) 

Definition at line 127 of file cache.h.

References Sampa::sampa_rand01().

Referenced by process_data().

bool write_hit ( const Address &  address  ) 

Definition at line 137 of file cache.h.

References Sampa::sampa_rand01().


Generated on Sat Feb 16 16:23:15 2008 for Sampa by  doxygen 1.5.3