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

Test transfer of messages smaller than 64 byte #2

Open
papeg opened this issue Jan 16, 2024 · 0 comments
Open

Test transfer of messages smaller than 64 byte #2

papeg opened this issue Jan 16, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@papeg
Copy link
Collaborator

papeg commented Jan 16, 2024

The smallest message size which can be configured in the example design is 64 bytes, which is the width of the FIFO. The aurora core itself sends messages in chunks of 32 bytes. This can be reached with setting the keep bits in a single transfer to half of the bytes. This should flush the datawidth converter and lead to a single transfer of the aurora core. With some small changes to the issue kernel, it could be verified, if this is really the case.

@papeg papeg added the good first issue Good for newcomers label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant