summaryrefslogtreecommitdiff
path: root/src/mem/ruby
diff options
context:
space:
mode:
authorDerek Hower <drh5@cs.wisc.edu>2009-07-13 14:45:15 -0500
committerDerek Hower <drh5@cs.wisc.edu>2009-07-13 14:45:15 -0500
commitd51445490d9f7ccd09d7003f4360044422bd7b57 (patch)
tree05a5b7e9a41ec53829b219d864244f4c07905e5f /src/mem/ruby
parent15afc87f7cb5994c308422d2b01e1c0723a07e5e (diff)
downloadgem5-d51445490d9f7ccd09d7003f4360044422bd7b57.tar.xz
regression: updated memtest-ruby stats
This also includes a change to the default Ruby random seed, which was previously set using the wall clock. It is now set to 1234 so that the stat files don't change for the regression tester.
Diffstat (limited to 'src/mem/ruby')
-rw-r--r--src/mem/ruby/config/defaults.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/config/defaults.rb b/src/mem/ruby/config/defaults.rb
index 9143cb21e..e54b148e0 100644
--- a/src/mem/ruby/config/defaults.rb
+++ b/src/mem/ruby/config/defaults.rb
@@ -146,7 +146,7 @@ class RubySystem
# Random seed used by the simulation. If set to "rand", the seed
# will be set to the current wall clock at libruby
# initialization. Otherwise, set this to an integer.
- default_param :random_seed, Object, "rand"
+ default_param :random_seed, Object, 1234 #"rand"
# When set to true, the simulation will insert random delays on
# message enqueue times. Note that even if this is set to false,