代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/260654/11711961
txt 新建 文本文档.txt
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/260654/11712628
vhd multi.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/345339/11819422
rpt tt.sim.rpt
Simulator report for tt
Fri Jan 11 02:11:43 2008
Quartus II Version 7.2 Build 175 11/20/2007 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
---------------------
www.eeworm.com/read/155384/11881332
rpt ryxiangwei.fit.rpt
Fitter report for ryxiangwei
Mon Nov 01 22:58:34 2004
Version 4.0 Build 190 1/28/2004 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2
www.eeworm.com/read/344080/11909636
rpt uart.sim.rpt
Simulator report for UART
Sat Jun 02 11:07:16 2007
Version 5.1 Build 176 10/26/2005 SJ Web Edition
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. S
www.eeworm.com/read/339662/12212048
vhd dds32_1.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.all;
use ieee.std_logic_arith.all;
library lpm; -- Altera LPM
use lpm.lpm_components.all;
entity dds32_1 is
www.eeworm.com/read/192973/8261452
rpt lin.fit.rpt
Fitter report for lin
Fri Feb 24 00:05:48 2006
Version 4.1 Build 181 06/29/2004 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fitt
www.eeworm.com/read/367436/9748722
vhd dds32_1.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.all;
use ieee.std_logic_arith.all;
library lpm; -- Altera LPM
use lpm.lpm_components.all;
entity dds32_1 is
www.eeworm.com/read/378278/9238562
vhd addcsv.vhd
-------------------------------------------------------------------------------
-- Title : Carry-save adder (3 operands)
-- Project : VHDL Library of Arithmetic Units
-----------------------
www.eeworm.com/read/378278/9238632
vhd addsub.vhd
-------------------------------------------------------------------------------
-- Title : Parallel-prefix adder-subtractor
-- Project : VHDL Library of Arithmetic Units
--------------------