EXAMEN DE SIGNAUX & SYSTEMES
Electronique Numérique TP 5 Corrigé. VHDL. TP 5 CORRIGE. VHDL. [Réf. Livre
VHDL (Meaudre & all ?)] 1. Programme VHDL d'une Bascule RS (asynchrone).
part of the document
TP 5 CORRIGE. VHDL
[Réf. Livre VHDL (Meaudre & all
)]
1. Programme VHDL dune Bascule RS (asynchrone)
RS 1
-- rs bascule
entity rs1 is
port (R,S : in bit; -- entree
Q : out bit); -- sortie
end rs1;
architecture behav of rs1 is -- comportemental
signal etat : bit;
begin
q