搜索资源列表
rec
- uart串口通信程序 用VERILOG HDL 编写 可以有效应用于FPGA上
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
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_Verilog-
- Verilog HDL编程,实现FPGA串口通信,实验报告含代码和原理-Verilog HDL programming, FPGA serial communication, test reports containing the code and principles
uart
- 串口发送接收模块,verilog语言,可用来做hdl设计的仿真(used for test for Uart interface in FPGA)
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)
fpga 实现 串口通信
- 串口通信,可以任意修改波特率, 亲自验证过,通信可靠,采用verilog HDL语言编写,代码包含注解