搜索资源列表
booth_mul
- 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的Booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。-a 16 to be completed with symbols / unsigned multiplication of the number of binary multiplier
multiplier
- booth乘法器: 16*16有符号乘法器,Booth编码,简单阵列,Ripple Carry Adder
16_multi
- 16*16有符号乘法器的 编码方式:Booth编码, 拓扑结构:简单阵列 加法器:Ripple Carry Adder
booth_mul
- 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的Booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。-a 16 to be completed with symbols/unsigned multiplication of the number of binary multipliers.
multiplier
- booth乘法器: 16*16有符号乘法器,Booth编码,简单阵列,Ripple Carry Adder-booth multiplier:
16_multi
- 16*16有符号乘法器的 编码方式:Booth编码, 拓扑结构:简单阵列 加法器:Ripple Carry Adder-16* 16 multiplier symbols have the
Multi11Mulply
- 本程序是11位带符号位的乘法器,其中最高位为符号位(sign),中间7位是指数部分(Exponent),最后3位是尾数(Matissa)。表示数据的范围是-2^-63-----+2^64.该工程文件有完整的程序,以及波形,验证正确。-This procedure is the unsigned 11-bit multiplier, one of the highest for the sign bit (sign), are betwe
multiplier8x8
- 8位定点乘法器,支持有符号数/无符号数运算。采用4-2压缩树结构,并提供testbench。-It is an 8-bit fixed-point multiplier, supporting signed/unsigned operations. Wallance tree structure with 4-2 compression. Provides testbench.
12bitMulti
- 用VHDL编写的有符号的12位乘法器,编译通过,仿真正确,FPGA开发板上用过的。-Prepared using VHDL signed 12-bit multiplier, compile, correct simulation, FPGA development board used.
mul32
- 32位无符号乘法器 采用VHDL语言编写,很容易改为有符号32位乘法器-32-bit unsigned multiplier using VHDL language, it is easy to signed 32-bit multiplier
Sainty2
- 里边有一个半加器。、一个全加器、一个触发器和一个无符号4乘4的乘法器程序,可以完成4位无符号数相乘-Inside there is a half adder. , A full adder, a flip-flop, and an unsigned 4 by 4 multiplier process can be completed by multiplying the number of 4-bit unsigned
95637012Multiplier
- 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。- This file contains all the entity-architectures for a complete-- k-bit x k-bit Booth multipli
16mult_signed
- 16*16位的有符号乘法器的verilog语言-16 x 16 signed multiplier verilog language
booth-16_16-multiplier
- 由verilog编写的利用booth编码的16*16有符号乘法器的代码,没有pipeline-a 16*16 multiplier with booth coding by verilog
Booth2_16
- 这是16位booth阶2的有符号乘法器及其相关测试程序-16 bit booth order 2 with symbolic multipliers and related test procedures
mux_16bit_sign
- 16位有符号和无符号乘法器FPGA源代码-16-bit signed and unsigned multiplier FPGA source code
有符号小数乘法器
- 改进的verilog乘法器,改进了此项乘法,更利于在硬件中的使用(introduce this funcation in this code.)
DIV
- 将两个32 有符号数相除,得到一个32 位商和余数,其中余数符号与被除数符号相同。(Two 32 Division has a number of symbols, get a 32 bit quotient and remainder, the remainder with the same divisor symbol symbol.)
MULT
- 将两个 32 有符号数相乘,得到 一个 64 位带符号数(By multiplying two 32 signed numbers, we get a 64 bit signed number.)
16 bit signed number multiplier
- 16位有符号数乘法器,使用Booth编码和华莱士树,提供程序源文件和测试文件(The 16 bit signed multiplier uses Booth encoding and Wallace tree to provide source files and test files.)