configs: Use proper keywordargs for RedirectPath in apu_se
authorKyle Roarty <kyleroarty1716@gmail.com>
Thu, 13 Aug 2020 19:31:36 +0000 (14:31 -0500)
committerKyle Roarty <kyleroarty1716@gmail.com>
Fri, 14 Aug 2020 02:07:46 +0000 (02:07 +0000)
commit9f01f4fd6d93a27843364080a535aa01f7690ebb
tree4b9736b0ff348bcf56c3291f6908d97d2d303bb4
parent58a7be0d463ace658e56e60940f5f959fb0884f2
configs: Use proper keywordargs for RedirectPath in apu_se

RedirectPath uses app_path and host_paths instead of src and dests.
This patch fixes that in apu_se.

The patch also changes the formatting for those lines, as simply
replacing dests with host_paths put the lines over the 80 char limit.

Change-Id: If7e4c41f2f52bc3d5aa26465c786294f9b68f8d3
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32655
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
configs/example/apu_se.py