Type de cible IEEE.STD_LOGIC_1164.STD_LOGIC_VECTOR dans l'affectation des variables est différent du type d'expression iee.std_logic_1164.std_ulogic.

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