-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/2625/
-----------------------------------------------------------

Review request for Default.


Repository: gem5


Description
-------

Changeset 10690:a6a57181b1bd
---------------------------
mem: Fix initial value problem with MemChecker

In highly loaded cases, reads might actually overlap with writes to the
initial memory state. The mem checker needs to detect such cases and
permit the read reading either from the writes (what it is doing now) or
read from the initial, unknown value.

This patch adds this logic.


Diffs
-----

  src/mem/mem_checker.cc 7639c17357dc 

Diff: http://reviews.gem5.org/r/2625/diff/


Testing
-------


Thanks,

Andreas Hansson

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to