搜索资源列表
Pcidriver
- PCI驱动编程实例,通过PCI可实施操作: 2、通过DMA方式往SDRAM写数据的步骤: (1) 往OMB1写传输数据次数 (2) 往OMB2写所要访问的SDRAM地址 (3) 往FIFO写2 3、通过DMA方式从SDRAM读数据的步骤: (1) 往OMB1写传输数据次数 (2) 往OMB2写所要访问的SDRAM地址 (3) 往FIFO写3 -PCI-driven programming examples, can be implemented through
fifo
- something maybe helpful for hardware programmer
actel_fpga_FIFO
- actel FPGA的fifo使用说明,你也可以在周立功官网上下载的到,比较实用!-actel FPGA fifo instructions, you can also download form the www.zlgmcu.com !
snake
- In this homework, we will focus on data structures and you are responsible for their (correct) implementation. You will implement the queue data structure, which allows FIFO access. You will also implement the hashtable data structure, which implemen
MaxiCOM
- Unfortunately Microsoft has never paid much attention to the serial port. In the Windows API it is just regarded as a file, and in the first version (1.1) of the .NET framework (managed code) there was no support for serial communication. Fortunately
matlab
- 单服务台模型,一分析fifo排队规则的分析模型,此代码可以计算出分析数据,而且可以绘出二维分析图-Single-desk model, an analysis of the FIFO queuing discipline analysis model, this code can calculate the analysis of data, and you can draw two-dimensional analysis chart
SJCJVC
- CY7C 68013a slave FIFO 上位机程序 -CY7C 68013a Slave FIFO PC program
exercise3
- 用verilog实现dsp与Fpga接口的同步设计,其功能包括读写操作及四个功能模块,采用两个fifo实现不同时钟域的地址与数据的转换,在quartus ii11.0环境下运行,运行此程序之前需运行将调用fifo。-Dsp using verilog achieve synchronization with Fpga interface design, its features include read and write operations and four functional modul
CS_FiFo_process_20130417B
- 使用C#编写的关于FIFO处理的算法, 有兴趣的朋友可以参考。Bill.Z-The FIFO algorithm written by C#, anyone needed for reference. Bill.Z