re-enable SCs inflight with other requests
This commit is contained in:
		| @@ -442,8 +442,7 @@ class TraceGenerator(id: Int) | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|       // Delay finished, send SC request |       // Delay finished, send SC request | ||||||
|       //when (opInProgress === UInt(3)) { |       when (opInProgress === UInt(3)) { | ||||||
|       when (opInProgress === UInt(3) && !reqValid && reqCount === respCount) { |  | ||||||
|         when (canSendFreshReq) { |         when (canSendFreshReq) { | ||||||
|           // Set command, but leave address |           // Set command, but leave address | ||||||
|           // i.e. use same address as LR did |           // i.e. use same address as LR did | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user