-
I2C
I2C verilog源代码实例并带有验证平台(iic source code and testbench)
- 2018-06-08 15:46:23下载
- 积分:1
-
chaoshengbo_diatance_hc_sr_04
说明: 实现Verilog编程,实现超声波测距模块实现测距功能,并将测得的距离显示在数码管上(Verilog programming is realized, ultrasonic ranging module is realized, and the measured distance is displayed on the digital tube)
- 2020-06-17 16:40:02下载
- 积分:1
-
ch8_1
8选1程序,是利用vhdl编写的,自己弄得还能用,上传下(8 Select a program is written using vhdl, allowed herself can use to upload the next)
- 2010-06-20 13:36:42下载
- 积分:1
-
dianzhen
如果需要用verilog设计一项比较简单的功能,那么这个浅显易懂的程序能让你很快明白点阵的设计方法,尤其是对那些初学者(If you need to use a relatively simple verilog design features, then this easy to understand design of the program allows you to quickly understand the lattice method, especially for those who are beginners)
- 2014-01-16 16:13:53下载
- 积分:1
-
new
1、PC和寄存器组使用时钟触发。
2、指令存储器和数据存储器存储单元宽度一律使用8位,即一个字节的存储单位。
3、控制器部分可以考虑用控制信号真值表方法(有共性部分)与用case语句方法逐个产生各指令其它控制信号相配合,注意:信号必须与状态配合。。当然,还可以用其它方法,自己考虑。
4、试用的汇编程序,而且必须包含所要求的所有指令。Slt、sltu指令必须检查两种情况:“小于”和“大于等于”;beq、bne指令必须检查两种情况:“等”和“不等”。这段汇编程序必须尽量优化,同时,给出每条指令在内存中的地址。(1, PC and register groups are clocked.
2, the command memory and data memory storage unit width will use 8 bits, that is, a byte storage unit.
3, the controller part can be considered with the control signal truth table method (common part) and with the case statement method to produce each command other control signal match, Note: the signal must be with the state. The Of course, you can also use other methods to consider their own.
4, try the assembler, and must contain all the required instructions. Slt, sltu instruction must check two cases: "less than" and "greater than or equal to"; beq, bne instruction must check two cases: "wait" and "unequal". This assembler must be optimized as much as possible, giving the address of each instruction in memory.)
- 2017-10-19 09:44:13下载
- 积分:1
-
交通灯实现源码verilog
资源描述
交通灯控制系统主要是实现城市十字交叉路口红绿灯的控制。在现代化的大城市中,十字交叉路口越来越多,在每个交叉路口都需要使用红绿灯进行交通指挥和管理,红、黄、绿灯的转换要有一个准确的时间间隔和转换顺序,这就需要有一个安全、自动的系统对红、黄、绿灯的转换进行管理,本系统就是基于此目的而开发的。
- 2022-02-04 18:56:56下载
- 积分:1
-
ad4003
说明: AD4003的Verilog程序,验证有用(Verilog code for AD4003)
- 2020-08-24 08:18:16下载
- 积分:1
-
Verilog
说明: 基于FPGA的16QAM调制解调设计,以及仿真实现(Design of 16QAM Modulation and Demodulation Based on FPGA)
- 2021-02-19 16:29:44下载
- 积分:1
-
WB_I2C
Routine for I2C in VHDL
- 2009-03-21 03:32:58下载
- 积分:1
-
verilog cpu代码
2、处理器的指令系统采用了MIPS CPU的常用指令,处理器结构参考MIPS的体系结构进行设计。总线宽度为32位。
3、完成的MIPS指令集:
R型:SLLV,SRAV,ADDU,SUBU,AND,OR,XOR,NOR,SLT,JR
J型:J
I型:BLTZ,BGTZ,BEQ,LW,SW,ADDIU,SLTI,ANDI,ORI,XORI。
- 2022-05-07 08:08:58下载
- 积分:1