config: separate function for instantiating a memory controller
authorNilay Vaish <nilay@cs.wisc.edu>
Sat, 11 Oct 2014 20:02:23 +0000 (15:02 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sat, 11 Oct 2014 20:02:23 +0000 (15:02 -0500)
commitb80e574d01a0453acfe33084f288ac6fb3cd9cbb
tree55b8b9b1ac9caa49f5394e5de9b33a6aa708910a
parente7f918d8cd7ecc1c122dfae1204b44bf26a1dafc
config: separate function for instantiating a memory controller
This patch moves code for instantiating a single memory controller from
the function config_mem() to a separate function.  This is being done
so that memory controllers can be instantiated without assuming that
they will be attached to the system in a particular fashion.
configs/common/MemConfig.py