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
  •  
    Navigation: All forums > Usb > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: Rudolf Usselmann <rudi@a...>
    Date: Fri, 22 Feb 2002 07:52:16 +0700
    Subject: [usb] preloading CRC
    Top

    
    Just a comment about pre-loading the CRC generators ...
    
    Most standards USB, Ethernet, etc. specify the default pre-load
    value. Typically this value is all '1'. This is a mandatory operation
    for the transmitting station.
    
    On the receiving station, I prefer to pre-load the CRC *checker*
    with the polynomial. The final result from the CRC checking
    should be the original pre-load value of the Transmitting station.
    
    The reason I like to do this, is because it takes less logic to just
    check if all bits are '1': Simple AND gate.
    
    But of course there are many other ways to do this ...
    
    Cheers,
    rudi
    
    
    
    
    
     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.