----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1966/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- 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. Diffs ----- configs/ruby/MESI_CMP_directory.py afa9f7f4ee46 configs/ruby/MI_example.py afa9f7f4ee46 configs/ruby/MOESI_CMP_directory.py afa9f7f4ee46 configs/ruby/MOESI_CMP_token.py afa9f7f4ee46 configs/ruby/MOESI_hammer.py afa9f7f4ee46 configs/ruby/Ruby.py afa9f7f4ee46 tests/configs/memtest-ruby.py afa9f7f4ee46 tests/configs/rubytest-ruby.py afa9f7f4ee46 Diff: http://reviews.gem5.org/r/1966/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
