1
0

Filled out 4 state coherence functions for cache

This commit is contained in:
Henry Cook
2012-03-02 21:58:50 -08:00
parent 00989c58bd
commit 35f97bf858
2 changed files with 27 additions and 19 deletions

View File

@ -605,8 +605,6 @@ abstract class HellaCache extends Component {
def newStateOnWriteback(): UFix
def newStateOnFlush(): UFix
def newStateOnHit(cmd: Bits, state: UFix): UFix
def newStateOnPrimaryMiss(cmd: Bits): UFix
def newStateOnSecondaryMiss(cmd: Bits, state: UFix): UFix
}
class HellaCacheUniproc extends HellaCache with ThreeStateIncoherence {