Dynamic Priority Queue: An SDRAM Arbiter With Bounded Access Latencies for Tight WCET Calculation
Hardik Shah, Andreas Raabe, Alois Knoll

TL;DR
This paper presents the Dynamic Priority Queue (DPQ), a shared resource arbitration scheme that guarantees bandwidth and low worst-case latency for MPSoC systems, enabling more accurate WCET calculations especially for SDRAM.
Contribution
The paper introduces the DPQ arbitration scheme and an algorithm to predict SDRAM's worst-case latencies, improving WCET bounds for shared resource access.
Findings
DPQ provides fair bandwidth guarantees and low latency.
The approach yields tighter WCET bounds for SDRAM access.
Validated on FPGA with six hardware tasks.
Abstract
This report introduces a shared resource arbitration scheme "DPQ - Dynamic Priority Queue" which provides bandwidth guarantees and low worst case latency to each master in an MPSoC. Being a non-trivial candidate for timing analysis, SDRAM has been chosen as a showcase, but the approach is valid for any shared resource arbitration. Due to its significant cost, data rate and physical size advantages, SDRAM is a potential candidate for cost sensitive, safety critical and space conserving systems. The variable access latency is a major drawback of SDRAM that induces largely over estimated Worst Case Execution Time (WCET) bounds of applications. In this report we present the DPQ together with an algorithm to predict the shared SDRAM's worst case latencies. We use the approach to calculate WCET bounds of six hardware tasks executing on an Altera Cyclone III FPGA with shared DDR2 memory. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Real-Time Systems Scheduling · Embedded Systems Design Techniques
