HellaCache: we do NOT really support probe below the block size!
If we did, you would somehow have to retain ownership of the unprobed parts of the block, in case they happened to be dirty.
This commit is contained in:
@ -163,7 +163,7 @@ abstract class HellaCache(hartid: Int)(implicit p: Parameters) extends LazyModul
|
||||
TLClientParameters(
|
||||
name = s"Core ${hartid} DCache",
|
||||
sourceId = IdRange(0, firstMMIO),
|
||||
supportsProbe = TransferSizes(1, cfg.blockBytes)),
|
||||
supportsProbe = TransferSizes(cfg.blockBytes, cfg.blockBytes)),
|
||||
TLClientParameters(
|
||||
name = s"Core ${hartid} DCache MMIO",
|
||||
sourceId = IdRange(firstMMIO, firstMMIO+cfg.nMMIOs),
|
||||
|
Reference in New Issue
Block a user