ruby: made randomization true by default
authorDerek Hower <drh5@cs.wisc.edu>
Fri, 11 Sep 2009 02:19:34 +0000 (21:19 -0500)
committerDerek Hower <drh5@cs.wisc.edu>
Fri, 11 Sep 2009 02:19:34 +0000 (21:19 -0500)
src/mem/ruby/config/defaults.rb

index a286b01fb24f8f14c4dae849349ba8a066ba68f9..ab717cece4e52ec834b0b53a2f60af05c2905d6f 100644 (file)
@@ -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