在MAXPLUSII下实现booth算法,可以进行任意位K×K的乘法
上传时间: 2015-03-28
上传用户:siguazgb
实现二进制定点运算: 1.定点整数补码加法 2.定点整数补码减法 3.定点小数booth补码一位乘法 4.定点小数原码一位除法(加减交替法) 5.定点小数补码一位除法(加减交替法) 6.定点小数原码一位乘法 7.定点小数原码两位乘法 8.定点整数原码乘法 9.定点整数原码除法
上传时间: 2015-04-24
上传用户:trepb001
一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。
上传时间: 2013-12-23
上传用户:skfreeman
-- booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93 std -- this design passes the Synplify synthesis check -- download from: www.fpga.com.cn & www.pld.com.cn
标签: entity-architectures Multiplier contains complete
上传时间: 2015-07-02
上传用户:2467478207
the booth algorithm to implement the 32bits multiplication.
标签: multiplication the algorithm implement
上传时间: 2014-01-13
上传用户:asdkin
目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实现方案3 —— 二位 10、设计示例2 —— 16位、阵列 11、设计示例3 —— 32位、 迭代、阵列 1、 实现方案1 —— 乘、加一步走 2、 实现方案2 —— 乘、加两步走
标签: algorithm booth Radix High
上传时间: 2015-08-23
上传用户:qiaoyue
-- booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93 std -- this design passes the Synplify synthesis check
标签: entity-architectures Multiplier contains complete
上传时间: 2014-01-22
上传用户:lijianyu172
booth乘法器电路,基四实现,附带有testbench
上传时间: 2013-12-23
上传用户:talenthn
booth 乘法器 不同于传统的算法实现
上传时间: 2013-12-17
上传用户:dianxin61
为提高乘法运算速度本设计采用booth算法,booth编码算法的优点有两个:一是减少了部分积的个数;二是可同时适用于有符号数运算和无符号数运算。
上传时间: 2013-12-20
上传用户:gtzj