-- Fichier : compteur4_e.vhd -- Fichiers annexes :compteur4_a1.vhd,compteur4_a2.vhd,compteur4_a3.vhd -- Société : ENSERB -- Auteur : P.Nouel -- Date : 1996 ------------------------------------------------------------------------------ -- compteur 4 bits avec raz , autorisation et report ------------------------------------------------------------------------------ ENTITY compteur4 IS PORT ( h, raz, compter : IN BIT; sortie : OUT BIT_VECTOR( 3 DOWNTO 0); plein : OUT BIT); END; ------------------------------------------------------------------------------