搜索结果
找到约 31 项符合
ADDER 的查询结果
按分类筛选
VHDL/FPGA/Verilog koggee stone 32 bit adder
koggee stone 32 bit adder
VHDL/FPGA/Verilog 32bit carry select adder
32bit carry select adder
VHDL/FPGA/Verilog This is 8bit multiplier VHDL code. It s consist of full adder, ripple carry adder(4bit, 8bit) multip
This is 8bit multiplier VHDL code. It s consist of full adder, ripple carry adder(4bit, 8bit) multiplier 8bit, and test bench file. This is a unsigned type.
软件设计/软件工程 This is basic 4bit adder.
This is basic 4bit adder.
VHDL/FPGA/Verilog adder 4 + 4 bits, for use with a Altera, and 2 displays 7 segments
adder 4 + 4 bits, for use with a Altera, and 2 displays 7 segments
嵌入式/单片机编程 16Bit Group Ripple Adder
16Bit Group Ripple Adder ,protel基础的实验模拟
学术论文 地面数字电视广播系统中SRRC滤波器及FFT处理器的设计与FPGA实现.rar
随着人们对数字电视和数字视频信息的需求越来越大,数字电视广播在中国迅速的发展起来。近几年,数字电视传输系统技术逐渐成熟,数字电视地面广播(DTTB)传输标准也于2006年8月30号正式出台。此标准技术是由我国多家单位联合研究的,具有自主知识产权的数字地面电视传输标准。DTTB系统标准的研究与仿真,具有巨大的实用价 ...
VHDL/FPGA/Verilog booth乘法器: 16*16有符号乘法器
booth乘法器: 16*16有符号乘法器,Booth编码,简单阵列,Ripple Carry Adder
VHDL/FPGA/Verilog 16*16有符号乘法器的  编码方式:Booth编码
16*16有符号乘法器的
 编码方式:Booth编码,
 拓扑结构:简单阵列
 加法器:Ripple Carry Adder
技术资料 Verilog的135个经典设计 实例
【例3.1]4位全加器module adder 4(cout,sum i na,i nb,cin);output[3:0]sum output cout;input[3:0]i na,i nb;input cin;assign(cout,suml=i na +i nb+ci n;endmodule【例3.2]4位计数器module count 4(out,reset,clk);output[3:0]out;input reset,cl k;regl 3:01 out;always@posedge clk) ...