Please update the bug as appropriate then.
Thanks,
Ali

On Apr 11, 2008, at 2:05 PM, Gabe Black wrote:
makeExtMI no longer exists. It was absorbed into the predecoder and uses the thread context to get whatever state it needs. This state is the committed state, I believe, so it would miss younger speculative execution.

Gabe

Flyspray wrote:
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has been changed.  The new details are below.  For
full information about what has changed, visit the URL and click the
History tab.

FS#192 - Fix makeExtMI to be more flexible with ISAs
User who did this: - Ali Saidi (saidi)

Attached to Project - M5 Bugs
Summary - Fix makeExtMI to be more flexible with ISAs
Task Type - Bug
Category - CPU
Status - New
Assigned To - Kevin Lim
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - 1.1
Due in Version - Due Date - Undecided
Percent Complete - 0%
Details - Currently makeExtMI is defined differently per-ISA, forcing
an if-def on the ISA in the CPU's fetch code.  It'd be nice to fix
this.

Some possibilities:
Make ThreadContext for fetch stage.  This might be a little overkill
for one function.
Have makeExtMI take in a fetch object, or fetch data structure that
has the necessary information for making the extended MI.  This might
force other models such as SimpleCPU to create a fetch object.

More information can be found at the following URL:
http://www.m5sim.org/flyspray/task/192

You are receiving this message because you have requested it from the
Flyspray bugtracking system.  You can be removed from future
notifications by visiting the URL shown above.

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


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


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

Reply via email to