Se connecter avec
S'enregistrer | Connectez-vous

VHDL boucle avec "wait until"

Dernière réponse : dans Programmation
Lassé par la pub ? Créez un compte

bonjour,
je vois moi j'ecrierai cela :
entity yy is
generic(width : positive :=8;);
port(a : in ..
bus : in std_logic_vector((width-1) downto 0)
);
end yy;
architecture xx of yy is
constant bus_value : std_logic_vector((width-1)sdownto 0) := (others => '1');
process;
wait until bus = constant
end process;
Lassé par la pub ? Créez un compte
Tom's guide dans le monde