1 -----------------------------------------------------------------------
2 -- Copyright (c) 2009 Malte S. Stretz <http://msquadrat.de>
4 -- TODO: This receiver doesn't have any implementation.
6 -----------------------------------------------------------------------
7 -- This entity is part of the following library:
8 -- pragma library fhw_rs232
10 use fhw_rs232.rs232_globals_p.all;
13 use ieee.std_logic_1164.all;
14 use ieee.numeric_std.all;
18 clock_divider : positive;
19 data_width : positive := 8;
20 parity_enabled : std_logic := '0';
21 parity_type : std_logic := '0');
27 rxd : out std_logic_vector(data_width - 1 downto 0);
32 -----------------------------------------------------------------------
34 architecture rtl of rs232_recv is