搜索资源列表
uartok
- 采用verilog编写的串口通信程序,采用了状态机设计!程序简单,消耗资源少-Serial communication written by verilog hdl. It is designed with FSM. The program is simple,and consume resource is few.
rec
- uart串口通信程序 用VERILOG HDL 编写 可以有效应用于FPGA上
通过 SPI 接口控制 I2C总线上音频器件数据流
- 用cycloneII的C020芯片来控制SPI转I2C的Verilog HDL程序
SerialPort
- 一个用verilog HDL 编写的串口发送程序,可以下载到FPGA中。已经在ActelFPGA中试过了,很好用。稍微修改之后,可以与Xilinx和Altera公司的FPGA兼容。-A programe dialogue to transmit a serial data which is writen by Verilog HDL.
cordic.tar
- 用Verilog HDL写的CORDIC算法程序,用于极坐标的笛卡尔坐标的呼唤。采用了宏定义,可以方便的配置CORDIC的参数,值得学习。此程序来自OPENCORES,我用过,很好。-A verlog HDL programme which implement CORDIC algorithem for Polar to Rectangle transform.
Serial
- 串口通讯程序,用的芯片是 CP2102, Verilog HDL 程序,编译通过,完全可用-Serial communications program, using chip CP2102, Verilog HDL program, compiled by completely available
i2cBUS
- I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序(verilog hdl)介绍操作一个I2C总线接口的EEPROM AT24C02 的方法,使用户了解I2C总线协议和读写方法。-The I2C bus is a very common serial bus, it is simple, occupy less interface. This program (verilog HDL) introduced operating a AT24C02 EEPROM of I2C
delayandGMSKdemod
- GSM中,GMSK解调与延迟程序,Verilog HDL。-GMSK DEMOD
UART
- FPGA串口通信程序,Verilog HDL语言下的UART串口通信程序-Verilog HDL UART
Master SPI的Verilog源代码(包括文档 测试程序)
- SPI接口的从机实现(利用verilog HDL语言)(Slave implementation of SPI interface (using Verilog HDL language))
fifo
- Verilog HDL实现通用的FIFO的一个demo,可以参考这个程序根据自己的需求更改深度和宽度,以及标志位(Verilog HDL implements a demo of a generic FIFO that you can refer to to to change the depth and width, as well as the flag bits, depending on your needs)