diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-07-14 18:06:30 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-07-14 18:06:30 -0700 |
commit | 6262b31515020ab62cd51b382c0184a34d290d4d (patch) | |
tree | f97a801f59c95a78cf80032d8ee0ea5edc03da74 /src | |
parent | fce4412d76481f0e60b1611349fe49bfe8110ee9 (diff) | |
parent | 100da6b3267b4e3d6834cd872502b8303d289d17 (diff) | |
download | gem5-6262b31515020ab62cd51b382c0184a34d290d4d.tar.xz |
Merge with head.
Diffstat (limited to 'src')
-rw-r--r-- | src/mem/ruby/config/defaults.rb | 2 |
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, |