When an object attached to the timing-model interface receives a memory-transaction, it is allowed to modify the timing of the transaction by returning a stall time (as a number of processor cycles). Upon receiving a non-zero stall time, Simics will block the transaction for that number of processor cycles before executing it.
This behavior is a key to modeling caches and memory hierarchies in Simics, particularly in multi-processor simulations. A complete description of cache simulation in Simics is available in chapter 18. The Simics Programming Guide explains how to make your own timing-model object to observe and stall memory transactions, and provides more information about the different types of stalling available.
To be able to stall transactions, the simulation must be started with the -stall flag. This will tell Simics to set up the processors so that stalling is allowed. It is otherwise disabled for performance reasons.
Stalling a transaction is not always possible, depending on the processor model you are using in the simulation: