Streaming consistency: a model for efficient MPSoC design

  • Authors:
  • J. W. van den Brand;NXP Research

  • Affiliations:
  • NXP Research;NXP Research

  • Venue:
  • DSD '07 Proceedings of the 10th Euromicro Conference on Digital System Design Architectures, Methods and Tools
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Multiprocessor systems-on-chip (MPSoC) with distributed shared memory and caches are flexible when it comes to inter-processor communication but require an efficient memory consistency and cache coherency solution. In this paper we present a novel consistency model, streaming consistency, for the streaming domain in which tasks communicate through circular buffers. The model allows more reordering than release consistency and, among other optimizations, enables an efficient software cache coherency solution and posted writes. We also present a software cache coherency implementation and discuss a software circular buffer administration that does not need an atomic read-modify-write instruction. A small experiment demonstrates the potential performance increase of posted writes in MPSoCs with high communication latencies.