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

Subversion Repositories amber

[/] [amber/] [trunk/] [hw/] [vlog/] [amber23/] [a23_cache.v] - Diff between revs 82 and 84

Show entire file | Details | Blame | View Log

Rev 82 Rev 84
Line 218... Line 218...
 
 
// Little State Machine to Flush Tag RAMS
// Little State Machine to Flush Tag RAMS
always @ ( posedge i_clk )
always @ ( posedge i_clk )
    if ( i_cache_flush )
    if ( i_cache_flush )
        begin
        begin
        c_state     <= C_INIT;
        c_state     <= CS_INIT;
        source_sel  <= 1'd1 << C_INIT;
        source_sel  <= 1'd1 << C_INIT;
        init_count  <= 'd0;
        init_count  <= 'd0;
        `ifdef A23_CACHE_DEBUG
        `ifdef A23_CACHE_DEBUG
        `TB_DEBUG_MESSAGE
        `TB_DEBUG_MESSAGE
        $display("Cache Flush");
        $display("Cache Flush");

powered by: WebSVN 2.1.0

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