44a45,48
> """Simple CPU model executing a configurable number of
> instructions per cycle. This model uses the simplified 'atomic'
> memory mode."""
>
46a51,59
>
> @classmethod
> def memory_mode(cls):
> return 'atomic'
>
> @classmethod
> def support_take_over(cls):
> return True
>