uart : es sendet !!!!
[calu.git] / cpu / src / rs232_tx.vhd
index d8fb516fa3015579933cc47f18c02d6cad388cbe..d6684d3d373537a0ddff6735c2fc6d509a24a62d 100755 (executable)
@@ -31,10 +31,12 @@ entity rs232_tx is
                --Bus
                bus_tx : out std_logic;
 
-               --From/to sendlogic
+               --From/to extension
                new_tx_data : in std_logic;
                tx_data : in uart_data;
-               tx_rdy : out std_logic
+               tx_rdy : out std_logic;
+               bd_rate : in baud_rate_l;
+               stop_bit : in std_logic
        );
 
 end rs232_tx;