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 bits to bytes conversion. #265

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Fix bits to bytes conversion. #265

merged 1 commit into from
Jul 26, 2024

Conversation

yrabbit
Copy link
Collaborator

@yrabbit yrabbit commented Jul 26, 2024

The old version did not work when the number of bits in the line was not a multiple of 8. This manifested itself in an incorrect CRC calculation for boards with the GW1N-9C chip.

The old version did not work when the number of bits in the line was not
a multiple of 8. This manifested itself in an incorrect CRC calculation
for boards with the GW1N-9C chip.

Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
@yrabbit yrabbit merged commit c501720 into YosysHQ:master Jul 26, 2024
12 of 14 checks passed
@yrabbit yrabbit deleted the bits-crc branch July 27, 2024 00:00
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.

1 participant