Skip to content

Stream Link Interfaces for AXI DMA #795

Answered by stnolting
Giorgio122 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Giorgio122!

in the user guide it is said that the Stream Link interface is AXI4-stream compatibile, but 2 signals are missing in this case, these being the TLAST and TKEEP

Well, yes, these signals are implemented within the SLINK module. However, I still think this can be considered "AXI4-compatible" as those signals are listed as optional in the AXI specs (if I remember correctly). 😅

Basically, the TLAST signal was not included into the SLINK module because we could not come up with a nice way to handle them from software/hardware side. There are no bits left when reading/writing from RX/to TX registers so how could we provide this additional status bit? 🤔

Anyway, you could use so…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@Giorgio122
Comment options

Answer selected by stnolting
Comment options

You must be logged in to vote
3 replies
@stnolting
Comment options

@stnolting
Comment options

@Giorgio122
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants