Re: Fwd: [m5-users] modifying O3CPU.py parameters

2008-02-04 Thread Kevin Lim
Hi Dean, Does this mean I am going to add a new object into M5(write C++ code for perfect_branch_predictor, then instantiate it using python)? I'm thinking you would have to do write a "perfect_branch_predictor" object to plug in. The only complication is you have to figure out how to resolve

Fwd: [m5-users] modifying O3CPU.py parameters

2008-02-04 Thread Korey Sewell
>>> Does this mean I am going to add a >>> new object into M5(write C++ code for perfect_branch_predictor, then >>> instantiate it using python)? I'm thinking you would have to do write a "perfect_branch_predictor" object to plug in. The only complication is you have to figure out how to resolve t