搜索资源列表
booth
- booth乘法器电路,基四实现,附带有testbench
float_mul
- booth 乘法器 不同于传统的算法实现
multiplier
- booth乘法器: 16*16有符号乘法器,Booth编码,简单阵列,Ripple Carry Adder
multiply2.rar
- 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
booth.rar
- 一个基于VerilogHDL语言的16位的booth算法的乘法器及其测试代码,VerilogHDL language based on the 16-bit multiplier of the booth algorithm and test code
VHDL-test-codeBooth-multiplier
- VHDL实验代码:Booth乘法器,是一个基于VHDL语言开发的程序,非常的实用-VHDL test code: Booth multiplier, is a VHDL-based language development program, a very practical
booth
- 基于verilog的booth算法的乘法器-Based on the booth algorithm verilog multiplier
Booth_mul4_v
- 四位BOOTH乘法器 Booth算法(布斯算法),一个比较推荐的带符号乘法算法-Booth_mul4
chengfa-verilog
- booth乘法器verilog代码.利用移位和加法来实现乘法-verilog
BBooth
- 基verilog 布斯乘法器 4位位宽,本人不才,仅做参考-Booth multiplier based verilog
booth
- 一个booth乘法器的小例子, 有助于理解booth算法-An example for a booth multiplier in Verilog HDL
booth-test-bench
- booth 乘法器的测试代码 booth testbench-booth multiplier test code booth testbench
24x24-booth
- 可用的24位x24位的booth乘法器的verilog代码-24X24 booth muplily
booth
- booth乘法器的设计,里面内容详细,很适合新手学习-booth multiplier design, which detailed, it is suitable for novice learning
mult-64bit-booth.txt
- 64位booth乘法器,verilog HDL, zip文件,modelsim测试通过-64 booth multiplier, verilog HDL, zip files, modelsim test
booth-mutiplier
- booth乘法器的verilog实现及仿真。 内含verilog源码和modelisim仿真源码,清晰的实现了硬件乘法器,代码注释清晰-booth multiplier verilog verilog implementation and simulation contains the source code and modelisim simulation code, clear notes
booth
- 16位booth乘法器的实现:先将被乘数的最低位加设一虚拟位。开始虚拟位变为零并存放于被乘数中,由最低位与虚拟位开始,一次判定两位,会有4种判定结果。(The 16 bit booth multiplier to achieve: first the least significant bit is added with a virtual position. Start a virtual becomes zero and stored in the multiplicand, startin
Lab4
- 布斯(Booth)乘法器是一種透過編碼後再運算所得到較佳效能乘法器 請嘗試描述說明 1. 布斯乘法器原理 2. 布斯乘法器組成架構 3. 並嘗試完成布斯乘法器(The Booth multiplier is a better performance multiplier that is encoded and then computed Please try to describe the descr iption 1. Booth multiplier principle Boo
multi_booth
- booth乘法器,实现普通booth乘法算法(Booth multiplier to implement the common Booth multiplication algorithm)
multiplier
- Booth乘法器是属于位操作乘法器,采用流水线结构实现(The Booth multiplier is a bit-operated multiplier that is implemented in a pipeline structure.)