Target Type IEEE.STD_LOGIC_1164.std_logic_vector в назначении переменных отличается от типа выражения IEEE.std_logic_1164.std_ulogic.

type t_g is array (1 downto 1, 3 downto 1)of integer;
signal g: t_g;
Perfect Porcupine