----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2417/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10418:b7eaaa132b0b --------------------------- 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. Diffs ----- configs/common/MemConfig.py d96740732a61 Diff: http://reviews.gem5.org/r/2417/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
