OpenCores
URL https://opencores.org/ocsvn/turbo8051/turbo8051/trunk

Subversion Repositories turbo8051

[/] [turbo8051/] [trunk/] [rtl/] [lib/] [async_fifo.v] - Diff between revs 20 and 57

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 20 Rev 57
Line 48... Line 48...
//        1. At write clock domain:
//        1. At write clock domain:
//           wr_total_free_space -->  Indicate total free transfer available 
//           wr_total_free_space -->  Indicate total free transfer available 
//        2. At read clock domain:
//        2. At read clock domain:
//           rd_total_aval       -->  Indicate total no of transfer available
//           rd_total_aval       -->  Indicate total no of transfer available
//-----------------------------------------------
//-----------------------------------------------
 
`timescale  1ns/1ps
 
 
module async_fifo (wr_clk,
module async_fifo (wr_clk,
                   wr_reset_n,
                   wr_reset_n,
                   wr_en,
                   wr_en,
                   wr_data,
                   wr_data,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.