----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/961/ -----------------------------------------------------------
Review request for Default. Summary ------- O3 CPU: Add a boolean flag for instruction midway in execution This patch adds a boolean flag to the commit stage of the O3 cpu for tracking whether or not there is an instruction that has committed some but not all of its microops. This is required so that the interrupts are not handled while an instruction is midway through its execution. Diffs ----- src/cpu/o3/commit.hh ca98021c3f96 src/cpu/o3/commit_impl.hh ca98021c3f96 src/cpu/o3/iew.hh ca98021c3f96 Diff: http://reviews.m5sim.org/r/961/diff Testing ------- Thanks, Nilay _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
