1
0

Merge remote-tracking branch 'origin/master' into rocc-fpu-port

This commit is contained in:
Yunsup Lee 2015-04-29 00:43:53 -07:00
commit b9fb1bb46e

View File

@ -511,7 +511,7 @@ class ProbeUnit extends L1HellaCacheModule {
req := io.req.bits
}
val reply = old_coh.makeRelease(req, req.client_xact_id)
val reply = old_coh.makeRelease(req)
io.req.ready := state === s_invalid
io.rep.valid := state === s_release &&
!(tag_matches && old_coh.requiresVoluntaryWriteback()) // Otherwise WBU will issue release