Altera DE2-70 Especificações Página 23

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 35
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 22
23
3.3.2 A top-level VHDL entity that instantiates the Nios II system(for light control
circuit):
−− Implements a simple Nios II system for the DE2 board.
−− Inputs: SW7−0 are parallel port inputs to the Nios II system
−− CLOCK_50 is the system clock
−− KEY0 is the active-low system reset
−− Outputs: LEDG7−0 are parallel port outputs from the Nios II system
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
USE ieee.std_logic_unsigned.all;
ENTITY lights IS
PORT (
SW : IN STD_LOGIC_VECTOR(7 DOWNTO 0);
KEY : IN STD_LOGIC_VECTOR(0 DOWNTO 0);
CLOCK_50 : IN STD_LOGIC;
LEDG : OUT STD_LOGIC_VECTOR(7 DOWNTO 0)
);
Vista de página 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 34 35

Comentários a estes Manuais

Sem comentários