diff options
Diffstat (limited to 'configs/example')
-rw-r--r-- | configs/example/arm/fs_bigLITTLE.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |