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

Remove data width requirements for high-bandwidth streams #28

Closed
wants to merge 2 commits into from

Conversation

jonnew
Copy link
Member

@jonnew jonnew commented Nov 4, 2024

- High bandwidth streams, from the perspective of API and device table
  entries, now operate on bytes
- The hardware is permitted to use trailing padding to meet internal
  alignement requirements
Frame time (:macro:`ONI_OPT_ACQCLKHZ` host clock counter).

.. member:: const oni_fifo_dat_t dev_idx
.. member:: const oni_size_t dev_idx
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did this without thinking for aesthetic reasons (completely discounting memory ordering in C) but it happens to address #30. The size and counter are also swapped though which is probably not desired.

@jonnew jonnew marked this pull request as draft November 19, 2024 16:51
@aacuevas
Copy link

Already fixed in #54

@aacuevas aacuevas closed this Nov 25, 2024
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

Successfully merging this pull request may close these issues.

Clarify high-bandwidth stream data alignment requirements
2 participants