ChampSim
|
#include <catch.hpp>
#include "mocks.hpp"
#include "defaults.hpp"
#include "cache.h"
#include "champsim_constants.h"
#include <map>
#include <vector>
Namespaces | |
test | |
Functions | |
SCENARIO ("A prefetch does not trigger itself") | |
SCENARIO ("The prefetcher is triggered if the packet matches the activate field") | |
SCENARIO ("The prefetcher is not triggered if the packet does not match the activate field") | |
SCENARIO | ( | "A prefetch does not trigger itself" | ) |
SCENARIO | ( | "The prefetcher is not triggered if the packet does not match the activate field" | ) |
SCENARIO | ( | "The prefetcher is triggered if the packet matches the activate field" | ) |