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 > Cores > Message List > Message Post

    Message

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

    From: "H. Peter Anvin" <hpa@z...>
    Date: Mon, 15 Sep 2003 14:59:52 -0700
    Subject: Re: [oc] CRC32
    Top

    Daniel Haensse wrote:
    > Hi list,
    > 
    > does anybody have a CRC32 core with wishbone interface. I need one to 
    > calculate NAND flash block checksum.
    > 
    
    Why don't you compute your CRC32 as part of your flash controller?  If
    you have a per-bit clock available to you, computing any CRC is
    extremely easy; at additional hardware cost you can also do it with a
    slower clock:
    
    http://cell-relay.indiana.edu/mhonarc/cell-relay/1999-Aug/msg00081.shtml
    
    Sticking a wishbone interface on a CRC calculation seems like overkill
    in the extreme.
    
    	-hpa
    
    
    
    

    ReferenceAuthor
    [oc] CRC32Daniel Haensse

    Follow upAuthor
    Re: [oc] CRC32Daniel Haensse

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