Configs: Fix memtest.py by moving the system port
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 27 Sep 2012 07:24:21 +0000 (03:24 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 27 Sep 2012 07:24:21 +0000 (03:24 -0400)
commit9d9b71e485a424bc09e56806cc69d14413a79a48
treec86229048fad3c7684f31dad8be05fa338a62be0
parent91e74beee60b2085d18dfbfd51018dce2c779d8d
Configs: Fix memtest.py by moving the system port

The memtest.py script used to connect the system port directly to the
SimpleMemory, but the latter is now single ported. Since the system
port is not used for anything in this particular example, a quick fix
is to attach it to the functional bus instead.
configs/example/memtest.py