projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a185d
)
removed libruby file reference from ruby_se.py
author
Brad Beckmann
<Brad.Beckmann@amd.com>
Fri, 16 Oct 2009 15:15:53 +0000
(08:15 -0700)
committer
Brad Beckmann
<Brad.Beckmann@amd.com>
Fri, 16 Oct 2009 15:15:53 +0000
(08:15 -0700)
configs/example/ruby_se.py
patch
|
blob
|
history
diff --git
a/configs/example/ruby_se.py
b/configs/example/ruby_se.py
index 76668f7631d442a19fbc794cd774b0380991ffee..e7e930077656bff8992ffd659d5a886e5fd6ac58 100644
(file)
--- 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"
)