搜索资源列表
USBXilinx
- 实现了串行通信接口的全部功能,符合RS-232-C标准的完整UART模块源代码,中文注解,清晰易懂,经过严格仿真测试,绝对好用。-a serial communication interface of all functions, with RS-232-C standard UART modules complete source code, Chinese notes, lucid, after a rigorous simulation tests, absolutely useful.
MyClockTest
- 这是我电子线路测试的作业,在FPGA板上实现数字钟,(Max2环境)采用VHDL语言编写,非常适合初学者。具备24小时计时,校时,低高音整点报时,定时和多重功能选择的功能。-This is my test of electronic circuits operating at the FPGA board digital clock (Max2 Environment) using VHDL language, very suitable for beginners. 24-hour time,
4x4KEY
- 首先将下载板插到主板上面. 1。源文件保存在src目录,QII的工程文件保存在Proj目录; 2。程序实现的功能测试4×4键盘按键;具体的键值通过板上的数码管来显示。按下K1就显示1,K2就显示2.用户可以试试. 3。具体设计参考代码。
VHDLGuideAndCode
- 该教程比较详细的介绍了VHDL语言,对其语法的使用,编程中的技巧由浅到深的进行介绍,并且给出了90个VHDL源代码,其中包括测试程序、各功能测试代码等。由于文档为pdg格式,在PDG Reader文件夹中给出该阅读器。-The tutorial more detailed introduction to the VHDL language, its syntax, the use of programming techniques from shallow to deep, are introd
vhdlfftdesign
- 浮点FFI,的VHDL实现及HDL功能测试方法的研究 附录B加法处理器测试平台代码 附录CFFT处理器的测试平台代码-The floating-point FFI company encourages, implement and function testing HDL VHDL method The appendix B addition processor test platform code Appendix CFFT processor test platform co
PS2_interface
- ps接口实现,硬件描述语言verilog实现,功能测试完整,可实现功能-ps interface, hardware descr iption language verilog implementation, functional testing complete functionality can be achieved
ILI9225B
- 9225BIC2.0LCD液晶显示屏驱动及功能测试程序-9225B test LCM
yiweijicun
- 移位寄存器及应用,很有用的资料,包括其逻辑功能测试-Shift register and application of useful information,Including its logic function test
PLL210M
- 用VREILOG编写DDS模块 modelsim功能测试通过 十分好用-VREILOG to write the DDS module modelsim function test by the very easy to use
VHDL
- 基于VHDL语言的交通灯设计:通过状态机设计实现交通灯的红黄绿三种灯显示.其功能包括:红绿黄灯显示,倒计时功能,测试功能,手动控制功能.-Based on VHDL design of traffic lights: red, yellow, and green traffic lights, three lights through the state machine design features include: red, green, yellow, countdown function
test_sdram
- 原创的altera de2-70 FPGA板功能测试实验,用于SDram的读写。包含完整源代码,仿真文件,可直接下载到板子上的SOF文件,适合初学者研习。-Original altera de2-70 FPGA board function test, used for SDram read and write. Contains the complete source code, the simulation files, can be directly downloaded to the b
test_spi
- 原创的altera de2-70 FPGA板功能测试实验,用于spi的读写。包含完整源代码,仿真文件,可直接下载到板子上的SOF文件,适合初学者研习。-Original altera de2-70 FPGA board function test, used for SDram read and write. Contains the complete source code, the simulation files, can be directly downloaded to the boa
test_uart
- 原创的altera de2-70 FPGA板功能测试实验,用于UART的读写。包含完整源代码,仿真文件,可直接下载到板子上的SOF文件,适合初学者研习。-Original altera de2-70 FPGA board function test, used for UART read and write. Contains the complete source code, the simulation files, can be directly downloaded to the boa
test_vga
- 原创的altera de2-70 FPGA板功能测试实验,用于VGA的读写。包含完整源代码,仿真文件,可直接下载到板子上的SOF文件,适合初学者研习。-Original altera de2-70 FPGA board function test, used for VGA read and write. Contains the complete source code, the simulation files, can be directly downloaded to the board
arm9
- 研究生课程中,ARM9模型简单功能的实现,以及基于文件读入的功能测试。-From graduate courses : ARM9 model, simple function implementation, and functional test based on file-read operation.
UartRecv
- Uart串口接受Verilog程序,用于开发板串口接受功能测试-Uart serial accept Verilog program for development board serial accept functional test
serial
- 此为Verilog写的功能测试函数,主要用于模块的测试,本程序已调试成功。-This is the function of test functions written in Verilog, mainly used in the test module, the program has been successful debugging.
mipsx2
- 基于FPGA的SOC设计与功能测试,利用mips指令集编写的soc片上系统,以及功能验证- SOC design and FPGA-based functional test, use mips instruction set written soc system on a chip, and functional verification
DDR3_SDRAM
- ddr3 sdram 功能测试。读写测试还有自刷新测试,测试通过。-ddr3 sdram test,write and read ,aoturefresh
CY7C68013A usb测试例程
- PC通过CyConsole工具往USB EP2端点FIFO中写入512byte数据,然后EP2端点FIFO中的数据搬运到EP6端点的FIFO中,最后PC通过CyConsole工具从EP6端点的FIFO中读出512byte数据,实现USB loopback功能测试。