搜索资源列表
uart_verilog_v1
- uart d的verilog 程序,可以实现普通串口功能-UART d Verilog procedures can be achieved ordinary serial port function
verilog_UART
- UART verilog hdl 实现-UART Verilog HDL achieve
RS232
- FPGA实现RS-232串口收发的Verilog程序,已经调通。
uart
- Verilog实现串口收发数据,包括整个quartus工程-Verilog serial port to send and receive data, including the whole quartus project
uart16550
- Uart 串口的verilog实现已调试通过-verilog
UART
- 利用Verilog实现一个UART接口,包含三个源文件rcvr.v\txmit.v\uart.v -Verilog realization of the use of a UART interface, the source file contains three rcvr.v \ txmit.v \ uart.v
UART
- Verilog实现的UART程序,用ISE打开工程文件即可-Verilog implementation UART program, open the project file with the ISE can be
Uart
- 用Verilog实现简单的串口通信,经过功能仿真和板上调试,接收和发送模块均无问题-Using Verilog realize a simple serial communication, through functional simulation and on-board debugging, had no problems receiving and sending module
tcm_enc
- 用Verilog实现(2,1,2)卷积码和8—PSk调制相结合的TCM编码器-Using Verilog realize (2,1,2) convolutional code and 8-PSk modulation encoder combination of TCM
I2C
- verilog实现i2c在总线协议,包括主机和从机,很全面的,费了好大劲整理的-discr iption of i2c protocol
Verilog_I2C_master
- 用Verilog 实现I2C_master-I2C_master in Verilog
Uart-Verilog
- verilog实现串口通讯,包括verilog代码和testbench代码-verilog serial communication, including the verilog code and testbench Code
i2c_src
- 自己写的i2c master程序,verilog实现,综合可用,配置好参数自动完成I2C数据传输。 -i2c master program by myself, verilog achieve,synthesis available, configured parameters automatically I2C data transfers.
uart_verilog
- 串口逻辑的verilog实现,输入可以为字节、双字、四字-verilog code for uart
FPGA实现串口解析
- 用verilog语言不同的编写方式来 实现各种复杂串口通讯(use the verilog to uart)
Master SPI的Verilog源代码(包括文档 测试程序)
- SPI接口的从机实现(利用verilog HDL语言)(Slave implementation of SPI interface (using Verilog HDL language))
uart
- 一个具有固定波特率的 UART 串口收发器,可以实现 串口收发器,可以实现 9600 波特率的串口通信, 能够与 PC 机串口进行通信,支持 8 比特数据位、 1 比特停止位、无校验硬件流控模式(A fixed baud rate UART serial transceiver, can realize serial transceiver, can achieve 9600 baud rate serial communication, and can communicate with PC
d974d4330bf7
- 这是一个非常完整的qpsk调制解调用fpga实现的工程,在工程中已经能够正常使用,使用的quartus ii 开发,使用Verilog语言,文件中还包含了各种滤波器的系数文件,还有matlab仿真文件,整个工程包含从串并变换,相位映射,到成型滤波,中通滤波,cic滤波,调制,再到解调过成的下变频,匹配滤波,载波提取,位定时,判决,整个完整的过程(This is a very complete QPSK modulation and demodulation using FPGA implemen
12345 keyuart
- verilog实现uart串口编程 FPGA板与PC传输数据(verilog uart processing FPGA and PC communication)
fpga 实现 串口通信
- 串口通信,可以任意修改波特率, 亲自验证过,通信可靠,采用verilog HDL语言编写,代码包含注解