搜索资源列表
i2c_slave
- 一个好用的经过FPGA验证的i2c_slave verilog代码。
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
serial_adda
- 硬件语言描述串行DA和AD转换,FPGA控制。能够很好的实现高精度的模数数模转换-verilog descr iption of the serial DA and AD conversion, FPGA control.
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.
high_speed_data_recovery
- 1. 程序的功能是:高速串行数据的恢复. 2. 其基本原理是:利用过采样,检测串行数据的边沿跳变,然后根据边沿提取处在数据相位正中央相邻的抽样值,将串行数据恢复过来。 3. 此程序是verilog 语言编写,用于xilinx virtexE 系列的FPGA-1. Program functions are: high-speed serial data recovery. 2. The basic principle is: the use of over-sampling to det
UART
- FPGA串口通信程序,Verilog HDL语言下的UART串口通信程序-Verilog HDL UART
uart
- Code VHDL/Verilog for UART FPGA: Xilinx, Altera-Code VHDL/Verilog for UART FPGA: Xilinx, Altera...
FPGA_uart
- fpga实现串口通信 verilog语言实现 -uart communication using FPGA Verilog language implementation
spihost
- fpga spi 串口 Verilog-fpga spi Verilog
FPGA实现串口解析
- 用verilog语言不同的编写方式来 实现各种复杂串口通讯(use the verilog to uart)
串口通讯
- EP208Q8F17C8芯片的串口通讯程序(uart communication verilog code)
d974d4330bf7
- 这是一个非常完整的qpsk调制解调用fpga实现的工程,在工程中已经能够正常使用,使用的quartus ii 开发,使用Verilog语言,文件中还包含了各种滤波器的系数文件,还有matlab仿真文件,整个工程包含从串并变换,相位映射,到成型滤波,中通滤波,cic滤波,调制,再到解调过成的下变频,匹配滤波,载波提取,位定时,判决,整个完整的过程(This is a very complete QPSK modulation and demodulation using FPGA implemen
tx_interface_project
- 带FIFO的串口发送模块,简单的FPGA串口发送模块(Serial transmission module with FIFO)
fpga_slavefifo2b_verilog
- fpga控制USB接口数据收发,包含verilog 仿真代码和调试工程(fpga control usb3.0, modelsim simulation, verilog language)
fpga 实现 串口通信
- 串口通信,可以任意修改波特率, 亲自验证过,通信可靠,采用verilog HDL语言编写,代码包含注解