#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 () |
| bool eviction_hit | ( | const Address & | address | ) |
Definition at line 142 of file cache.h.
References Sampa::sampa_rand01().
Referenced by process_data().
| bool inst_hit | ( | const Address & | address | ) |
| void process_data | ( | ) |
| 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 | ) |
1.5.3