199a200,206
> if options.simpoint_profile:
> if not options.fastmem:
> # Atomic CPU checked with fastmem option already
> fatal("SimPoint generation should be done with atomic cpu and fastmem")
> if np > 1:
> fatal("SimPoint generation not supported with more than one CPUs")
>
202a210,211
> if options.simpoint_profile:
> test_sys.cpu[i].addSimPointProbe(options.simpoint_interval)