代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/351002/3111521
vhd fa_com.vhd
--**********************************
--* Full Adder (COMPONENT) *
--* Filename : FA_COM *
--**********************************
library IEEE;
use IEEE.std_logic_1164.all;
www.eeworm.com/read/385629/8795590
vqm hopt_mult_l3.vqm
// 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, and
www.eeworm.com/read/385629/8795603
vqm hopt_mult_l4.vqm
// 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, and
www.eeworm.com/read/385629/8795613
vqm hopt_mult_l5.vqm
// 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, and
www.eeworm.com/read/166954/9988213
txt 4位乘法器.txt
--
--------------------------------------------------------------------------------/
-- DESCRIPTION : Signed mulitplier:
-- A (A) input width : 4
-- B (B) inpu
www.eeworm.com/read/275548/10812222
vhd 4mulitpler.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity one_bit_adder is
port (
A: in STD_LOGIC;
B: in STD_LOGIC;
C_in: in STD_LOGIC;
S: out STD_LOGIC;
C_out: out STD_LOGIC
);
end one_bit_adder
www.eeworm.com/read/417397/10991798
txt 4位乘法器.txt
--
--------------------------------------------------------------------------------/
-- DESCRIPTION : Signed mulitplier:
-- A (A) input width : 4
-- B (B) inpu
www.eeworm.com/read/463146/7187224
txt 0.txt
--
--------------------------------------------------------------------------------/
-- DESCRIPTION : Signed mulitplier:
-- A (A) input width : 4
-- B (B) inpu