Hi all,

The FullCPU model is capable of doing perfect branch prediction judging by the
source code, however it doesn't work straight out of the box. I had to make two
small adjustments:

FullCPU.py:54
branch_pred = Param.BranchPred(NULL, "branch predictor object")

commit.cc:745
if (rs->inst->isControl() && branch_pred) {

With those changes made, you can leave out the branch_pred parameter from the
processor configuration and simulate with perfect branch prediction.

Regards,

Jos Delbar
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
m5sim-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/m5sim-users

Reply via email to