|
| template<typename Q > |
| bool | issue_wq (Q &uut, typename Q::request_type pkt) |
| |
| template<typename Q > |
| bool | issue_rq (Q &uut, typename Q::request_type pkt) |
| |
| template<typename Q > |
| bool | issue_pq (Q &uut, typename Q::request_type pkt) |
| |
| template<typename Q , typename F > |
| bool | issue (Q &uut, uint64_t seed_addr, bool want_return, F &&func) |
| |
| template<typename Q , typename F > |
| bool | issue (Q &uut, uint64_t seed_addr, F &&func) |
| |
| template<typename Q , typename F > |
| bool | issue_non_translated (Q &uut, uint64_t seed_addr, F &&func) |
| |
| | SCENARIO ("Cache queues perform forwarding WQ to WQ") |
| |
| | SCENARIO ("Cache queues perform forwarding RQ to RQ") |
| |
| | SCENARIO ("Cache queues perform forwarding PQ to PQ") |
| |
| | SCENARIO ("Cache queues forward WQ to RQ") |
| |
| | SCENARIO ("Cache queues forward WQ to PQ") |
| |
| | SCENARIO ("Translating cache queues forward RQ virtual to physical RQ") |
| |