----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1460/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9282:c5a0889733eb --------------------------- memtest: move check on outstanding requests The Memtest tester allows for only one request to be outstanding for a particular physical address. The check has been written separately for reads and writes. This patch moves the check earlier than its current position so that it need not be written separately for reads and writes. Diffs ----- src/cpu/testers/memtest/memtest.hh a5ede748a1d9 src/cpu/testers/memtest/memtest.cc a5ede748a1d9 Diff: http://reviews.gem5.org/r/1460/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
