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 UART receiver #891

Merged
merged 3 commits into from May 2, 2024
Merged

Fix UART receiver #891

merged 3 commits into from May 2, 2024

Conversation

Unike267
Copy link
Contributor

@Unike267 Unike267 commented May 2, 2024

According to #890
[bug] uart issue after #883 upd

The change is in neorv32_uart.vhd file
On line 289:
From rx_engine.sreg(8 downto 1) to rx_engine.sreg(7 downto 0)

According to stnolting#890
[bug] uart issue after stnolting#883 upd

The change is in neorv32_uart.vhd file
In 289 line:
From rx_engine.sreg(8 downto 1) to rx_engine.sreg(7 downto 0)
@stnolting stnolting linked an issue May 2, 2024 that may be closed by this pull request
@stnolting stnolting self-assigned this May 2, 2024
@stnolting stnolting added bug Something isn't working HW hardware-related labels May 2, 2024
@stnolting
Copy link
Owner

Thanks for fixing! 👍

@stnolting stnolting merged commit b033427 into stnolting:main May 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] uart issue after #883 upd
2 participants