config: Make ex5_*.py independent of old configs
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 26 Jun 2017 13:57:51 +0000 (14:57 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 3 Jul 2017 09:47:19 +0000 (09:47 +0000)
commit90c7e56bf407a180fb4d9b4c7721066480836473
tree1590b025244fc1f3504493e5b2bbd7d652bdfb93
parent643dd613e06eb3e2fae3166dba3312c953ce8c6d
config: Make ex5_*.py independent of old configs

The ex5_LITTLE and ex5_big configs currently depend on Caches.py and
O3_ARM_v7a.py. These aren't actual dependencies since all of the
params from the caches and the old O3 model are overridden. This
changeset updates the ex5 models to derive from the base SimObjects
instead.

Change-Id: I999e73bb9cc21ad96865c1bc0dd5973faa48ab61
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Gabor Dozsa <gabor.dozsa@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/3942
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
configs/common/ex5_LITTLE.py
configs/common/ex5_big.py