diff --git a/programming_guide/section-2/section-2b/03_Link_Distribute_Join/README.md b/programming_guide/section-2/section-2b/03_Link_Distribute_Join/README.md index 9b484d925f..f667db0746 100644 --- a/programming_guide/section-2/section-2b/03_Link_Distribute_Join/README.md +++ b/programming_guide/section-2/section-2b/03_Link_Distribute_Join/README.md @@ -84,4 +84,4 @@ object_fifo_link([of1, of2], of0) A full design example that uses these features is available in Section 2e: [05_join_L2](../../section-2e/05_join_L2/). ----- -[[Prev](../02_Broadcast/)] [[Up](..)] [[Next - Section 2c](../../section-2c/)] +[[Prev](../02_Broadcast/)] [[Up](..)] [[Next](../04_Repeat/)] diff --git a/programming_guide/section-2/section-2b/README.md b/programming_guide/section-2/section-2b/README.md index eec84db2c4..837051addd 100644 --- a/programming_guide/section-2/section-2b/README.md +++ b/programming_guide/section-2/section-2b/README.md @@ -37,6 +37,10 @@ The Object FIFO primitive supports several data movement patterns. We will now d * Distribute different pieces of the input data to multiple consumers * Join outputs from different consumers into a bigger data tensor +
Object FIFO Repeat Pattern + +* Leverage Object FIFO Link to repeat data from the producer +
----- [[Prev - Section 2a](../section-2a/)] [[Up](..)] [[Next - Section 2c](../section-2c/)]