ruby: made randomization true by default

This commit is contained in:
Derek Hower
2009-09-10 21:19:34 -05:00
parent 26acdd4f34
commit ef87b6dc82

View 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