We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c183d commit 7940e58Copy full SHA for 7940e58
1 file changed
vunit/vhdl/verification_components/src/uart_master.vhd
@@ -52,7 +52,7 @@ begin
52
send_bit(odd_parity(data));
53
elsif parity = 2 then
54
send_bit(even_parity(data));
55
- end if;
+ end if;
56
57
send_bit(uart.p_idle_state);
58
end procedure;
0 commit comments