uart: rxd drin
[calu.git] / cpu / src / extension_uart.vhd
index 368f2180a906d4810184915b512e3b7994a21eb0..e928ad0c165910c80bb1a906370c9e9005989384 100644 (file)
@@ -21,7 +21,7 @@ entity extension_uart is
                        ext_reg  : in extmod_rec;
                        data_out : out gp_register_t;
                -- Input
-
+                       bus_rx : in std_logic;
                -- Ouput
                        bus_tx : out std_logic
                );