summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDerek Hower <drh5@cs.wisc.edu>2009-09-10 21:19:34 -0500
committerDerek Hower <drh5@cs.wisc.edu>2009-09-10 21:19:34 -0500
commitef87b6dc82da7322a7bcd540f259e1ed2cb07864 (patch)
tree070c3cf4bdd458a91d9b0e61203b5a5f5a72f082 /src
parent26acdd4f346ecf1826960ea5fb361bc5ac197e31 (diff)
downloadgem5-ef87b6dc82da7322a7bcd540f259e1ed2cb07864.tar.xz
ruby: made randomization true by default
Diffstat (limited to 'src')
-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 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