cvw/src/cache
Alec Vercruysse 6299c0ef0b Cacheway Exclude FlushStage=1 when SetValidWay=1
We determined that this case is not hit even for i$, so this
case is also excluded separately for i$. It could be a better
idea to remove the ~FlushStage check completely (if we're sure).

My reasoning for this one is written as a comment in the exclusion
script: since a pipeline stall is asserted by the cache in the fetch
stage (which happens before going into the WRITE_LINE state and
asserting SetValidWay), there seems to be no way to trigger
a FlushStage (FlushW for D$) while the stallM is active.
2023-04-25 20:30:46 -07:00
..
cache.sv Merge pull request #233 from AlecVercruysse/coverage3 2023-04-14 22:15:11 -05:00
cachefsm.sv Fixted syntax error in exclusion. Arbitrarily picked -e 1; fix if this isn't right 2023-04-22 10:07:48 -07:00
cacheLRU.sv Merge pull request #233 from AlecVercruysse/coverage3 2023-04-14 22:15:11 -05:00
cacheway.sv Cacheway Exclude FlushStage=1 when SetValidWay=1 2023-04-25 20:30:46 -07:00
subcachelineread.sv Some cleanup 2023-04-13 21:01:57 -07:00