搜索资源列表
s3esk
- spartan 3e开发板的实验例程,包括对应的说明文档-spartan 3e development board test routines, including the corresponding documentation
task2
- Verilog语言,可在QuartusII正确运行,实现远程控制系统,利用异步串行通信,PC发送数据FPGA接收,实现本地回环模式。-清华大学电子课程设计:Verilog language, you can QuartusII correctly, remote control systems, using asynchronous serial communication, PC to send data received FPGA to achieve the local loopback
loopback
- Xilinx FPGA上实现68013的usb传输-Xilinx FPGAs to achieve the 68013 usb transfer
SPI_Master_module
- 利用VHDL语言编写的SPI主机模块,采用内部自环回已经经过测试,发送接收数据正常,里面有modelsim工程,可以验证下仿真波形-SPI host module using VHDL language, has passed internal self-loopback test, sending and receiving data normally modelsim project, which can be verified under simulation waveforms
sdirx
- GV7601 GSPI驱动程序 配置GV7601 支持loopback环路输出 -GV7601 GV7601 GSPI driver configuration supports loopback loop output
vertex5_digilent_emac0_1gbps
- Digilent公司开发板GENESYS板载1Gbps网口实现驱动程序,实现回环模式的发送。-Digilent development board GENESYS onboard 1Gbps ethernet driver, send the loopback mode
audioloopback
- Verilog program for running a audio loopback system for AC97 codec.
verilog8B10B
- 8b10b编码方式,verilog语言实现,有测试程序。能成功编码。没有环回验证,读者可自行编写环回验证测试程序。-8b10b encoding, verilog language, test procedures. Successful encoding. No loopback verification, readers can write your own loopback verification test procedures.
fpga-usb-verilog-test
- 红色飓风开发板中USB测试源码部分,包含说明文档,FPGA的verilog代码,cy68013固件程序,上位机测试程序。实现USB回环测试,可作为usb开发的参考文件-Red hurricane development board of the USB test source code, including documentation, FPGA verilog code, cy68013 firmware program, PC test program. Realization of USB
uart_loopback
- uart loopback and test bench .
uart_fifo_transceiver_verilog
- verilog UART FIFO 自发自收 自己验证过 基于EP1C3T开发板的-Verilog UART FIFO internal loopback; tested; based on EP1C3T
sp6_UART_TEST
- sparant6工程, UART loopback测试实例,接收PC端发送的UART数据,原数据返回给PC端,即loopback功能。 -The project of sparant6,UART loopback test example, the receiving UART sends data PC, the original data back to the PC side, the loopback unction.
uart
- 本串口通信例程的功能主要演示AX516/AX545开发板的uart接收和发送的功能,在程序没有接收到PC机发来信息的时候,串口会不断的通过串口向PC机发送”Hello ALINX AX516”的信息。当用户从PC机发送数据给AX516/AX545开发板,程序接收到数据后会把数据从串口发回给PC,从而实现Loopback的功能。-The main function of this presentation uart serial communication routines AX516/AX545
chuankou
- UART loopback测试实例,接收PC端发送的UART数据,原数据返回给PC端,即loopback功能 可用FPGA开发板验证(The UART loopback test example receives the UART data sent by the PC terminal, and the original data is returned to the PC terminal, that is, the loopback function.)
CY7C68013A usb测试例程
- PC通过CyConsole工具往USB EP2端点FIFO中写入512byte数据,然后EP2端点FIFO中的数据搬运到EP6端点的FIFO中,最后PC通过CyConsole工具从EP6端点的FIFO中读出512byte数据,实现USB loopback功能测试。