cpu, o3: Remove assertion on buffer from rename being empty
Review Request #2859 - Created May 28, 2015 and updated
| Information | |
|---|---|
| Alexandru Dutu | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10865:ea6f1011ab07 --------------------------- cpu, o3: Remove assertion on buffer from rename being empty This patch removes assertion in sortInsts() regarding the insts buffer from rename to issue being empty. The assertion makes little sense as insts, the queue used to buffer instructions from rename to iew should not be empty in every tick of iew. Issue can be slower than rename.
Quick regressions passed for all ISAs.
