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

Subversion Repositories xulalx25soc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /xulalx25soc/trunk/rtl
    from Rev 39 to Rev 43
    Reverse comparison

Rev 39 → Rev 43

/wbubus.v
40,7 → 40,9
o_wb_cyc, o_wb_stb, o_wb_we, o_wb_addr, o_wb_data,
i_wb_ack, i_wb_stall, i_wb_err, i_wb_data,
i_interrupt,
o_tx_stb, o_tx_data, i_tx_busy);
o_tx_stb, o_tx_data, i_tx_busy,
// o_dbg
);
parameter LGWATCHDOG=19;
input i_clk;
input i_rx_stb;
/wbucompress.v
232,7 → 232,7
r_compressed <= 1'b0; // to our output
else if (r_compressed)//Already compressed, wait 'til sent
;
else if ((match)&&(matchaddr < 10'd521))
else if ((match)&&(matchaddr < 10'd521)) // &&(r_word == a_addrword))
begin
if (matchaddr == 10'h1)
r_cword[35:30] <= { 5'h3, r_word[30] };

powered by: WebSVN 2.1.0

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