164,165c164,165
< #create the iocache
< system.iocache = IOCache(clock='1GHz', addr_ranges=system.mem_ranges)
---
> # create the iocache, which by default runs at the system clock
> system.iocache = IOCache(addr_ranges=system.mem_ranges)