搜索资源列表
asynfifo
- 异步FIFO模块: module asynfifo(rst,iclk,oclk,din,wren,rden,dout,full,empty) 异步FIFO的tenchbench: module tb_asynfifo
FIFO
- 一个异步的FIFO的VERILOG程序,有测试程序
CliffordECummingsFIFO
- 超值奉献,Clifford E. Cummings FIFO关于异步FIFO的两篇文章,同时附有中文解说,主要讲解异步FIFO的实现难点---空满标志的产生,以及读写地址的产生
fifo
- 基于verilog的异步fifo设计,仿真效果良好-asynchronous fifo based on zhe verilog language
FIFO
- 通用异步FIFO设计的verilog代码,来自于opencore-Universal Asynchronous FIFO Verilog design code, from opencore
asyn_fifo
- verilog编写的异步fifo源代码,asyn_fifo.v为顶层,调用其他四个文件-asynchronous fifo prepared Verilog source code, asyn_fifo.v for top-level, call the other four documents
clk
- 通过一个主时钟信号完成异步FIFO读写时钟信号的产生。编译通过实现功能。-Through a master clock signal the completion of asynchronous FIFO read and write clock signal generation. Compiler through the implementation function.
asynFifo
- 异步fifo在IC设计中,非常重要;是异步时钟域同步方法-Asynchronous fifo in IC design, is very important are asynchronous clock domain synchronization
synchronousfifo
- 采用SystemC语言编写的异步FIFO,非常适合初学SystemC语言的人作为例子练习。-SystemC language using asynchronous FIFO, SystemC is suitable for beginners to practice the language of the people as an example.
