From 12daaed84a44920968adb6b16bd558561bd18801 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:19 -0800 Subject: ruby: Added clock to ruby system As a first step to migrate ruby to the M5 eventqueue, added a clock variable to the ruby system. --- configs/example/memtest-ruby.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/example/memtest-ruby.py') diff --git a/configs/example/memtest-ruby.py b/configs/example/memtest-ruby.py index 8c7923512..844acefb4 100644 --- a/configs/example/memtest-ruby.py +++ b/configs/example/memtest-ruby.py @@ -158,7 +158,8 @@ network = SimpleNetwork(topology = makeCrossbar(l1_cntrl_nodes + \ mem_size_mb = sum([int(dir_cntrl.directory.size_mb) \ for dir_cntrl in dir_cntrl_nodes]) -system.ruby = RubySystem(network = network, +system.ruby = RubySystem(clock = '1GHz', + network = network, profiler = RubyProfiler(), tracer = RubyTracer(), debug = RubyDebug(), -- cgit v1.2.3