代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
led.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY LED IS
PORT(
CLK :IN STD_LOGIC;
Y :OUT STD_LOGIC_VECTOR(2 DOWNTO 0));
END LED;
ARCHITEC