ucb-cyarp / vitis

Laminar - Optimizing DSP Compiler
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add Additional Buffer Variants to Delay and Tapped Delay with Block Size > 1 #94

Open cyarp opened 3 years ago

cyarp commented 3 years ago

The current plan is to keep the existing logic for block size == 1. The delay was implemented to support several different buffering schemes and element ordering (earliest first, latest first).

For the initial implementation of sub-blocking, only a specific subset of these options will be implemented for block size > 1. The other options can be added later if further investigation of buffering schemes is needed.