diff --git a/configs/example/se.py b/configs/example/se.py index 804ef02c5..f12d4a994 100644 --- a/configs/example/se.py +++ b/configs/example/se.py @@ -214,7 +214,7 @@ def get_processes(options): # Sanity check if options.simpoint_profile: - if not CpuConfig.is_atomic_cpu(TestCPUClass): + if not CpuConfig.is_atomic_cpu(CPUClass): fatal("SimPoint/BPProbe should be done with an atomic cpu") if np > 1: fatal("SimPoint generation not supported with more than one CPUs")