Merge zizzer:/bk/newmem
[gem5.git] / tests / configs / tsunami-simple-timing-dual.py
index bfd478969cfdcac72deb26698b5afdea84392abc..0c8c3d5236710c703a52318c5077f6ba5c6eecfe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -37,4 +37,5 @@ system.cpu = cpus
 for c in cpus:
     c.connectMemPorts(system.membus)
 
-root = Root(clock = '2GHz', system = system)
+root = Root(system=system)
+m5.ticks.setGlobalFrequency('2GHz')