LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Overview :: News :: Downloads :: Tracker    

    VGA/LCD Controller: Tracker : wrong gray2bin conversion

    Monitor this item

    You will be notified via email when status of this item is changed or if somebody adds a comment.

    Your email

      wrong gray2bin conversion

    Type BUG
    Status CLOSED
    Top
    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

    Top

    Comments

    No comments yet..

    Add your comment

    Your email:

    Retype key:
    Top

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.