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 9210c3c0b..9d81d4014 100644
--- a/src/mem/ruby/profiler/Profiler.py
+++ b/src/mem/ruby/profiler/Profiler.py
@@ -6,6 +6,7 @@ class RubyProfiler(SimObject):
cxx_class = 'Profiler'
hot_lines = Param.Bool(False, "")
all_instructions = Param.Bool(False, "")
+ num_of_sequencers = Param.Int("")
mem_cntrl_count = Param.Int(0, "")
banks_per_rank = Param.Int("")
ranks_per_dimm = Param.Int("")