Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abisca committed Oct 30, 2024
1 parent 636a0a0 commit a709362
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/)]
4 changes: 4 additions & 0 deletions programming_guide/section-2/section-2b/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
</details>
<details><summary><a href="./04_Repeat/">Object FIFO Repeat Pattern</a></summary>

* Leverage Object FIFO Link to repeat data from the producer
</details>

-----
[[Prev - Section 2a](../section-2a/)] [[Up](..)] [[Next - Section 2c](../section-2c/)]

0 comments on commit a709362

Please sign in to comment.