登录
首页 » Verilog » Verilog流水整除算法

Verilog流水整除算法

于 2022-08-08 发布 文件大小:3.44 kB
0 93
下载积分: 2 下载次数: 1

代码说明:

借助于实际计算除法的经验,比如11(1011)除以2(0010)(注:以二进制的方式进行),我们首先会比较被除数的最高位是否大于等于除数2,显然该例中1小于10,那么商0,再向下一位看,此时为10,与除数相等,商1余数为0;继续看被除数后一位为1小于除数2,商0,再向下一位看,此时为10,与除数相等,商1余数为1;这样连续比较四次便得到了最后的结果。商为5(0101),余数为1;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • UART的Verilog代码
    资源描述数据传输发生在芯片内部,在芯片内部和系统之间也有。因为它是异步时钟,将没有方法来建立时钟分配技术。
    2022-05-21 02:04:39下载
    积分:1
  • CSCC标准下的RS码译码器的FPGA实现
    CSCC标准下的RS(255,223)码的译码器设计,采用verilog语言编程实现,在软件QUARTUS II 9.0环境下仿真通过,并在CYCLONE IV系列开发板调试通过。
    2022-03-24 22:23:12下载
    积分:1
  • multiplexersemultiplexer
    this project is based on 2*1 and 4*1 multiplexer and 1*2 and 1*4 demultiplexer using vhdl.this is the 100 correct code,reference is taken from book digital electrionics written by anand kumar.please use quatrus to access this code.this code can be used for the final year project for engineering. Here dataflow techniques and behavioural
    2009-12-21 18:11:27下载
    积分:1
  • str
    these are verilg prgms
    2012-12-05 18:12:51下载
    积分:1
  • sin_10k
    基于FPGA的利用rom进行查询的方式生成一个频率为10KHZ的sin信号,编译成功,并实现功能仿真。(Query based on the the FPGA use of rom generate a frequency of 10 kHz sin signal, compiled successfully and to achieve functional simulation.)
    2013-04-23 10:47:17下载
    积分:1
  • pro1
    对用开发板上开关产生的信息做汉明编码并通过串口发送至电脑(The Hamming code is generated from the switch on the development board and sent to the computer through the serial port.)
    2018-11-15 17:01:21下载
    积分:1
  • spi_slave
    FPGA实现SPI接口的从机功能,接收和发送全双工运行,接收到的数据以八位LED灯显示(FPGA to achieve the SPI interface the machine function, receive and send full-duplex operation, the received data to eight LED lights)
    2021-01-07 19:28:52下载
    积分:1
  • Cordic_matlab
    实现自然对数运算的cordic算法的matlab浮点仿真,以及针对FPGA硬件平台的定点仿真测试(Achieve natural logarithm of cordic algorithm matlab floating point emulation, and FPGA hardware platform for fixed-point simulation testing)
    2013-11-01 15:10:09下载
    积分:1
  • ofdm_baseband_design_basedon_fpga
    基于Xilinx FPGA的OFDM通信系统基带设计一书的源代码 (this is source code from a book)
    2013-06-13 22:13:52下载
    积分:1
  • Pc.v
    计算机中每一条机器指令的执行,都离不开程序计数器的正确执行,本程序实现程序计数器。(Computer implementation of each machine instruction, are inseparable from the correct implementation of the program counter, this program achieve the program counter.)
    2010-08-04 17:03:00下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载