> It still gives me the same message. I tried 4.2.2 (which is created in Jan
> 2007 and 2.0b5 is created in Feb 07) and 4.1.3.
>
> Now I am trying to move to 2.0b6. I have a query here:
>
> In 2.0b5 version, in cpu_builder.cc file. This returns a cpu
> DerivO3CPU(params) with params which is of AlphaSimpleParams type.
>
> This object do not exist in 2.0b6 version, I want to know how do you pass
> parameters like these to the cpu in 2.0b6 version.
>    params->BTBEntries = BTBEntries;
>    params->BTBTagSize = BTBTagSize;
>    params->RASSize = RASSize;
>    params->LQEntries = LQEntries;
>    params->SQEntries = SQEntries;
>    params->SSITSize = SSITSize;
>    params->LFSTSize = LFSTSize;
>
> Also I could not find this file which is included in cpu_builder.cc file
> #include "params/DerivO3CPU.hh"
> Could you please tell me where do I find this file?

This file is automatically generated from src/cpu/o3/O3CPU.py.
Basically, any parameters that you want to add, should be added in
that python file.  The build system generates a whole bunch of glue
code along with that structure as well (which you will find in the
build directory).

The most recent tutorial has stuff on adding parameters and there's
been emails about it.

  Nate


  Nate
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to