|
ChampSim
|
#include <catch.hpp>#include "mocks.hpp"#include "defaults.hpp"#include "cache.h"#include "champsim_constants.h"#include "repl_interface.h"#include <map>#include <vector>Namespaces | |
| test | |
Functions | |
| SCENARIO ("The replacement policy is not triggered on a miss, but on a fill") | |
| SCENARIO ("The replacement policy is triggered on a hit") | |
| SCENARIO ("The replacement policy notes the correct eviction information") | |
| SCENARIO | ( | "The replacement policy is not triggered on a | miss, |
| but on a fill" | |||
| ) |
| SCENARIO | ( | "The replacement policy is triggered on a hit" | ) |
| SCENARIO | ( | "The replacement policy notes the correct eviction information" | ) |