async_fifo
async_fifo copied to clipboard
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
Results
1
async_fifo issues
Sort by
recently updated
recently updated
newest added
Instead of doing the SystemVerilog trick that I described earlier, I define one more addition registers [wbinnextpt1](https://github.com/joeldushouyu/async_fifo/blob/cast-parameter/rtl/wptr_full.v#L24), similar for rpt_empty. Thus, I believe the code could still be keep in...