From: Derek Hower Date: Fri, 11 Sep 2009 02:19:34 +0000 (-0500) Subject: ruby: made randomization true by default X-Git-Tag: Calvin_Submission~24^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef87b6dc82da7322a7bcd540f259e1ed2cb07864;p=gem5.git ruby: made randomization true by default --- 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