Hi Muzamil,

You have to also change the Python code which sets this parameter on the
DRAM controller. You can also use python print statements to make sure
things look as they should. Finally, you can check the config.ini file to
make sure these changes propagated.

Jason

On Wed, Feb 8, 2017 at 7:21 PM Muzamil Rafique <muzamil.ravian...@gmail.com>
wrote:

> Hi All,
>
> I was trying to add "page policy" as an option in hmctest.py file for
> simulation purpose. I added following code:
>
> parser.add_option("--page_policy", type = "int", default = 2,
>                  help = "0:open; 1:open_adaptive; 2: close;
> 3:close_adaptive")
>
> How would I verify if it worked or not. I am getting same results after
> simulating with different options (all four mapping policies)...
>
> Any suggestions?
>
> Thanks
> Muzamil
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to