Skip to content

Latest commit

 

History

History

section-2e

Section 2e - Practical Examples


This section introduces several examples with common Object FIFO data movement patterns. These examples are intended to be simple enough so as to be easily imported and adapted into other designs.

Example 01 - Single / Double Buffer
  • Core to core data movement using single / double buffer
Example 02 - External Memory to Core
  • External memory to core and back using double buffers
Example 03 - External Memory to Core through L2
  • External memory to core and back through L2 using double buffers
Example 04 - Distribute from L2
  • Distribute data from external memory to cores through L2
Example 05 - Join in L2
  • Join data from cores to external memory through L2

[Prev - Section 2d] [Up] [Next - Section 2f]