diff --git a/lib/uart/uart_wb.vhd b/lib/uart/uart_wb.vhd index 00b9fdd..20abe0d 100644 --- a/lib/uart/uart_wb.vhd +++ b/lib/uart/uart_wb.vhd @@ -145,7 +145,7 @@ irq_register: end if; end process; - uart_status_port <= "000000" & irq_rx & irq_tx & '0' & rx_int_en & tx_int_en & status.rx_present & '0' & '0' & status.tx_full & '0' ; + uart_status_port <= "000000" & irq_rx & irq_tx & '0' & rx_int_en & tx_int_en & status.rx_present & '0' & '0' & status.tx_full & status.tx_full; INT_O <= irq_rx or irq_tx;