- set TX-half full (S/W depends on it)
git-svn-id: http://moon:8086/svn/vhdl/trunk@1250 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user