搜索资源列表
18_uart
- 通过FPGA建立模块的串行的Verilog实现-Realized through the establishment of the module s serial verilog on FPGA
ethernet_tri_mode
- 以太网通信verilo实现UDP、TCP传输。-ethernet verilog,udp,tcp
clock
- Verilog实现时钟和闹钟功能,可以设置初始时间,调节时间。-Verilog realize the clock and alarm clock function, you can set the initial time, adjust the time.
AD9226_acq
- 运用verilog语言实现芯片AD9226的传输-Using verilog language to achieve the transmission of chip AD9226
spi
- 使用verilog语言实现spi传输协议(Using Verilog language to implement SPI transport protocol)
xiaodou
- 利用Verilog语言进行编写的V代码,实现的按键消抖功能(The V code written in Verilog language is used to realize the function of button dithering.)
MIPS指令verilog实现
- 单周期MIPS指令处理器能在一个时钟周期内完成add、sub、and、or、sw、lw、beq、j等一条MIPS指令的处理。 单周期MIPS指令处理器包括以下几部分电路:指令存储器、数据存储器、寄存器堆、算术逻辑运算单元、控制电路。 指令存储器:保存处理器的指令,起始地址为0x00400000; 数据存储器:保存处理器的数据,起始地址为0x10010000; 寄存器堆:32个32bit寄存器; 算术逻辑运算单元:完成各种运算; 控制电路:产生处理器的控制信号,包括PC生成。