Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axi Streaming is missing support for tstrb #61

Open
ollie-etl opened this issue Apr 10, 2023 · 0 comments
Open

Axi Streaming is missing support for tstrb #61

ollie-etl opened this issue Apr 10, 2023 · 0 comments

Comments

@ollie-etl
Copy link

The Axi-Streaming standard supports an optional tstrb component, for signalling data validity. The semantics differ from tkeep, although may be used in conjuntion with tkeep

tkeep tstrb Description
0 0 This byte is junk, and may be discarded from the stream
1 0 This is a positioning byte: it contains no information, but may not be discarded from the stream
0 1 An invalid bus state
1 1 A data byte

An implementation is available in #60: There is at least one open question around checking the validity of tkeep / tstrb pairs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant