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

Parity in the uart VCs #905

Closed
wants to merge 6 commits into from
Closed

Conversation

nicdes
Copy link

@nicdes nicdes commented Feb 26, 2023

Implementation of the parity bit (none, even, odd, mark, space) in the uart VCs.

  • Adds a parity_mode in the uart_master_t and uart_slave_t records (uart_pkg.vhd).
  • uart_master.vhd sends the parity bit (if parity_mode /= none).
  • uart_slave.vhd checks the parity bit and logs errors on the "uart" logger.
  • run.py generates the configurations for the "test parity" test case.
  • tb_uart.vhd mocks the uart logger and checks for expected failure when master and slave use different parity modes.

Could be related to issue #495.

@nicdes nicdes closed this Feb 26, 2023
@eine
Copy link
Collaborator

eine commented Feb 26, 2023

@nicdes did you close on purpose?

@nicdes
Copy link
Author

nicdes commented Feb 27, 2023 via email

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.

2 participants