Cache Design for Embedded Real-Time Systems

Loading...
Thumbnail Image

Files

esc99.pdf (41.78 KB)
No. of downloads: 526
ESC-99_slides.pdf (204.78 KB)
No. of downloads: 407

Publication or External Link

Date

1999-06-30

Advisor

Citation

"Cache design for embedded real-time systems." Bruce L Jacob. Embedded Systems Conference, Summer 1999. Danvers MA, June 1999.

DRUM DOI

Abstract

Caches have long been a mechanism for speeding memory access and are popular in embedded hardware architectures from microcontrollers to core-based ASIC designs. However, caches are considered ill-suited for embedded real-time systems because they provide a probabilistic performance boost— a cache may or may not contain the desired data at any given moment. Analysis that guarantees when an item will or will not be in the cache has proven difficult, so many real-time systems simply disable caching and schedule tasks based on worst-case memory access time. Yet there are several cache organizations that provide the benefit of caching without the real-time drawbacks of hardware-managed caches. These are software-managed caches, and several different examples can be found, from DSP-style on-chip RAM to academic designs. This paper compares the operation and organization of caches as found in general-purpose processors, microcontrollers, and DSPs; it also discusses designs for embedded realtime systems.

Notes

Rights