搜索资源列表
FPGA-I2C
- 利用FPGA 编程实现I2C总线,对学习很有帮助 -FPGA Programming I2C bus, a pair of useful learning
RS232
- FPGA实现RS-232串口收发的Verilog程序,已经调通。
FPGA
- 本文介绍了一种新的使用串行通信进行DSP远程在线编程方法。对设计中的主要技术:DSP与PC机的串口通信、Flash编程以及DSP自引导等进行了详细介绍。结合TI公司的TMS320VC33处理器,阐述了具体的实现方法
FPGArs232.rar
- FPGA中实现rs232串口通信程序,上位机和FPGA互发数据,FPGA to achieve rs232 serial communication procedures, each host computer and FPGA-fat data
MII
- MII接口编程,用于收发以太网MAC帧的FPGA实现。-MII interface programming, send and receive Ethernet MAC frame for the FPGA.
3
- 串口通信的事例FPGA上面可以实现非常实用-FPGA serial communication above examples can be very useful for implementation
async
- 用FPGA实现RS232,代码经过测试通过-FPGA implementation using RS232, the code has been tested through
witeby-decoder-fpga
- 维特比译码和卷积编码的fpga实现 维特比译码概念 卷积编码概念 论文-viteby decoder
FPGA_uart
- fpga实现串口通信 verilog语言实现 -uart communication using FPGA Verilog language implementation
test1_rx
- fpga实现串口数据通信,实现PC与目标设备通信-fpga control uart
UART_FPGA_Code
- UART FPGA实现过程文档说明,及VERILOG HDL 代码,希望能帮助有需要的人,-UART FPGA implementation process documentation, and VERILOG HDL code, hoping to help people in need, thank you
FPGA-UART
- fpga实现uart通信,内容介绍详尽,适合新手-fpga implementation uart communication, content, presentation and detailed, suitable for novice
rs232
- rs232通信,fpga实现,是学习的好参考-rs232 communication, fpga implementation, is a good learning reference
lvds
- LVDS的FPGA实现,包括ISE工程和源码,还有一个pdf演示文档-FPGA implementation for LVDS
my_spi_done
- Xilinx EDK开发 通过FPGA实现SPI通信-DK Xilinx development through SPI to achieve FPGA communication
FPGA实现串口解析
- 用verilog语言不同的编写方式来 实现各种复杂串口通讯(use the verilog to uart)
用FPGA实现UART
- 用fpga实现异步串行通信。通过串口助手接收与发送(Implementation of serial communication with FPGA)
uart程序_quartus_verilog
- 该程序实现uart串口收发数据,按照通信数据格式,代码编写规范,实现fpga中uart通信功能。(The program realizes the UART serial transceiver data, according to the communication data format, code specification, to achieve UART communication function in fpga.)
d974d4330bf7
- 这是一个非常完整的qpsk调制解调用fpga实现的工程,在工程中已经能够正常使用,使用的quartus ii 开发,使用Verilog语言,文件中还包含了各种滤波器的系数文件,还有matlab仿真文件,整个工程包含从串并变换,相位映射,到成型滤波,中通滤波,cic滤波,调制,再到解调过成的下变频,匹配滤波,载波提取,位定时,判决,整个完整的过程(This is a very complete QPSK modulation and demodulation using FPGA implemen
fpga 实现 串口通信
- 串口通信,可以任意修改波特率, 亲自验证过,通信可靠,采用verilog HDL语言编写,代码包含注解