last => done
This commit is contained in:
committed by
Andrew Waterman
parent
380c10f7bd
commit
dbc8f4b30b
@ -975,6 +975,6 @@ class NonBlockingDCacheModule(outer: NonBlockingDCache) extends HellaCacheModule
|
||||
io.cpu.replay_next := (s1_replay && s1_read) || mshrs.io.replay_next
|
||||
|
||||
// performance events
|
||||
io.cpu.acquire := edge.last(tl_out.a)
|
||||
io.cpu.release := edge.last(tl_out.c)
|
||||
io.cpu.acquire := edge.done(tl_out.a)
|
||||
io.cpu.release := edge.done(tl_out.c)
|
||||
}
|
||||
|
Reference in New Issue
Block a user