SimpleCPU: Allow Simple CPUs to warm a branch predictor by creating a pointer
Review Request #48 - Created July 9, 2010 and discarded
| Information | |
|---|---|
| Timothy Jones | |
| gem5 | |
| Reviewers | |
| Default | |
SimpleCPU: Allow Simple CPUs to warm a branch predictor by creating a pointer to a branch predictor in their class and a warm function within the branch predictor itself. The Simple CPU branch predictor is also provided in the parameters so that it can be exposed to python.
