new-cycle-staller ["name"] [stall-interval]
Return a new cycle staller object that can be used to insert extra stall cycles to the clocks/processors in the model. An example usage is together with caches to model extra cycles due to cache misses. A cycle staller object will accumulate the extra stall cycles fed by other objects and eventually at every stall-interval insert those extra cycles by stalling the associated clock. name can be given to set a name for the object.
cycle-staller
new-simple-cache-tool