代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/446443/7578630
acf f_adder.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
www.eeworm.com/read/446443/7578633
vhd h_adder.vhd
library ieee;
use ieee.std_logic_1164.all;
entity h_adder is
port(a,b:in std_logic;
co,so:out std_logic);
end entity h_adder;
architecture fh1 of h_adder is
signal abc:std_logic_vector(1
www.eeworm.com/read/446443/7578635
hif f_adder.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/446443/7578637
sof h_adder.sof
www.eeworm.com/read/446443/7578638
rpt h_adder.rpt
Project Information f:\study\eda\8weiquanjiaqi\h_adder.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 04/02/2009 18:57:09
Copyright (C) 1988-2002 Al
www.eeworm.com/read/446443/7578639
cnf adder8.cnf
www.eeworm.com/read/446443/7578641
hex h_adder.hex
:020000040000FA
:39000000FFFF62FF3600FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
:39003900000C8001300006C00018000360000C80013000060000000
www.eeworm.com/read/446443/7578642
pof adder8.pof
www.eeworm.com/read/446423/7579125
vhd adder12.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity adder12b is
port(a,b:in std_logic_vector(11 downto 0);
s:out std_logic_vector(11downto 0));
end add
www.eeworm.com/read/446423/7579321
vhd adder12.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity adder12b is
port(a,b:in std_logic_vector(11 downto 0);
s:out std_logic_vector(11downto 0));
end add