61a62,64
> # Set the cache line size of the system
> system.cache_line_size = options.cacheline_size
>
69,70c72
< assoc=options.l2_assoc,
< block_size=options.cacheline_size)
---
> assoc=options.l2_assoc)
80,81c82
< assoc=options.l1i_assoc,
< block_size=options.cacheline_size)
---
> assoc=options.l1i_assoc)
83,84c84
< assoc=options.l1d_assoc,
< block_size=options.cacheline_size)
---
> assoc=options.l1d_assoc)