Good question.  Looks like historical cruft to me.  I think there used
to be a mode that tested variable-size accesses but that mode got
ripped out.  Note that access_size is log2 of the access size, so
setting it to 0 means byte accesses.

Steve

On Mon, Aug 31, 2009 at 3:30 PM, Polina Dudnik<pdud...@gmail.com> wrote:
> Hi,
>
> I have a question: why is it that the access_size is first calculated as
> random() % 4 and then reset to zero before issuing the request in
> MemTest::tick?
>
> Thank you.
>
> Polina
>
> _______________________________________________
> m5-dev mailing list
> m5-dev@m5sim.org
> http://m5sim.org/mailman/listinfo/m5-dev
>
>
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to