ruby: add option for number of transitions per cycle
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 20 Aug 2013 16:32:31 +0000 (11:32 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 20 Aug 2013 16:32:31 +0000 (11:32 -0500)
commitc4e7e18eeb72ede635ea75314406a19fa532fdd6
treedb08ff711f1548f541679be9b7be94322da03972
parentc6062a3981e121d43ace2313766bdd4a1ce52d94
ruby: add option for number of transitions per cycle
The number of transitions per cycle that a controller can carry out is
a proxy for the number of ports that a controller has. This value is
currently 32 which is way too high. The patch introduces an option
for the number of ports and uses this option in the protocol files
to set the number of transitions. The default value is being set to
4. None of the se regressions change. Ruby stats for the fs regression
change and are being updated.
configs/ruby/MESI_CMP_directory.py
configs/ruby/MI_example.py
configs/ruby/MOESI_CMP_directory.py
configs/ruby/MOESI_CMP_token.py
configs/ruby/MOESI_hammer.py
configs/ruby/Ruby.py
tests/configs/memtest-ruby.py
tests/configs/rubytest-ruby.py