Skip to content

Commit 3b546fb

Browse files
AndraBiscaabisca
andauthored
Fix link in programming guide section-2a (Xilinx#1950)
Co-authored-by: AndraBisca <[email protected]>
1 parent 8f0e942 commit 3b546fb

File tree

1 file changed

+1
-1
lines changed
  • programming_guide/section-2/section-2a

1 file changed

+1
-1
lines changed

programming_guide/section-2/section-2a/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ When an Object FIFO is initialized upon creation, the underlying synchronization
211211

212212
**The remaining inputs of the Object FIFO are considered an advanced topic and are not required to understand the rest of this guide.**
213213

214-
The `via_DMA` input of the Object FIFO is used mostly for debug or benchmarking purposes. It can be set to true to enforce that the lowered data movement configuration use the Data Movement Accelerators (or "DMAs") of the tiles. The DMAs are described further in the Advanced Topic section below. For further information about the Object FIFO lowering and how the `via_DMA` attribute influences it please see the sections of the MLIR-AIE [tutorials](../mlir_tutorials) on communication using local memory or DMAs.
214+
The `via_DMA` input of the Object FIFO is used mostly for debug or benchmarking purposes. It can be set to true to enforce that the lowered data movement configuration use the Data Movement Accelerators (or "DMAs") of the tiles. The DMAs are described further in the Advanced Topic section below. For further information about the Object FIFO lowering and how the `via_DMA` attribute influences it please see the sections of the MLIR-AIE [tutorials](../../../mlir_tutorials/) on communication using local memory or DMAs.
215215

216216
The `plio` input is used to provide information about the data movement configuration to the Object FIFO lowering. When the Object FIFO is lowered the communication flows which are established between its tiles will be wired through a dedicated `plio` port.
217217

0 commit comments

Comments
 (0)