From: Brad Beckmann Date: Fri, 16 Oct 2009 15:15:53 +0000 (-0700) Subject: removed libruby file reference from ruby_se.py X-Git-Tag: stable_2012_02_02~1711 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=912f3d707412b9a6001fe816d7a56a9743c86e34;p=gem5.git removed libruby file reference from ruby_se.py --- 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" )