gem5
v20.1.0.0
|
#include <vector>
#include "base/sat_counter.hh"
#include "base/types.hh"
#include "cpu/pred/bpred_unit.hh"
#include "params/LocalBP.hh"
Go to the source code of this file.
Classes | |
class | LocalBP |
Implements a local predictor that uses the PC to index into a table of counters. More... | |