Skip to content

How to buffer data into MEMTILE and read it multiple Times? #1566

Answered by AndraBisca
ngdymx asked this question in Q&A
Discussion options

You must be logged in to vote

To do that, you can set the repeat_count input of the AIE_DMAStartOp to a value >= 1, depending on how many more times you will read the data. This will enable the DMA associated with your data movement to push a new copy of the data on the stream.

I am currently working on adding a feature to the AIE_ObjectFifoCreateOp to be able to describe this data repeat, however, the PR isn't ready just yet. I am aware of some examples without object FIFOs that currently use the repeat feature here.

Hope this helps!

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ngdymx
Comment options

@ngdymx
Comment options

@AndraBisca
Comment options

@ngdymx
Comment options

Answer selected by ngdymx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants