文件名称:现有16位寄存器。初始值为0
介绍说明--下载内容均来自于网络,请自行研究使用
现有16位寄存器。初始值为0。每个时钟周期寄存器的值会左移1位,并且将输入的数据data_in作为寄存器的最低位,寄存器原来的最高位将被丢弃。要求每个周期实时输出该16位寄存器对7求余的余数data_out[20]。(Existing 16 bit register. The initial value is 0. The value of each clock cycle register will shift 1 bit to the left, and the input data will be_ In as the lowest bit of the register, the original highest bit of the register will be discarded. It is required to output the remainder data of the 16 bit register to 7 in real-time in each cycle_ out[20].)
相关搜索: verilog
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
lab2\lab2.docx | 477353 | 2020-05-16 |
lab2\lab2.v | 1973 | 2020-05-07 |
lab2\lab2_tb.v | 698 | 2020-05-07 |