Abstract
The use of hardware-based data structures for accelerating real-time and embedded system applications is limited by the scarceness of hardware resources. Being limited by the silicon area available, hardware data structures cannot scale in size as easily as their software counterparts. We assert a hardware-software co-design approach is required to elegantly overcome these limitations. In this paper, we present a hybrid priority queue architecture that includes a hardware accelerated binary heap that can also be managed in software when the queue size exceeds hardware limits. A memory mapped interface provides software with access to priority-queue structured on-chip memory, which enables quick and low overhead transitions between hardware and software management. As an application of this hybrid architecture, we present a scalable task scheduler for real-time systems that reduces scheduler processing overhead and improves timing determinism of the scheduler.
| Original language | English |
|---|---|
| Pages (from-to) | 319-334 |
| Number of pages | 16 |
| Journal | International Journal of Embedded Systems |
| Volume | 6 |
| Issue number | 4 |
| DOIs | |
| State | Published - Jan 1 2014 |
Keywords
- Hardware scheduler
- Hardware-software co-design
- Priority queue
- Real-time and embedded systems