Parallel Performance Project Research Paper
Research Paper
-
mlcache: A Flexible Multi-Lateral Cache Simulator
Edward S. Tam, Jude A. Rivers, Gary S. Tyson, and Edward S. Davidson
Technical Report CSE-TR-363-98, University of Michigan, May, 1998
Abstract
-
As the gap between processor and memory speeds increases, cache
performance becomes more critical to overall system performance. To
address this, processor designers typically design for the largest
possible caches that can still remain on the ever growing processor
die. However, alternate, multi-lateral cache designs such as the
Assist Cache, Victim Cache, and NTS Cache have been shown to perform
as well as or better than larger, single structure caches while
requiring less die area. For a given die size, reducing the
requirements to attain a given rate of data supply can allow more
space dedicated for branch prediction, data forwarding, increasing
the size of the reorder buffer, etc. Current cache simulators are not
able to study a wide variety of multi-lateral cache
configurations. Thus, the mlcache multi-lateral cache simulator was
developed to help designers in the middle of the design cycle decide
which cache configuration would best aid in attaining the desired
performance goals of the target processor. mlcache is an
event-driven, timing-sensitive simulator based on the Latency Effects
cache timing model. It can be easily configured to model various
multi-lateral cache configurations using its library of cache state
and data movement routines. The simulator can be easily joined to a
wide range of event-driven processor simulators such as RCM_brisc,
Talisman, SimICS, and SimpleScalar. We use the SPEC95 benchmarks to
illustrate how mlcache can be used to compare the performance of
several different data cache configurations
Back to Publication List, or
Parallel Performance Project Home Page