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

Subversion Repositories turbo8051

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

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

Rev 11 Rev 20
Line 144... Line 144...
                end
                end
        end
        end
    end
    end
 
 
    assign full  = (WR_FAST == 1) ? full_c : full_q;
    assign full  = (WR_FAST == 1) ? full_c : full_q;
    assign afull = full_c;
    assign afull = afull_c;
 
 
    always @(posedge wr_clk) begin
    always @(posedge wr_clk) begin
        if (wr_en) begin
        if (wr_en) begin
                mem[wr_ptr[AW-1:0]] <= wr_data;
                mem[wr_ptr[AW-1:0]] <= wr_data;
        end
        end

powered by: WebSVN 2.1.0

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