From 912f3d707412b9a6001fe816d7a56a9743c86e34 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 16 Oct 2009 08:15:53 -0700 Subject: [PATCH] removed libruby file reference from ruby_se.py --- configs/example/ruby_se.py | 1 - 1 file changed, 1 deletion(-) 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" )