ruby: remove the SubBlock class
Review Request #3419 - Created April 4, 2016 and updated
Information | |
---|---|
Brandon Potter | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11421:004c06dd157a --------------------------- ruby: remove the SubBlock class The SubBlock class was added with AMD's recent GPU patches. However, it does not provide anything new that the DataBlock class does not already provide so we remove it here. The change requires tracking the address for the DataBlock more closely and a few new parameters in a couple of functions.