37,38c37,38
< hit_latency = '1ns'
< response_latency = '1ns'
---
> hit_latency = 2
> response_latency = 2
50,51c50,51
< hit_latency = '10ns'
< response_latency = '10ns'
---
> hit_latency = 20
> response_latency = 20
65,66c65,66
< system.toL2Bus = CoherentBus()
< system.l2c = L2(size='4MB', assoc=8)
---
> system.toL2Bus = CoherentBus(clock = '2GHz')
> system.l2c = L2(clock = '2GHz', size='4MB', assoc=8)