Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Oct 16, 2023
1 parent 7776f6c commit 8b8a72c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/naxriscv/lsu/DataCache.scala
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ case class DataCacheParameters(cacheSize: Int,
def toTilelinkS2mSupported(proposed : S2mSupport) = S2mSupport(S2mTransfers(probe = SizeRange(lineSize)))
}

//TODO L1 status tracking into L2 need to be exact, so need to notify when going from shared to invalid/another line.
class DataCache(val p : DataCacheParameters) extends Component {
import p._

Expand Down

0 comments on commit 8b8a72c

Please sign in to comment.