config: Do not use hardcoded physmem in fs script
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 7 Jan 2013 18:05:38 +0000 (13:05 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 7 Jan 2013 18:05:38 +0000 (13:05 -0500)
commite65de3f5ca1d1a91265d09b1950a2d69c620631b
tree032c2483fde6e6c79e79495862f7ee5dd490ffd9
parent15a979c6be704a4bb083b64148d1a25d7fc4e682
config: Do not use hardcoded physmem in fs script

This patch generalises the address range resolution for the I/O cache
and I/O bridge such that they do not assume a single memory. The patch
involves adding a parameter to the system which is then defined based
on the memories that are to be visible from the I/O subsystem, whether
behind a cache or a bridge.

The change is needed to allow interleaved memory controllers in the
system.
configs/common/FSConfig.py
configs/example/fs.py
src/sim/System.py
tests/configs/base_config.py
tests/configs/twosys-tsunami-simple-atomic.py