projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26acdd4
)
ruby: made randomization true by default
author
Derek Hower
<drh5@cs.wisc.edu>
Fri, 11 Sep 2009 02:19:34 +0000
(21:19 -0500)
committer
Derek Hower
<drh5@cs.wisc.edu>
Fri, 11 Sep 2009 02:19:34 +0000
(21:19 -0500)
src/mem/ruby/config/defaults.rb
patch
|
blob
|
history
diff --git
a/src/mem/ruby/config/defaults.rb
b/src/mem/ruby/config/defaults.rb
index a286b01fb24f8f14c4dae849349ba8a066ba68f9..ab717cece4e52ec834b0b53a2f60af05c2905d6f 100644
(file)
--- 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,
fals
e
+ default_param :randomization, Boolean,
tru
e
# tech_nm is the device size used to calculate latency and area
# information about system components