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

Subversion Repositories minsoc

[/] [minsoc/] [trunk/] [rtl/] [verilog/] [minsoc_top.v] - Diff between revs 31 and 33

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

Rev 31 Rev 33
Line 352... Line 352...
 
 
                if (wb_rim_cyc_o && (wb_rim_adr_o[31:32-`APP_ADDR_DEC_W] == `APP_ADDR_FLASH))
                if (wb_rim_cyc_o && (wb_rim_adr_o[31:32-`APP_ADDR_DEC_W] == `APP_ADDR_FLASH))
                        jump_flash <= #1 1'b0;
                        jump_flash <= #1 1'b0;
 
 
                if ( jump_flash == 1'b1 ) begin
                if ( jump_flash == 1'b1 ) begin
                        if ( wb_rim_cyc_o && wb_rim_stb_o && ~wb_rim_we_o ) begin
                        if ( wb_rim_cyc_o && wb_rim_stb_o && ~wb_rim_we_o )
                                rif_counter <= rif_counter + 1'b1;
 
                                rif_ack_int <= 1'b1;
                                rif_ack_int <= 1'b1;
 
 
 
            if ( rif_ack_int == 1'b1 ) begin
 
                                rif_counter <= rif_counter + 1'b1;
 
                                rif_ack_int <= 1'b0;
                        end
                        end
                end
                end
        end
        end
end
end
 
 

powered by: WebSVN 2.1.0

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