137,138c137,138
< test_sys.iocache = IOCache(clock = '1GHz',
< addr_ranges = test_sys.mem_ranges)
---
> # By default the IOCache runs at the system clock
> test_sys.iocache = IOCache(addr_ranges = test_sys.mem_ranges)