CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - booth乘法

搜索资源列表

  1. booth_mul

    2下载:
  2. 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的Booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。-a 16 to be completed with symbols / unsigned multiplication of the number of binary multipliers. The multiplier used to impr
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:19.29kb
    • 提供者:*
  1. 16bit_booth_multiplier_STG

    0下载:
  2. verilog程序,实现两个16bit数乘法,采用booth算法,基于状态机实现,分层次为datapath和controller两个子模块,testBench测试通过-verilog procedures, two 16bit multiplication, the algorithm used booth. Based on the state machine achieved at different levels for datapath controller and two sub-mo
  3. 所属分类:嵌入式/单片机编程

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

    0下载:
  2. 在MAXPLUSII下实现BOOTH算法,可以进行任意位K×K的乘法-BOOTH algorthim implemented in the MAXPLUSII environment, which can carry out arbitrary bits multiplication.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:143.91kb
    • 提供者:阿剑
  1. Booth_mul4_v

    0下载:
  2. 四位BOOTH乘法器 Booth算法(布斯算法),一个比较推荐的带符号乘法算法-Booth_mul4
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:151.98kb
    • 提供者:eric
  1. mul4

    0下载:
  2. 利用BOOTH算法实现4位乘法运算,使乘法由简单的移位和加法完成。其中包含了MUL4源代码和Test代码,已通过仿真验证-BOOTH Algorithm 4 using multiplication, so that the shift from simple multiplication and addition completed. MUL4 which contains the source code and Test code has been verified by simulatio
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:5.81kb
    • 提供者:邓军
  1. booth_logic

    0下载:
  2. 设计了一种利用逻辑电路来实现booth乘法的电路。简单明了,是veirlog初学者很好的学习资料。-Design a logic circuit to realize the use of multiplication circuits booth. Simple and clear, is a good learning experience for beginners veirlog information.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:1004byte
    • 提供者:htpq
  1. chengfa-verilog

    1下载:
  2. booth乘法器verilog代码.利用移位和加法来实现乘法-verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:137.88kb
    • 提供者:王林
  1. Verilog

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

    • 发布日期:2017-04-01
    • 文件大小:5.73kb
    • 提供者:陈凯
  1. booth

    0下载:
  2. 比较好的带符号数乘法的方法是布斯(Booth)算法。它采用相加和相减的操作计算补码数据的乘积。Booth算法对乘数从低位开始判断,根据两个数据位的情况决定进行加法、减法还是仅仅移位操作。判断的两个数据位为当前位及其右边的位(初始时需要增加一个辅助位0),移位操作是向右移动。-Signed multiplication better way to Booth (Booth) algorithm. It uses the sum and subtraction calculations comple
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:436.27kb
    • 提供者:jj
  1. Multiplier16

    1下载:
  2. 本文设计了一种可以实现16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了补码一位乘(Booth算法), 简化了部分积的数目, 减少了某些加法运算,从而提高了运算速度。该乘法器利用Verilog代码实现,通过Modelsim软件对相应的波形进行仿真验证,并通过QuartusII软件对源码进行编译综合。-This paper designed a 16 signed/unsigned binary number multiplication of the multiplier can be a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-20
    • 文件大小:5.49mb
    • 提供者:hxy
  1. Unsigned-MultiplicationBooth

    0下载:
  2. 基于booth算法的移位操作,对带符号数进行乘法运算。-Shifting operation based on the booth algorithm, and the number of unsigned multiplication.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-26
    • 文件大小:2.33kb
    • 提供者:lixiao
  1. booth

    0下载:
  2. 比较好的带符号数乘法的方法是布斯(Booth)算法。它采用相加和相减的操作计算补码数据的乘积。Booth算法对乘数从低位开始判断,根据两个数据位的情况决定进行加法、减法还是仅仅移位操作。-Signed multiplication better approach is to Booth (Booth) algorithms. It uses the operation of addition and subtraction calculations complement data of the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-19
    • 文件大小:15.79kb
    • 提供者:wangjun
  1. multi_booth

    1下载:
  2. verilog编写的booth算法的8x16乘法累加器-verilog prepared booth algorithm 8x16 multiplier-accumulator
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:885byte
    • 提供者:chrisxu
  1. mul4

    0下载:
  2. 利用BOOTH算法实现4位乘法运算,使乘法由简单的移位和加法完成。其中包含了MUL4源代码和Test代码,已通过仿真验证-BOOTH Algorithm 4 using multiplication, so that the shift from simple multiplication and addition completed. MUL4 which contains the source code and Test code has been verified by simulatio
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:5.86kb
    • 提供者:eepconce
  1. cmp42

    0下载:
  2. 用于乘法器设计,8位Booth译码乘法器,4-2压缩结构,加速乘法运算速度-Used for the design of multiplier, 8 Booth decoding multiplier, 4-2 compressed structure, accelerate the multiplication rate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:2.85mb
    • 提供者:成栋
  1. multi_booth

    0下载:
  2. booth乘法器,实现普通booth乘法算法(Booth multiplier to implement the common Booth multiplication algorithm)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-11
    • 文件大小:323kb
    • 提供者:深蓝浅蓝eva
搜珍网 www.dssz.com