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

Fix word endianness in the data transposer module #1

Closed
hossein1387 opened this issue Nov 26, 2020 · 1 comment · Fixed by #2
Closed

Fix word endianness in the data transposer module #1

hossein1387 opened this issue Nov 26, 2020 · 1 comment · Fixed by #2
Assignees
Labels
bug Something isn't working

Comments

@hossein1387
Copy link
Owner

@wagnersj :
it looks like it's outputting the LSB word first instead of the MSB first which what the MVU's expect. It also seems to be taking the first input word and transposes it to the NUM_WORDS-1 bit position in the output words, whereas I think it should be at the 0th bit position.

@hossein1387 hossein1387 added the bug Something isn't working label Nov 26, 2020
@hossein1387 hossein1387 self-assigned this Nov 26, 2020
@hossein1387
Copy link
Owner Author

word write into the local buffer was changed. Consequently, the word out ordering is also changed.

@hossein1387 hossein1387 linked a pull request Nov 27, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant