# HG changeset patch # User Derek Hower <[email protected]> # Date 1252635574 18000 # Node ID 576153b639d0384524fe1404f6fd12205ff1c362 # Parent f1ee92cfcc10a8192f6955d6798ed50044c36609 ruby: made randomization true by default
diff --git a/src/mem/ruby/config/defaults.rb b/src/mem/ruby/config/defaults.rb --- a/src/mem/ruby/config/defaults.rb +++ b/src/mem/ruby/config/defaults.rb @@ -179,7 +179,7 @@ # 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 _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
