168a169,175
> 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")
>
179a187,190
> if options.simpoint_profile:
> system.cpu[i].simpoint_profile = True
> system.cpu[i].simpoint_interval = options.simpoint_interval
>