Review Board 2.0.15


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)
Review request changed
Updated (March 1, 2013, 2:18 a.m.)

Status: Closed (submitted)