1
0

remove aborts; simplify probes

This commit is contained in:
Andrew Waterman
2013-03-19 15:29:40 -07:00
parent e0361840bd
commit ea9d0b771e
5 changed files with 14 additions and 91 deletions

View File

@ -259,7 +259,6 @@ class ICache(implicit c: ICacheConfig, lnconf: LogicalNetworkConfiguration) exte
when (io.mem.acquire.ready && finish_q.io.enq.ready) { state := s_refill_wait }
}
is (s_refill_wait) {
when (io.mem.abort.valid) { state := s_request }
when (io.mem.grant.valid) { state := s_refill }
}
is (s_refill) {