搜索资源列表
-
0下载:
FIFO的verilog实现,内附testbench和文档说明-FIFO verilog achieve, enclosing testbench and documentation shows
-
-
0下载:
一个verilog语言描写的同步fifo,包括:Fifo using declared registers for storage和Fifo using (model of) standard memory chip for storage.两种方式,包含testbench
-
-
0下载:
用verilog写的输出数据宽度可变的FIFO,输入数据为32-bit,输出数据可以配置为4-1任意bit。有设计文件和testbench,Use verilog to write a variable width of the output data FIFO, input data for the 32-bit, output data can be configured as 4-1 arbitrary bit. There are design files and testbench
-
-
3下载:
异步fifo,用Verilog编写,包含testbench,已经通过modelsim调试,内含文档和波形图-Asynchronous fifo, to prepare to use Verilog, including testbench, debug modelsim has passed, including documents and wave
-
-
0下载:
Example of a FIFO code in verilog language, to control a bus. With a memory stack and a testbench.
-
-
0下载:
异步fifo,用Verilog编写,包含testbench,已经通过调试,需要的下载-Asynchronous fifo, to prepare to use Verilog, including testbench, debugging has been passed, the need to download
-
-
0下载:
这是一个verilog编写的同步fifo和testbench的设计-It is a synchronous fifo and testbench design with verilog
-
-
0下载:
verilog implementation of 16X4 fifo with testbench
-
-
0下载:
利用verilog来实现fifo的读写,并有testbench程序。-fifo verilog
-
-
0下载:
fifo的verilog代码,包含rtl,sim,testbench内容的verilog代码,完全可用-rtl code of a fifo
-
-
2下载:
同步与异步FIFO的verilog实现,包括源代码,testbench,测试以及综合通过,还有相关参考资料-Synchronous and asynchronous FIFO verilog achieve, including source code, testbench, test and integrated through, as well as related references
-
-
0下载:
16位FIFO的硬件电路,使用verilog实现。文件内含组合逻辑和寄存逻辑两种方法的实现,以及对应的testbench测试代码-16 FIFO hardware circuits using verilog implementation. File contains a combination of logic and storage logic to achieve the two methods, and the corresponding testbench test code
-
-
0下载:
FIFO verilog学习时的基础编程练习。以8位输入,8位输出为例,输入输出采取不同时钟。
附加testbench。-first in first out
-
-
0下载:
同步FIFO_RAM的设计及其testbench(8 bit SYN FIFO module fifo_v(clk,rst,wen,ren,full,empty,data,q);)
-