URL
https://opencores.org/ocsvn/xulalx25soc/xulalx25soc/trunk
[/] [xulalx25soc/] [trunk/] [rtl/] [wbucompress.v] - Diff between revs 9 and 43
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 9 |
Rev 43 |
Line 230... |
Line 230... |
begin
|
begin
|
if ((~a_stb)||(~r_stb)||(w_accepted))//Reset whenever word gets written
|
if ((~a_stb)||(~r_stb)||(w_accepted))//Reset whenever word gets written
|
r_compressed <= 1'b0; // to our output
|
r_compressed <= 1'b0; // to our output
|
else if (r_compressed)//Already compressed, wait 'til sent
|
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
|
begin
|
if (matchaddr == 10'h1)
|
if (matchaddr == 10'h1)
|
r_cword[35:30] <= { 5'h3, r_word[30] };
|
r_cword[35:30] <= { 5'h3, r_word[30] };
|
else if (adr_diff < 10'd10)
|
else if (adr_diff < 10'd10)
|
r_cword[35:30] <= { 2'b10, adr_hlfd, r_word[30] };
|
r_cword[35:30] <= { 2'b10, adr_hlfd, r_word[30] };
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.