|
ChampSim
|
#include <catch.hpp>#include "mocks.hpp"#include "defaults.hpp"#include "cache.h"#include "champsim_constants.h"Functions | |
| SCENARIO ("A cache returns a miss after the specified latency") | |
| SCENARIO ("A cache completes a fill after the specified latency") | |
| SCENARIO ("The MSHR bandwidth limits the number of outstanding misses") | |
| SCENARIO ("A lower-level queue refusal limits the number of outstanding misses") | |
| SCENARIO | ( | "A cache completes a fill after the specified latency" | ) |
| SCENARIO | ( | "A cache returns a miss after the specified latency" | ) |
| SCENARIO | ( | "A lower-level queue refusal limits the number of outstanding misses" | ) |
| SCENARIO | ( | "The MSHR bandwidth limits the number of outstanding misses" | ) |