Skip to content

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