diff options
author | Nikos Nikoleris <nikos.nikoleris@arm.com> | 2018-08-30 10:26:31 +0100 |
---|---|---|
committer | Nikos Nikoleris <nikos.nikoleris@arm.com> | 2018-09-10 14:47:26 +0000 |
commit | 3d4a78bec0d7c013e699c10eb56de15f85c82430 (patch) | |
tree | e72a25f6e6e38bae16c7f4ce64bf714f9e83536c /src/dev/arm/SConscript | |
parent | bbedc395612a97429ce0e5d0d86c92c6b7557aad (diff) | |
download | gem5-3d4a78bec0d7c013e699c10eb56de15f85c82430.tar.xz |
configs: Use the same address ranges for dir and mem_ctrls
In Ruby, for every directory we create one memory controller for every
range in the memory ranges. Previously the memory controllers and the
directories created their address ranges independently and as a result
a mismatch was possible. In fact, we assinged an interleaved address
range with hasing for the memory controllers while the corresponding
directories would be assigned the same interleaved address range
without hashing.
This change uses the address range of the memory controllers to
populate the list of address ranges for the corresponding directory
and avoid bugs due to code duplication.
Change-Id: I1e321c81a254199e5aaa9f3b81f4a4642c60a67a
Reviewed-on: https://gem5-review.googlesource.com/12318
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'src/dev/arm/SConscript')
0 files changed, 0 insertions, 0 deletions