Ali Saidi got review request #1661!
cpu: fix case with o3 cpu blocking and unblocking decode in cycle
Review Request #1661 - Created Jan. 22, 2013 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9514:dbc0f2f7a43c --------------------------- cpu: fix case with o3 cpu blocking and unblocking decode in cycle Fix a case in the O3 CPU where the decode stage blocks and unblocks in a single cycle sending both signals to fetch which causes an assert or worse. The previous check could never work before since the status was set to Blocked before a test for the status being Unblocking was executed.
