49,50c49,50
< # Get the block size from the parent (cache)
< block_size = Param.Int(Parent.block_size, "block size in bytes")
---
> # Get the block size from the parent (system)
> block_size = Param.Int(Parent.cache_line_size, "block size in bytes")