You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example uses the same setup as the previous. For Tile (7,2) we can define an additional lock and buffer and change the buffers to be half the size:
108
108
```
@@ -154,7 +154,7 @@ We can use the core in a similar fashion, using the two locks to perform operati
154
154
155
155
## Controlling from the ARM Processor
156
156
157
-
[Controlling From ARM](https://github.com/Xilinx/mlir-aie/test/unit_tests/17_shim_dma_with_core/aie.mlir)
157
+
[Controlling From ARM](https://github.com/Xilinx/mlir-aie/tree/main/test/unit_tests/17_shim_dma_with_core/aie.mlir)
158
158
159
159
We can perform some operations from the ARM processor and configure the lock to start the transfer. Here is a simple example where we write to a buffer, and begin the data transfer all from the host code.
0 commit comments