----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1976/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 9845:73704b98a61d --------------------------- cpu: Move the branch predictor out of the BaseCPU The branch predictor is guarded by having either the in-order or out-of-order CPU as one of the available CPU models and therefore should not be used in the BaseCPU. This patch moves the parameter to the relevant CPU classes. Diffs ----- src/cpu/BaseCPU.py 43d22d746e7a src/cpu/inorder/InOrderCPU.py 43d22d746e7a src/cpu/o3/O3CPU.py 43d22d746e7a Diff: http://reviews.gem5.org/r/1976/diff/ Testing ------- All regressions pass Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
