代码搜索结果
找到约 10,000 项符合
LED 的代码
led.pin
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
led.acf
--
-- Copyright (C) 1988-2000 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;
entity led is
port( datain:IN std_logic_vector(3 downto 0);
dataout:OUT std_logic_vector(6 downto 0));
end led;
architecture one of led is
begin
proc
led.c
/*
* (C) Copyright 2007-2008
* Stelian Pop
* Lead Tech Design
*
* See file CREDITS for list of people who contributed to this
* project.