Review Board 2.0.15


cpu: remove local/globalHistoryBits params from branch pred

Review Request #1827 - Created April 17, 2013 and submitted

Information
Tony Gutierrez
gem5
default
Reviewers
Default
Changeset 9644:decb4c9e987a
---------------------------
cpu: remove local/globalHistoryBits params from branch pred

having separate params for the local/globalHistoryBits and the
local/globalPredictorSize can lead to inconsistencies if they
are not carefully set. this patch dervies the number of bits
necessary to index into the local/global predictors based on
their size.

the value of the localHistoryTableSize for the ARM O3 CPU has been
increased to 1024 from 64, which is more accurate for an A15 based
on some correlation against A15 hardware.

   

Issue Summary

5 0 5 0
Review request changed
Updated (May 14, 2013, 11:40 p.m.)

Status: Closed (submitted)