The Enterprise in [simics]/targets/x86-440bx/ comes pre-configured with a simple MAI model: enterprise-ma-common.simics. You can start it as you would start any Simics script:
# ./simics -ma targets/x86-440bx/enterprise-ma-common.simics Checking out a license... done: academic license. +----------------+ Copyright 1998-2005 by Virtutech, All Rights Reserved | Virtutech | Version: Simics 3.0.0 | Simics | Build: trunk Tue Sep 13 10:03:44 2005 UTC +----------------+ www.simics.com "Virtutech" and "Simics" are trademarks of Virtutech AB Type 'copyright' for details on copyright. Type 'license' for details on warranty, copying, etc. Type 'readme' for further information about this version. Type 'help help' for info on the on-line documentation. simics>
If the log level of the sample x86 model is set to 2, it will print out how many steps it has executed every 65536 cycles. Since the speed of the model depends a lot on the executed instructions, it is a useful indication of how far the simulation has run:
simics> ma_cpu0.log-level 2 [ma_cpu0] Changing log level: 1 -> 2 simics> c [ma_cpu0 info] cycle: 65535, steps: 128584 [ma_cpu0 info] cycle: 131071, steps: 325192 [ma_cpu0 info] cycle: 196607, steps: 521800