Review Board 2.0.15


ruby: add option for number of transitions per cycle

Review Request #1966 - Created Aug. 17, 2013 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 9822:bc3b52b32bad
---------------------------
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. The only fs regression changes,
but this might be due to some other change since we see this regression
fail on zizzer.

   
Review request changed
Updated (Aug. 21, 2013, 5:55 a.m.)

Status: Closed (submitted)