gem5
v21.1.0.1
|
#include <deque>
#include "base/statistics.hh"
#include "base/types.hh"
#include "cpu/pred/btb.hh"
#include "cpu/pred/indirect.hh"
#include "cpu/pred/ras.hh"
#include "cpu/inst_seq.hh"
#include "cpu/static_inst.hh"
#include "params/BranchPredictor.hh"
#include "sim/probe/pmu.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::branch_prediction::BPredUnit |
Basically a wrapper class to hold both the branch predictor and the BTB. More... | |
struct | gem5::branch_prediction::BPredUnit::PredictorHistory |
struct | gem5::branch_prediction::BPredUnit::BPredUnitStats |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::branch_prediction | |