1c1
< # Copyright (c) 2010-2011 ARM Limited
---
> # Copyright (c) 2010-2012 ARM Limited
135a136,139
> # Sanity check
> if options.fastmem and (options.caches or options.l2cache):
> fatal("You cannot use fastmem in combination with caches!")
>
138c142
< test_sys.cpu[i].physmem_port = test_sys.physmem.port
---
> test_sys.cpu[i].fastmem = True
163c167
< drive_sys.cpu.physmem_port = drive_sys.physmem.port
---
> drive_sys.cpu.fastmem = True