----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3632/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11648:3228be61f0ce --------------------------- Fix: Fix the O3 CPU Drain The drain did not wait until stages were ready again. Therefore, as a result of messages in the TimeBuffer being drain, the state after the drain was not consistent and asserts fired in some places when the draining happened after a stage got blocked, but before the notification arrived to the previous stages. Change-Id: Ib50b3b40b7f745b62c1eba2931dec76860824c71 Reviewed-by: Andreas Sandberg <[email protected]> Diffs ----- src/cpu/o3/decode_impl.hh 1ede1b60b318 src/cpu/o3/fetch_impl.hh 1ede1b60b318 src/cpu/o3/iew_impl.hh 1ede1b60b318 src/cpu/o3/rename_impl.hh 1ede1b60b318 Diff: http://reviews.gem5.org/r/3632/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
