40a41
> from IndexingPolicies import *
66a68,75
> # Get indexing policy
> indexing_policy = Param.BaseIndexingPolicy(SetAssociative(),
> "Indexing policy")
>
> # Set the indexing entry size as the block size
> entry_size = Param.Int(Parent.cache_line_size,
> "Indexing entry size in bytes")
>
87a97,99
> # The indexing entry now is a sector block
> entry_size = Parent.cache_line_size * Self.num_blocks_per_sector
>
99,101c111,113
< class SkewedAssoc(BaseSetAssoc):
< type = 'SkewedAssoc'
< cxx_header = "mem/cache/tags/skewed_assoc.hh"
---
>
> # This tag uses its own embedded indexing
> indexing_policy = NULL