config: Move core timing models to config/common/cores
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 26 Jun 2017 13:35:17 +0000 (14:35 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 3 Jul 2017 09:47:19 +0000 (09:47 +0000)
commit3212bdf3a89addef371bd7d3f43c322b002644db
tree1fed0da5283d032453be081f9f7ec7fd77904a85
parent90c7e56bf407a180fb4d9b4c7721066480836473
config: Move core timing models to config/common/cores

Change-Id: I189b6462cc64f7cc6c1b7a6c2af1abb60e1854de
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Gabor Dozsa <gabor.dozsa@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/3943
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
14 files changed:
configs/common/CacheConfig.py
configs/common/CpuConfig.py
configs/common/O3_ARM_v7a.py [deleted file]
configs/common/cores/__init__.py [new file with mode: 0644]
configs/common/cores/arm/O3_ARM_v7a.py [new file with mode: 0644]
configs/common/cores/arm/__init__.py [new file with mode: 0644]
configs/common/cores/arm/ex5_LITTLE.py [new file with mode: 0644]
configs/common/cores/arm/ex5_big.py [new file with mode: 0644]
configs/common/ex5_LITTLE.py [deleted file]
configs/common/ex5_big.py [deleted file]
configs/example/arm/fs_bigLITTLE.py
tests/configs/arm_generic.py
tests/configs/o3-timing-mt.py
tests/configs/o3-timing.py