代码搜索:LED取模
找到约 10,000 项符合「LED取模」的源代码
代码结果 10,000
www.eeworm.com/read/335509/12519814
rpt led.rpt
Project Information g:\myfile\work\vhdl\frudh\led.rpt
MAX+plus II Compiler Report File
Version 10.0 9/14/2000
Compiled: 06/06/2008 16:45:45
Copyright (C) 1988-2000 Alt
www.eeworm.com/read/335509/12519831
hif led.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/335509/12519846
pin 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
www.eeworm.com/read/335509/12519872
acf 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
www.eeworm.com/read/335509/12519899
cnf led.cnf
www.eeworm.com/read/335509/12519904
ndb led.ndb
www.eeworm.com/read/335509/12519918
mmf led.mmf
www.eeworm.com/read/335509/12519928
snf led.snf
www.eeworm.com/read/335509/12519941
vhd 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
www.eeworm.com/read/335509/12519950