dev-arm: Don't use args and kwargs on attachIO
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Wed, 25 Mar 2020 18:13:06 +0000 (18:13 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Thu, 26 Mar 2020 16:08:51 +0000 (16:08 +0000)
commit95e676760171b0f1a1b3be4be36c129da1543ebb
tree5a2df07c0ca027aad851497fd7713731b744c2a1
parent5ae5fa85d7eb51f4dafdef7e27316d6fc84dedc1
dev-arm: Don't use args and kwargs on attachIO

This is matching the attachOnChipIO style, and fixing the error of the
dma_ports kwarg being forwarded to the _attach_mem

Change-Id: Ib3ecf2fc18c488d938bbbf63eab3d7693cdb7d06
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27086
Tested-by: Gem5 Cloud Project GCB service account <345032938727@cloudbuild.gserviceaccount.com>
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
src/dev/arm/RealView.py