base: Output all AddrRange parameters to config.ini
authorMatt Poremba <Matthew.Poremba@amd.com>
Wed, 14 Sep 2016 03:06:18 +0000 (23:06 -0400)
committerMatt Poremba <Matthew.Poremba@amd.com>
Wed, 14 Sep 2016 03:06:18 +0000 (23:06 -0400)
commit4c903d04128e2232e1121ea5344904bf86342094
treec7a179b4313a8b7dca9c3601d4178e2312ea2cd7
parent3329de1e86e490f380e9c32e26b03df6ce8a4acd
base: Output all AddrRange parameters to config.ini

Currently only 'start' and 'end' of AddrRange are printed in config.ini.
This causes address ranges to be overlapping when loading a c++-only
config with interleaved addresses using CxxConfigManger. This patch adds
prints for the interleave and XOR bits to config.ini such that address
ranges are properly setup with cxx config.
src/python/m5/params.py