summaryrefslogtreecommitdiff
path: root/src/mem/ruby/config/defaults.rb
diff options
context:
space:
mode:
authorDerek Hower <drh5@cs.wisc.edu>2009-09-10 22:02:13 -0500
committerDerek Hower <drh5@cs.wisc.edu>2009-09-10 22:02:13 -0500
commit1e40ee4ea081908782dd7ba159b9f680d933855c (patch)
tree86ea0a84a133b237eb1cd4c0f790765ae08905fb /src/mem/ruby/config/defaults.rb
parentca0e0c368357f1e31b69c92ada4e3021b84d5560 (diff)
parent0637fe0bfd626711b2535cbdf5c40ba67fa7cdfe (diff)
downloadgem5-1e40ee4ea081908782dd7ba159b9f680d933855c.tar.xz
Automated merge with ssh://hg@m5sim.org/m5
Diffstat (limited to 'src/mem/ruby/config/defaults.rb')
-rw-r--r--src/mem/ruby/config/defaults.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/ruby/config/defaults.rb b/src/mem/ruby/config/defaults.rb
index 384abd119..ab717cece 100644
--- a/src/mem/ruby/config/defaults.rb
+++ b/src/mem/ruby/config/defaults.rb
@@ -163,8 +163,8 @@ class MOESI_CMP_directory_DirectoryController < DirectoryController
end
class MOESI_CMP_directory_DMAController < DMAController
- default_param :request_latency, Integer, 6
- default_param :response_latency, Integer, 6
+ default_param :request_latency, Integer, 14
+ default_param :response_latency, Integer, 14
end
class RubySystem
@@ -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