Review Board 2.0.15


ruby: add a couple of members to ruby objects to remove statics

Review Request #3421 - Created April 4, 2016 and updated - Latest diff uploaded

Information
Brandon Potter
gem5
default
Reviewers
Default
Changeset 11423:41c966b4e307
---------------------------
ruby: add a couple of members to ruby objects to remove statics

The block_size_bits and block_size_bytes members are added to all of the
ruby objects which previously relied on their respective 'RubySystem::'
variants. The goal is to pass in the values through Python parameter lists
and inheritance rather than rely on global variables to pass values.

This changeset does not modify the functions and methods to use the
the new members; that will happen in subsequent changesets with the goal of
providing some clarity to the new changes rather than a large indecipherable
changeset.