Searched hist:11620 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/
H A Dparams.py11620:57f21c16adde Tue Sep 13 23:06:00 EDT 2016 Matt Poremba <Matthew.Poremba@amd.com> 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.

Completed in 32 milliseconds