Los Temas Variados

Páginas: 2 (302 palabras) Publicado: 1 de noviembre de 2012
Universidad de Puerto Rico
Recinto de Bayamón
Departamento de electrónica

Lab # 6

Presentado a: Prof. I. Jimenez
Por: Carlos Alonso y Sofia LanzotObjetivo
El objetivo del laboratorio numero 6 consistia en poner en practica todo el conocimiento adquirido en clase y ponerlo en practica programandoun jacuzzi en la nexys 2.

Conclucion
Pudimos crear el eschematico del jacuzzi y programarlo en la nexys.Luego hicimos la verificación con la tabla deverdad del cuaderno y la comparamos con la tabla anterior y los resultados fueron totalmente iguales teniendo un jacuzzi funcionable.

-- Company: UPRB
--Engineer: ISMAEL JIMENEZ
-- Create Date: 09:04:17 10/03/2012
-- Design Name: CARLOS ALONSO SOFIA LANZOT
-- Module Name: LAB6A - Behavioral
--Project Name: LAB 6
-- Target Devices: SPARTAN 3
-- Tool versions: NEXYS 2
entity LAB6A is
Port ( D,C,B,A : in STD_LOGIC;LED0,LED1,LED2,LED3,Z,ZZ : out STD_LOGIC);
end LAB6A;
architecture Behavioral of LAB6A is
signal x1, x2, x3, x4, x5, x6, x7: STD_LOGIC;
signal y1, y2, y3: STD_LOGIC;begin
LED0<= A;
LED1<= B;
LED2<= C;
LED3<= D;
x1<=not D and C and not B and A;
x2<=not D and C and B and not A;
x3<=not D and C and Band A;
x4<=D and not C and not B and not A;
x5<=not D and C and not B and A;
x6<=D and not C and B and not A;
x7<=D and not C and B and A;y1<=not D and C and A;
y2<=not D and C and B;
y3<=D and not C;
Z<=x1 or x2 or x3 or x4 or x5 or x6 or x7;
ZZ<=y1 or y2 or y3;
end Behavioral;
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Temas variados
  • Temas variados
  • Temas variados
  • Temas variados
  • Temas varios
  • Temas Variados
  • Temas Variados
  • Temas Variados

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS