80a81
> block_size_bits = int(math.log(options.cacheline_size, 2))
87c88,89
< assoc = options.l1i_assoc)
---
> assoc = options.l1i_assoc,
> start_index_bit = block_size_bits)
89c91,92
< assoc = options.l1d_assoc)
---
> assoc = options.l1d_assoc,
> start_index_bit = block_size_bits)
91c94,95
< assoc = options.l2_assoc)
---
> assoc = options.l2_assoc,
> start_index_bit = block_size_bits)