搜索资源列表
uartok
- 采用verilog编写的串口通信程序,采用了状态机设计!程序简单,消耗资源少-Serial communication written by verilog hdl. It is designed with FSM. The program is simple,and consume resource is few.
verilog_UART
- UART verilog hdl 实现-UART Verilog HDL achieve
uart2iic
- UART转I2C的Verilog HDL代码,由北京邮电大学《VerilogHDL设计与EDA技术基础》教师编写
demo_24c01a
- 24C01A的Verilog HDL仿真代码,用于I2C接口模块的测试,由北京邮电大学《VerilogHDL设计与EDA技术基础》教师编写
rec
- uart串口通信程序 用VERILOG HDL 编写 可以有效应用于FPGA上
通过 SPI 接口控制 I2C总线上音频器件数据流
- 用cycloneII的C020芯片来控制SPI转I2C的Verilog HDL程序
ldpc
- 最近在做毕设,ldpc码的编解码实现,这个是verilog实现。-Recently completed the set up to do, ldpc code codec implementation, this is the Verilog implementation.
UART_receiver
- 通用串口收发器的移位寄存器 是verilog hDl编写-uart_reg
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
2
- RFID系统的IEEE的文章,安全协议,认证- In this paper, we first propose a cryptographic authentication protocol which meets the privacy protection for tag bearers, and then a digital Codec for RFID tag is designed based on the protocol. The protocol w
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
code
- <基于Verilog HDL的通信系统设计>源码,包含ASK,FSK,PSK,QPSK,PPM等的调制解调-< Verilog HDL-based communication system design> source, including ASK, FSK, PSK, QPSK, PPM and other modem
UART
- FPGA串口通信程序,Verilog HDL语言下的UART串口通信程序-Verilog HDL UART
Master SPI的Verilog源代码(包括文档 测试程序)
- SPI接口的从机实现(利用verilog HDL语言)(Slave implementation of SPI interface (using Verilog HDL language))
lab4
- verilog代码例程,主要用于hdl语言初学者对于verilog的学习(verilog example Code routines, it is mainly used for the verilog HDL language beginners to learn)
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)