cpu: Fix memoryIssueLimit checking in Minor
This patch fixes the checking of the number of memory instructions issued per cycles in the Minor CPU.
This commit is contained in:
@@ -671,7 +671,7 @@ Execute::issue(bool only_issue_microops)
|
||||
timing->extraAssumedLat;
|
||||
}
|
||||
|
||||
bool issued_mem_ref = inst->isMemRef();
|
||||
issued_mem_ref = inst->isMemRef();
|
||||
|
||||
QueuedInst fu_inst(inst);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user