diff options
author | Polina Dudnik <pdudnik@gmail.com> | 2009-07-16 15:40:48 -0500 |
---|---|---|
committer | Polina Dudnik <pdudnik@gmail.com> | 2009-07-16 15:40:48 -0500 |
commit | e557b4beb570c2019d01da6cb1036dad5853cb60 (patch) | |
tree | ed81eecfcb6bf3ded59e5bc269550b398deefc47 /src/mem/ruby | |
parent | 23a405f5d8f025784bf447f49a3d1e938577ef2b (diff) | |
parent | e9eccf722575ff6a46165f3e6a4872e767f475b8 (diff) | |
download | gem5-e557b4beb570c2019d01da6cb1036dad5853cb60.tar.xz |
merge
Diffstat (limited to 'src/mem/ruby')
-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, |