summaryrefslogtreecommitdiff
path: root/src/mem/ruby/profiler/Profiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/profiler/Profiler.py')
-rw-r--r--src/mem/ruby/profiler/Profiler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/ruby/profiler/Profiler.py b/src/mem/ruby/profiler/Profiler.py
index d15573aa4..3521911c2 100644
--- a/src/mem/ruby/profiler/Profiler.py
+++ b/src/mem/ruby/profiler/Profiler.py
@@ -36,3 +36,4 @@ class RubyProfiler(SimObject):
hot_lines = Param.Bool(False, "")
all_instructions = Param.Bool(False, "")
num_of_sequencers = Param.Int("")
+ ruby_system = Param.RubySystem("")