component rst_in is port ( in_reset_n : in std_logic := 'X'; -- reset_n out_reset_n : out std_logic -- reset_n ); end component rst_in;