summaryrefslogtreecommitdiff
path: root/configs/ruby/MOESI_CMP_directory.py
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2010-08-20 11:44:09 -0700
committerBrad Beckmann <Brad.Beckmann@amd.com>2010-08-20 11:44:09 -0700
commit5c801090a3e7961fe71c308a629c4529d2dc0de2 (patch)
tree4c447dc6acd73222870befbabfaee625a61bd204 /configs/ruby/MOESI_CMP_directory.py
parenteb1e5636e31f7dd0d1dc650ce46a90a4ce7c6832 (diff)
downloadgem5-5c801090a3e7961fe71c308a629c4529d2dc0de2.tar.xz
config: reorganized how ruby specifies command-line options
Diffstat (limited to 'configs/ruby/MOESI_CMP_directory.py')
-rw-r--r--configs/ruby/MOESI_CMP_directory.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ruby/MOESI_CMP_directory.py b/configs/ruby/MOESI_CMP_directory.py
index a4069d94d..8c332f8e4 100644
--- a/configs/ruby/MOESI_CMP_directory.py
+++ b/configs/ruby/MOESI_CMP_directory.py
@@ -44,6 +44,9 @@ class L1Cache(RubyCache):
class L2Cache(RubyCache):
latency = 15
+def define_options(parser):
+ return
+
def create_system(options, phys_mem, piobus, dma_devices):
if buildEnv['PROTOCOL'] != 'MOESI_CMP_directory':