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

Subversion Repositories minsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /minsoc/trunk
    from Rev 32 to Rev 33
    Reverse comparison

Rev 32 → Rev 33

/rtl/verilog/minsoc_top.v
354,10 → 354,13
jump_flash <= #1 1'b0;
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_ack_int <= 1'b1;
 
if ( rif_ack_int == 1'b1 ) begin
rif_counter <= rif_counter + 1'b1;
rif_ack_int <= 1'b1;
end
rif_ack_int <= 1'b0;
end
end
end
end

powered by: WebSVN 2.1.0

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