diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2009-10-16 08:15:53 -0700 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2009-10-16 08:15:53 -0700 |
commit | 912f3d707412b9a6001fe816d7a56a9743c86e34 (patch) | |
tree | 6b4d291844202f34193ea62de75b1dc5585d88a1 /configs | |
parent | 30a185dcd04cc7797609398219482d03a68509f9 (diff) | |
download | gem5-912f3d707412b9a6001fe816d7a56a9743c86e34.tar.xz |
removed libruby file reference from ruby_se.py
Diffstat (limited to 'configs')
-rw-r--r-- | configs/example/ruby_se.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/example/ruby_se.py b/configs/example/ruby_se.py index 76668f763..e7e930077 100644 --- a/configs/example/ruby_se.py +++ b/configs/example/ruby_se.py @@ -138,7 +138,6 @@ rubymem = RubyMemory( range = AddrRange("512MB"), clock = "1GHz", num_cpus = np, - libruby_file = "src/mem/ruby/amd64-linux/generated/MOESI_CMP_directory/bin/libruby.so", config_file = "ruby.config", stats_file = "m5out/ruby.stats" ) |