From 3212bdf3a89addef371bd7d3f43c322b002644db Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 26 Jun 2017 14:35:17 +0100 Subject: config: Move core timing models to config/common/cores Change-Id: I189b6462cc64f7cc6c1b7a6c2af1abb60e1854de Signed-off-by: Andreas Sandberg Reviewed-by: Gabor Dozsa Reviewed-on: https://gem5-review.googlesource.com/3943 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- configs/example/arm/fs_bigLITTLE.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs/example/arm/fs_bigLITTLE.py') diff --git a/configs/example/arm/fs_bigLITTLE.py b/configs/example/arm/fs_bigLITTLE.py index 4f548b184..2965f4757 100644 --- a/configs/example/arm/fs_bigLITTLE.py +++ b/configs/example/arm/fs_bigLITTLE.py @@ -51,8 +51,7 @@ m5.util.addToPath("../../") from common import SysPaths from common import CpuConfig -from common import ex5_big -from common import ex5_LITTLE +from common.cores.arm import ex5_big, ex5_LITTLE import devices from devices import AtomicCluster, KvmCluster -- cgit v1.2.3