From 976f27487b57e968a326752fcf74747427733df6 Mon Sep 17 00:00:00 2001 From: Mitch Hayenga Date: Wed, 3 Sep 2014 07:42:33 -0400 Subject: cpu: Change writeback modeling for outstanding instructions As highlighed on the mailing list gem5's writeback modeling can impact performance. This patch removes the limitation on maximum outstanding issued instructions, however the number that can writeback in a single cycle is still respected in instToCommit(). --- configs/common/O3_ARM_v7a.py | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/common') diff --git a/configs/common/O3_ARM_v7a.py b/configs/common/O3_ARM_v7a.py index 5a94438d7..ae4822a0c 100644 --- a/configs/common/O3_ARM_v7a.py +++ b/configs/common/O3_ARM_v7a.py @@ -126,7 +126,6 @@ class O3_ARM_v7a_3(DerivO3CPU): dispatchWidth = 6 issueWidth = 8 wbWidth = 8 - wbDepth = 1 fuPool = O3_ARM_v7a_FUP() iewToCommitDelay = 1 renameToROBDelay = 1 -- cgit v1.2.3