From 0bd7ef1278171e9352f6ccbebb5df03bd3e3a350 Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Tue, 26 Jul 2016 22:21:41 -0700 Subject: [PATCH] re-enable SCs inflight with other requests --- groundtest/src/main/scala/TraceGen.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/groundtest/src/main/scala/TraceGen.scala b/groundtest/src/main/scala/TraceGen.scala index bd082a99..252f1966 100644 --- a/groundtest/src/main/scala/TraceGen.scala +++ b/groundtest/src/main/scala/TraceGen.scala @@ -442,8 +442,7 @@ class TraceGenerator(id: Int) } } // Delay finished, send SC request - //when (opInProgress === UInt(3)) { - when (opInProgress === UInt(3) && !reqValid && reqCount === respCount) { + when (opInProgress === UInt(3)) { when (canSendFreshReq) { // Set command, but leave address // i.e. use same address as LR did