--rtl 这是源代码 --sim 这是modelsim仿真目录 已经验证,可以实现异步FIFO 两级寄存器实现读写指针的同步,地址采用格雷码形式防止亚稳态。异步FIFO的源码,个人觉得不易理解,故上传本人最近写的源码,与大家一起分享
2021-03-05 18:06:17 56KB FPGA CPLD VHDL
1
简易异步FIFO代码及testbench,满足基本FIFO要求,简单实用
2019-12-21 22:15:24 917B 简易异步FIFO代码及testbench
1
异步FIFO的空、满、半满、将空、将满标志都有包含,代码通过modelsim验证
2019-12-21 22:00:13 5KB 半满将空将满
1
这是一个异步FIFO的完全代码实现的modelsim工程,并附有参考论文。 仅作为参考,当然其中也有很多不足,希望批评指教,相互学习。
2019-12-21 21:11:25 4.6MB fifo verilg sorcecode
1
异步FIFO,跨时钟通信必备,完整代码verilog版本.......
2019-12-21 19:48:30 4KB 异步FIFO
1
FIFOs are often used to safely pass data from one clock domain to another asynchronous clock domain. Using a FIFO to pass data from one clock domain to another clock domain requires multi-asynchronous clock design techniques. There are many ways to design a FIFO wrong. There are many ways to design a FIFO right but still make it difficult to properly synthesize and analyze the design. This paper will detail one method that is used to design, synthesize and analyze a safe FIFO between different clock domains using Gray code pointers that are synchronized into a different clock domain before testing for "FIFO full" or "FIFO empty" conditions. The fully coded, synthesized and analyzed RTL Verilog model (FIFO Style #1) is included.
2019-12-21 18:55:06 164KB 异步fifo fifo
1
压缩包里是异步FIFO的IP核。。。。。。。。。。。。。。。。。。。。。。
2010-03-12 00:00:00 742KB 异步FIFO IP核
1