搜索资源列表

  1. Booth_encoder

    0下载:
  2. 为提高乘法运算速度本设计采用Booth算法,Booth编码算法的优点有两个:一是减少了部分积的个数;二是可同时适用于有符号数运算和无符号数运算。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1202
    • 提供者:周涛
  1. multiplier

    1下载:
  2. booth乘法器: 16*16有符号乘法器,Booth编码,简单阵列,Ripple Carry Adder
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3495
    • 提供者:chenyi
  1. multiplier

    0下载:
  2. 8*8乘法器及其测试:采用booth编码的乘法器:1. ultipler_quick_add_4 即4位的并行全加器,在这里主要起了两个作用:第一个是在求部分积单元时,当编码为3x时用来输出部分积;另外一个是在将部分积加起来时,求3到6位时所用到。 2. ultiplier_quick_add_5 即5位的并行全加器,这里用来分别计算积的7到11位和12到16位。 3. ultiplier_unit_4 这个模块是用
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9989
    • 提供者:chenyi
  1. 16_multi

    0下载:
  2. 16*16有符号乘法器的  编码方式:Booth编码,  拓扑结构:简单阵列  加法器:Ripple Carry Adder
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30603
    • 提供者:chenyi
  1. Booth_encoder

    0下载:
  2. 为提高乘法运算速度本设计采用Booth算法,Booth编码算法的优点有两个:一是减少了部分积的个数;二是可同时适用于有符号数运算和无符号数运算。-To improve the speed of multiplication using the Booth algorithm design, Booth encoding algorithm has two advantages: First, to reduce the number o
  3. 所属分类:其他小程序

    • 发布日期:2024-06-18
    • 文件大小:1024
    • 提供者:周涛
  1. multiplier

    0下载:
  2. booth乘法器: 16*16有符号乘法器,Booth编码,简单阵列,Ripple Carry Adder-booth multiplier:
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:3072
    • 提供者:chenyi
  1. multiplier

    0下载:
  2. 8*8乘法器及其测试:采用booth编码的乘法器:1. ultipler_quick_add_4 即4位的并行全加器,在这里主要起了两个作用:第一个是在求部分积单元时,当编码为3x时用来输出部分积;另外一个是在将部分积加起来时,求3到6位时所用到。 2. ultiplier_quick_add_5 即5位的并行全加器,这里用来分别计算积的7到11位和12到16位。 3. ultiplier_unit_4 这个模块是用
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:9216
    • 提供者:chenyi
  1. 16_multi

    0下载:
  2. 16*16有符号乘法器的  编码方式:Booth编码,  拓扑结构:简单阵列  加法器:Ripple Carry Adder-16* 16 multiplier symbols have the
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:30720
    • 提供者:chenyi
  1. Low_power_Modified_Booth_Multiplier

    0下载:
  2. 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),G
  3. 所属分类:汇编语言

    • 发布日期:2024-06-18
    • 文件大小:14336
    • 提供者:stanly
  1. xapp371

    0下载:
  2. xilinx里的乘法器ip核程序,booth乘法 wallace tree算法 4-2压缩编码 超前进位加法-Xilinx multiplier ip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-18
    • 文件大小:87040
    • 提供者:王凯
  1. multiply2

    0下载:
  2. 18bit的booth乘法器 采用booth2编码 Wallace压缩树 以及超前进位结合进位选择的36bit高性能加法器-18bit multipliers used booth2 the booth encoding and Wallace tree compression-ahead into the location choice of high-performance 36bit adder
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:5120
    • 提供者:alex
  1. Verilog

    0下载:
  2. 基于Verilog的编码用BOOTH算法和移位相加实现乘法运算-BOOTH Algorithm with multiplication
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:6144
    • 提供者:陈凯
  1. booth_mul

    0下载:
  2. booth乘法器,通过booth编码相乘,包括了testbench-booth multiplier, multiplied by booth encoding, including the testbench
  3. 所属分类:其他小程序

    • 发布日期:2024-06-18
    • 文件大小:24576
    • 提供者:大兵
  1. Mul16

    0下载:
  2. 16位高速乘法器,采用booth编码,华莱士压缩,超前进位加法器求和完成-16-bits Multiplier
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:13312
    • 提供者:张亮
  1. booth_mul

    0下载:
  2. 乘法器 基于改进booth编码 已验证 clk-multiplier modified booth
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:1024
    • 提供者:boiiod
  1. mult_16

    0下载:
  2. 这是自己设计的16位乘法器设计,其中用了booth编码,,4-2压缩器等,-This is a 16 multiplier design of their own design, including the booth encoding 4-2 compression, etc.,
  3. 所属分类:驱动编程

    • 发布日期:2024-06-18
    • 文件大小:1120256
    • 提供者:王少明
  1. multi16

    0下载:
  2. 有符号16位乘法器。经典booth编码。拓扑结构为wallance树。加法器类型是进位选择加法器。-Number system: 2 s complement Multiplicand length: 16 Multiplier length: 16 Partial product generation: PPG with Radix-4 modified Booth recoding Partial p
  3. 所属分类:并行运算

    • 发布日期:2024-06-18
    • 文件大小:49152
    • 提供者:周晓生
  1. 16bits_multiplier

    0下载:
  2. 这是一个有符号的16位乘法器的设计,包含详细的设计报告和全部的verilog代码。乘法器采用booth编码,4-2压缩,超前进位结构-This is a signed 16-bit multiplier design, detailed design reports and contains all of the verilog code. Multiplier using booth encoding ,4-2 compression
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:606208
    • 提供者:
  1. booth-16_16-multiplier

    0下载:
  2. 由verilog编写的利用booth编码的16*16有符号乘法器的代码,没有pipeline-a 16*16 multiplier with booth coding by verilog
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-18
    • 文件大小:11264
    • 提供者:pyc
  1. multer

    0下载:
  2. 16*16位的乘法器,用booth编码,采用Wallace树结构,用超前进位加法器。-booth encoded multiplier
  3. 所属分类:软件工程

    • 发布日期:2024-06-18
    • 文件大小:7168
    • 提供者:杜洋
« 12 »

源码中国 www.ymcn.org