代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/451913/7454151
pin adder8.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
www.eeworm.com/read/451913/7454155
sof adder8.sof
www.eeworm.com/read/451913/7454176
vhd adder8.vhd
--实验5
--由全加器实现的8位行波进位加法器
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
ENTITY adder8 IS
PORT (
a : IN std_logic_vector(7 DOWNTO 0);
b : IN std_logic_vector(7 DOWNTO 0);
cin :
www.eeworm.com/read/451913/7454182
qws adder8.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
www.eeworm.com/read/451913/7454197
qpf adder8.qpf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/451913/7454216
psp adder8.psp
www.eeworm.com/read/451913/7454222
hif adder8.hif
Version 5.0 Build 148 04/26/2005 SJ Full Version
2
51
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
adder8
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_insensitive
# so
www.eeworm.com/read/451913/7454238
pof adder8.pof
www.eeworm.com/read/450743/7477253
vhd f_adder.vhd
library ieee;
use ieee.std_logic_1164.all;
entity f_adder is
port(ain,bin,cin:in std_logic;
cout,sum:out std_logic);
end entity f_adder;
architecture fd1 of f_adder is
component h_