Hi,
  I am running gem5 in SE mode with DRAM.
I wanted to collect stats per page (row) in the main memory (DRAM).
I have added code such that when a page is first accessed, I visit all the
columns and collect the stats related to the data each column holds.
But, I think that the entire page (row) is not loaded when the page is
first accessed (apart from writing to abstract memory from dram_ctrl.cc,
there are other paths to write data)?
How do I know when the entire page is loaded in SE mode?

I am using 8kB row size.

Thanks,
Navin
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to