Video processing pipeline design
videsignline.com (December 03, 2008)
An experienced designer explains the basics of video processing pipelines. He shows how they resemble classic RISC processor pipelines, and the tradeoffs of Tensilica and Silicon Hive solutions.
Students of computer processor architectures will find the following diagram familiar.
(Click to enlarge)
Figure 1. 7 stage pipelined RISC processor functional block diagram.
This is a functional block diagram of a generic seven-stage pipelined RISC processor. The design achieves maximum performance when the signal propagation delay through each pipeline stage is equal. An imbalance in propagation delay between stages means that one stage requires a slower clock rate than all others. In practice there is only clock for the entire pipeline, so the slow clock requirement of the imbalanced stage slows down the entire design. To speed up this imbalanced stage, the designer should move some of its logic to neighboring pipeline stages.
E-mail This Article | Printer-Friendly Page |
Related Articles
- A configurable FPGA-based multi-channel high-definition Video Processing Platform
- Massively parallel processing arrays (MPPAs) for embedded HD video and imaging (Part 1)
- Video and image processing design using FPGAs
- Video processing approaches for a portable multimedia SoC
- Video and image processing design using FPGAs
New Articles
- Accelerating RISC-V development with Tessent UltraSight-V
- Automotive Ethernet Security Using MACsec
- What is JESD204C? A quick glance at the standard
- Optimizing Power Efficiency in SOC with PVT Sensor-Assisted DVFS Technology
- Bandgap Reference (BGR) Circuit Design and Transient Analysis in 90nm VLSI Technology
Most Popular
- System Verilog Assertions Simplified
- Accelerating RISC-V development with Tessent UltraSight-V
- System Verilog Macro: A Powerful Feature for Design Verification Projects
- Understanding Logic Equivalence Check (LEC) Flow and Its Challenges and Proposed Solution
- Design Rule Checks (DRC) - A Practical View for 28nm Technology