代码搜索:vhdl
找到约 10,000 项符合「vhdl」的源代码
代码结果 10,000
www.eeworm.com/read/32453/1034398
100vhdl+
www.eeworm.com/read/32453/1034399
100vhdl+
entity bit_rtl_adder is
port (
in1 :IN bit_vector;
in2 :IN bit_vector;
cntl : bit;
pout : out bit_vector
);
end bit_rtl_adder;
architecture func of bit_rtl_adder is
b
www.eeworm.com/read/32453/1034400
100vhdl+
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/32453/1034402
100vhdl+
--
-- 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/32453/1034403
100vhdl+
--
-- 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/32453/1034404
100vhdl+
LIBRARY ieee;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY bit_rtl_adder is
port (
in1 : bit_vector;
in2 : bit_vector;
cntl : bit;
pout : out bit_vector
);
end bit_rtl_adder;
www.eeworm.com/read/32453/1034405
100vhdl+
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/32453/1034406
100vhdl+
entity bit_rtl_adder is
port (
in1 : bit_vector;
in2 : bit_vector;
cntl : bit;
pout : out bit_vector
);
end bit_rtl_adder;
architecture func of bit_rtl_adder is
begin
www.eeworm.com/read/32453/1034407