diff options
author | Derek Hower <drh5@cs.wisc.edu> | 2009-09-10 21:19:34 -0500 |
---|---|---|
committer | Derek Hower <drh5@cs.wisc.edu> | 2009-09-10 21:19:34 -0500 |
commit | ef87b6dc82da7322a7bcd540f259e1ed2cb07864 (patch) | |
tree | 070c3cf4bdd458a91d9b0e61203b5a5f5a72f082 /src | |
parent | 26acdd4f346ecf1826960ea5fb361bc5ac197e31 (diff) | |
download | gem5-ef87b6dc82da7322a7bcd540f259e1ed2cb07864.tar.xz |
ruby: made randomization true by default
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 a286b01fb..ab717cece 100644 --- a/src/mem/ruby/config/defaults.rb +++ b/src/mem/ruby/config/defaults.rb @@ -179,7 +179,7 @@ class RubySystem # you can still have a non-deterministic simulation if random seed # is set to "rand". This is because the Ruby swtiches use random # link priority elevation - default_param :randomization, Boolean, false + default_param :randomization, Boolean, true # tech_nm is the device size used to calculate latency and area # information about system components |