搜索资源列表
FPGA-UART
- 用FPGA器件实现UART核心功能的一种方法 串行外设都会用到RS232-C异步串行接口,传统上采用专用的集成电路即UART实现,如TI、EXAR、EPIC的550、452等系列,但是我们一般不需要使用完整的UART的功能,而且对于多串口的设备或需要加密通讯的场合使用UART也不是最合适的。如果设计上用到了FPGA/CPLD器件,那么就可以将所需要的UART功能集成到FPGA内部,本人最近在用XILINX的XCS30做一个设计的时候,就使用VHDL将UADT的核心功能集成了,从而使整个设计更
fpga与PC机的串口通信
- 基于VerilogHDL 的FPGA与PC的串口通信代码,已经测试过,绝对可以用
SCommTest
- 通过串口控制FPGA晶圆测试电路的软件,用于学生做相关实验-FPGA through the serial control circuit wafer testing software for students to do experiments
7
- 通讯编程类实现串口通讯很好实现了FPGA的串口通讯-Programming category of communication a good serial communication implementation of the FPGA implementation of serial communication
SCommTest
- SCommTest,实现了两个串口之间的通信功能,可以调试,互发互收。-SCommTest.zipA serial interface is a simple way to connect an FPGA to a PC. This project shows how to create an asynchronous serial link like RS-232 in an FPGA.