From 6f9bd33b73428709b534d2c4a2b8246557be2397 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Tue, 10 Jul 2012 22:51:54 -0700 Subject: ruby: remove the cpu assumptions for the random tester --- configs/example/ruby_random_test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configs/example') diff --git a/configs/example/ruby_random_test.py b/configs/example/ruby_random_test.py index eae3873b7..3f6bd72e2 100644 --- a/configs/example/ruby_random_test.py +++ b/configs/example/ruby_random_test.py @@ -90,8 +90,7 @@ if buildEnv['PROTOCOL'] == 'MOESI_hammer': tester = RubyTester(check_flush = check_flush, checks_to_complete = options.checks, - wakeup_frequency = options.wakeup_freq, - num_cpus = options.num_cpus) + wakeup_frequency = options.wakeup_freq) # # Create the M5 system. Note that the Memory Object isn't @@ -104,6 +103,8 @@ Ruby.create_system(options, system) assert(options.num_cpus == len(system.ruby._cpu_ruby_ports)) +tester.num_cpus = len(system.ruby._cpu_ruby_ports) + # # The tester is most effective when randomization is turned on and # artifical delay is randomly inserted on messages -- cgit v1.2.3