搜索资源列表
fifoqueue
- fifo先进先出的算法。利用循环队列实现数据的先进先出-fifo FIFO algorithm. The cyclic data FIFO queue
FIFO.v
- 异步先进先出FIFO存储器,采用格雷码判定,消耗资源更小-Asynchronous FIFO FIFO memory, using Gray code determination, consume less resources
FIFO
- FIFO,先进先出缓冲器,verilog源代码,包括测试代码。-FIFO, FIFO buffer, verilog source code, including test code.
fifo
- 先进先出模块,该模块可以用来调节数据的速率,而且可以作为暂时存储器使用,一般的FPGA调试时使用较多。-frist in frist out
AL422B
- AL422B是一种视频帧存储器,存储容量为384k×8bits,存储器结构为先进先出(FIFO),其接口非常简单。下面来介绍它的性能特点及应用领域-AL422B is a video frame memory, storage capacity of 384k × 8bits, memory structure FIFO (FIFO), its interface is very simple. Here to introduce its performance characteristics
FIFO
- FIFO先进先出,控制时序,对urat、SDRAM、DAC等时序理解都有帮助-FIFO FIFO control the timing of urat, SDRAM, DAC and other timing understanding have helped
Synchronous-FIFO
- FIFO是英文FIRST-IN-FIRST-OUT的缩写,是一种先进先出的数据缓存器,它与普通存储器的区别是没有外部读写地址线,这样使用起来非常方便,但是缺点是只能顺序读写数据,其数据地址由内部读写指针自动加1完成 FIFO的主要功能是基于对双口RAM的读写控制来完成的,根据双口RAM的数据存储状况产生空满信号。双口RAM指的就是能同时对RAM进行读写操作的RAM存储器 -FIFO is an abbreviation of the English FIRST-IN-FIRST-OUT,
FIFO
- 用verilog语言的实现FIFO存储器,以先进先出的方式处理数据(The FIFO memory is implemented in Verilog language, and data is processed in FIFO)
Synchronous FIFO
- 用16*8 RAM实现一个同步先进先出(FIFO)队列设计。由写使能端控制该数据流的写入FIFO,并由读使能控制FIFO中数据的读出。写入和读出的操作由时钟的上升沿触发。当FIFO的数据满和空的时候分别设置相应的高电平加以指示(mplementation of a synchronous first in first out (FIFO) queue design with 16*8 RAM. A write FIFO that controls the data stream by writi
asyn_fifo
- 异步fifo,异步的先进先出,verliog hdl代码,已经经过调试(Asynchronous fifo, asynchronous first out, verliog HDL code, has been debugged)