diff --git a/components_library/processors/simple_core.py b/components_library/processors/simple_core.py index e660fa40a9..4f8a4a6899 100644 --- a/components_library/processors/simple_core.py +++ b/components_library/processors/simple_core.py @@ -36,7 +36,6 @@ from m5.objects import ( AtomicSimpleCPU, DerivO3CPU, TimingSimpleCPU, - X86KvmCPU, BaseCPU, Process, ) diff --git a/components_library/processors/simple_processor.py b/components_library/processors/simple_processor.py index 3aaa606728..4b45171221 100644 --- a/components_library/processors/simple_processor.py +++ b/components_library/processors/simple_processor.py @@ -28,7 +28,6 @@ from components_library.utils.override import overrides from components_library.boards.mem_mode import MemMode from components_library.processors.simple_core import SimpleCore -from m5.objects import KvmVM from m5.util import warn