搜索资源列表
RS232
- FPGA实现RS-232串口收发的Verilog程序,已经调通。
rec
- uart串口通信程序 用VERILOG HDL 编写 可以有效应用于FPGA上
uart
- 串口通讯 PC发送FPGA接受后回传 verilog语言-uart verilog
UART
- 本人自己编写的FPGA异步串口通信模块(UART),基于QuartusII环境,verilog语言编写,包含仿真和全部程序及说明,验证通过,具有很好的稳定性和参考价值!-I have written of the FPGA asynchronous serial communication module (UART), based on QuartusII the environment, verilog language, including simulation and all the pr
FPGA-RS232-verilog
- fpga上的串口驱动程序,包括接收主机来的数据(deserial)和发送由FPGA产生的数据(serial).该程序的调试需要借助串口调试助手-serial port driver on the fpga, including the receiving host to the data (deserial) and send the data generated by the FPGA (serial) to pc. The program needs the serial debug deb
SerialPort
- 一个用verilog HDL 编写的串口发送程序,可以下载到FPGA中。已经在ActelFPGA中试过了,很好用。稍微修改之后,可以与Xilinx和Altera公司的FPGA兼容。-A programe dialogue to transmit a serial data which is writen by Verilog HDL.
UART
- FPGA串口通信程序,Verilog HDL语言下的UART串口通信程序-Verilog HDL UART
FPGA_uart
- fpga实现串口通信 verilog语言实现 -uart communication using FPGA Verilog language implementation
UART_TXD_RXD_Verilog
- 开发异步串口FPGA逻辑的说明文档及代码,其中代码用Verilog编写,我就是看这些文档和源码编写了自己的串口程序-uart,txd,rxd ,select baud
UART
- 用verilog编写的UART串口通信程序,经验证误码率为0,系统由ARM控制FPGA的串口进行通信;-Written in verilog UART serial communication procedures, proven error rate is 0, the system controlled by ARM FPGA serial communication
FPGA_Uart_Verilog-
- Verilog HDL编程,实现FPGA串口通信,实验报告含代码和原理-Verilog HDL programming, FPGA serial communication, test reports containing the code and principles
serial_Verilog
- 特权同学的串口通信程序,Verilog语言,FPGA开发学习源码-Serial communication program, privileged students Verilog language, FPGA development learning source
spihost
- fpga spi 串口 Verilog-fpga spi Verilog
uartip
- fpga verilog 串口 波特率可调-fpga verilog
FPGA实现串口解析
- 用verilog语言不同的编写方式来 实现各种复杂串口通讯(use the verilog to uart)
串口通讯
- EP208Q8F17C8芯片的串口通讯程序(uart communication verilog code)
uart
- 串口发送接收模块,verilog语言,可用来做hdl设计的仿真(used for test for Uart interface in FPGA)
tx_interface_project
- 带FIFO的串口发送模块,简单的FPGA串口发送模块(Serial transmission module with FIFO)
fpga 实现 串口通信
- 串口通信,可以任意修改波特率, 亲自验证过,通信可靠,采用verilog HDL语言编写,代码包含注解