|
Monitor this item
You will be notified via email when status of this item is changed or if somebody adds a comment.
| |
wrong gray2bin conversion
| Type |
BUG |
| Status |
CLOSED |
Regardless of the fact that this function was not used in design it has the wrong comment and implementation (vga_fifo_dc.v:129)
gray2bin is not simple bin2gray on bin
here is right function
function [AWIDTH:1] gray2bin;
input [AWIDTH:1] gray;
integer i;
begin
for (i=1;i gray2bin[i] = ^(gray>>(i-1));
end
endfunction
|
|
| |
|
Stats
1 people are monitoring this item
|
| Progress |
| |
| Submited date |
13-May-2004 |
| Submited by |
maxl@m... |
| |
| Assigned date |
|
| Assigned to |
|
| |
| Closed date |
13-May-2004 |
| Closed by |
Richard Herveille |
|