library ieee; use ieee.std_logic_1164.all; entity baudcnt is port ( clk : in std_ulogic; rst_n : in std_ulogic; start_i : in std_ulogic; en_o : out std_ulogic); end entity; architecture rtl of baudcnt is begin end architecture rtl;