diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-01-10 18:35:45 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-01-10 18:35:45 -0600 |
commit | bd739a75b99c110008114f1079a41c743e65da84 (patch) | |
tree | c598b66ecf291a4b3610c689f118ed96a465d821 /configs/ruby | |
parent | a1b4cb58f13b30267ee628c275900cd0fa47c0ad (diff) | |
download | gem5-bd739a75b99c110008114f1079a41c743e65da84.tar.xz |
Ruby: remove the files related to the tracer
The Ruby Tracer is out of date with the changes that are being carried
out to support checkpointing. Hence, it needs to be removed.
Diffstat (limited to 'configs/ruby')
-rw-r--r-- | configs/ruby/Ruby.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py index 1562c531c..b70ffe177 100644 --- a/configs/ruby/Ruby.py +++ b/configs/ruby/Ruby.py @@ -154,11 +154,8 @@ def create_system(options, system, piobus = None, dma_devices = []): ruby_profiler = RubyProfiler(ruby_system = ruby, num_of_sequencers = len(cpu_sequencers)) - ruby_tracer = RubyTracer(ruby_system = ruby) - ruby.network = network ruby.profiler = ruby_profiler - ruby.tracer = ruby_tracer ruby.mem_size = total_mem_size ruby._cpu_ruby_ports = cpu_sequencers ruby.random_seed = options.random_seed |