38,39c38,39
< hit_latency = '1ns'
< response_latency = '1ns'
---
> hit_latency = 2
> response_latency = 2
51,52c51,52
< hit_latency = '10ns'
< response_latency = '10ns'
---
> hit_latency = 20
> response_latency = 20
64,65c64,65
< system.toL2Bus = CoherentBus()
< system.l2c = L2(size='4MB', assoc=8)
---
> system.toL2Bus = CoherentBus(clock = '2GHz')
> system.l2c = L2(clock = '2GHz', size='4MB', assoc=8)