Location:
Search - 32位除法器
Search list
Description: 32位除法器
被除数和除数均为16位整数,16位小数
商为32位整数,16位小数
余数为16位整数,16位小数
Verilog HDL 代码
Platform: |
Size: 1528 |
Author: 李春阳 |
Hits:
Description: 32位除法器的测试程序,
由随机向量产生函数产生一组随机数
来验证计算书否正确
Platform: |
Size: 5660 |
Author: 李春阳 |
Hits:
Description: 此代码用于实现基2的SRT除法器设计,可以实现400MHz以上的32位定点无符号数除法器(除数、被除数和余数均由16位整数和16位小数组成,商由32位整数和16位小数构成,包括源代码和测试文件,可以直接仿真。
Platform: |
Size: 2323 |
Author: 朱秋玲 |
Hits:
Description: 32位元2進位除法器
Platform: |
Size: 1870 |
Author: chen |
Hits:
Description: :32位除法器 被除数和除数均为16位整数,16位小数 商为32位整数,16位小数 余数为16位整数,16位小数 Verilog HDL 代码-32
Platform: |
Size: 1532 |
Author: hyh110120119@163.com |
Hits:
Description: 32位除法器,verilog编写
Platform: |
Size: 1532 |
Author: mhdmhdys@126.com |
Hits:
Description: 32位除法器
被除数和除数均为16位整数,16位小数
商为32位整数,16位小数
余数为16位整数,16位小数
Verilog HDL 代码-32 divider dividend and divisor are 16-bit integer, decimal 16 for the 32-bit integer, 16-bit decimal number more than 16 integer, 16-bit decimal Verilog HDL code
Platform: |
Size: 1024 |
Author: 李春阳 |
Hits:
Description: 32位除法器的测试程序,
由随机向量产生函数产生一组随机数
来验证计算书否正确-32 divider test procedures, by the random vector generated a set of functions to generate random numbers to verify whether the correct calculation of the book
Platform: |
Size: 5120 |
Author: 李春阳 |
Hits:
Description: 此代码用于实现基2的SRT除法器设计,可以实现400MHz以上的32位定点无符号数除法器(除数、被除数和余数均由16位整数和16位小数组成,商由32位整数和16位小数构成,包括源代码和测试文件,可以直接仿真。-This code used to realize the base 2 SRT divider design, you can realize more than 400MHz unsigned 32-bit fixed-point divider number (divisor, dividend and the remainder by the 16-bit integer and 16 fractional composition operators from 32-bit integer and 16 decimal places, including the source code and test files, you can direct simulation.
Platform: |
Size: 2048 |
Author: 朱秋玲 |
Hits:
Description: 基于srt-2算法,利用verilog实现16位定点无符号数除法器(除数、被除数均由16位整数和16位小数组成,商由32位整数和16位小数构成,余数由32位小数组成)-Based on the srt-2 algorithm, the use of Verilog to achieve 16-bit unsigned fixed-point divider number (divisor, dividend by 16-bit integer and 16 fractional composition operators from 32-bit integer and 16 fractional composition, the remainder by 32 small array into)
Platform: |
Size: 3072 |
Author: 刘蒲霞 |
Hits:
Description: 32位元2進位除法器 -32-bit binary divider 2
Platform: |
Size: 2048 |
Author: chen |
Hits:
Description: 是Nios II處理器下客製化指令的一個32位元浮點數除法器,可將兩IEEE 754格式的值進行相除-Nios II processors are customized instruction under a 32-bit floating-point divider can be two format IEEE 754 value division
Platform: |
Size: 18432 |
Author: TTJ |
Hits:
Description: 基于fpga的32位除法器的设计,开发环境vhdl-Fpga-based 32-bit divider design, development environment vhdl
Platform: |
Size: 265216 |
Author: 贾恒龙 |
Hits:
Description: FPGA除法器的使用32位的,有商和余数-FPGA using 32-bit divider, there are the quotient and remainder
Platform: |
Size: 1024 |
Author: 余木 |
Hits:
Description: 介绍了一种使用可编程逻辑器件FPGA和VHDL语言实现32位除法器的设计方法。该除法器不仅可以实现有符号数运算,也可以实现无符号数的运算。-A programmable logic device FPGA and VHDL design of the 32 divider. The divider can be achieved not only symbolic arithmetic, unsigned op.
Platform: |
Size: 2048 |
Author: guoting |
Hits:
Description: verilog代码实现的32位除以16位无符号整数除法器,在别人8位除法器的基础上改进完成,32个时钟周期完成一次运算。-verilog code for 32-bit divided by 16-bit unsigned integer divider it s based on other guy s 8 bit divider verilog code. it need 32 clock cycles to complete an operation.
Platform: |
Size: 1024 |
Author: jiang |
Hits:
Description: 因为二进制加法的进位只可能是1或0,所以可以将32位加法器分为8块(最低一块由4位先行进位加法器直接构成,其余加法结构都采用先行进位加法器结构)分别进行加法计算,除最低位以外的其他7块加法器结构各复制两份,进位输入分别预定为1和0。于是,8块加法器可以同时进行各自的加法运算,然后根据各自相邻低位加法运算结果产生的进位输出,选择正确的加法结果输出。-Because binary adder carry only be 1 or 0, so it can be 32-bit adder is divided into eight (minimum one by the four carry-lookahead adder directly constitute the remaining adder structures using carry-lookahead adder structure), respectively Addition calculation, in addition to other than the lowest seven two copies of each adder structure, carry input is scheduled for 1 and 0, respectively. Thus, the adder 8 can be performed simultaneously the respective adder, and then the respective adjacent low addition result generated carry bit output, select the correct output of the addition result.
Platform: |
Size: 2048 |
Author: Peter |
Hits:
Description: 32位除法器,基于状态机设计,使用Verilog实现-32-bit division based on state machine. Using Verilog
Platform: |
Size: 1024 |
Author: yangd |
Hits:
Description: 最新修改 veilog 除法器,32位除16位,输出数据锁存-//divider dividend divisor* quotient+ remainder
//dividend 32 bit
//divisor 16 bit
//quotient 32 bit
//remainder 32 bit
//need 32 clk to finish the calculation
//start 1 start the calculation
//start 0 keep the reset
//when finished, sample 1, and the result will be keep until start 0
Platform: |
Size: 1024 |
Author: 顺星 |
Hits:
Description: 将两个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.)
Platform: |
Size: 1024 |
Author: SunFlowers_chao |
Hits: