mem: Add a method to build multi-channel DRAM configurations
Review Request #1733 - Created Feb. 18, 2013 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9563:f9643f2771bc --------------------------- mem: Add a method to build multi-channel DRAM configurations This patch adds a class method that allows easy creation of channel-interleaved multi-channel DRAM configurations. It is enabled by a class method to allow customisation of the class independent of the channel configuration. For example, the user can create a MyDDR subclass of e.g. SimpleDDR3, and then create a four-channel configuration of the subclass by calling MyDDR.makeMultiChannel(4, mem_start, mem_size).
util/regress all passing (disregarding t1000 and eio)
Posted (Feb. 26, 2013, 6:02 p.m.)
With more than a week in review, are there any comments on this and the other address-merging and multi-channel DRAM patches? If not I'll assume that's a green light in a day or so.
