• W
    dcache: do not access plru when refill (#1591) · 92816bbc
    William Wang 提交于
    * dcache: do not access plru when refill
    
    Now we have accessed plru when load miss, we should not access plru
    when refill
    
    * dcache: not not access plru when miss queue full
    
    It will help avoid invalid plru access when miss queue full
    92816bbc
DCacheWrapper.scala 25.9 KB