use IEEE.std_logic_1164.all; use IEEE.std_logic_misc.all; use IEEE.std_logic_arith.all;
port ( i : in std_logic; o : buffer std_logic ); end bufgs ;
port (
i : in std_logic; o : buffer std_logic
o <= To_X01(i);