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

    CF LDPC Decoder: Overview

    Details

    Name: cf_ldpc
    Created: 13-May-2003 19:29:39
    Updated: 08-May-2008 08:34:46
    CVS: no files in cvs

    Other project properties

    Category :: ECC core
    Development status :: Production/Stable

    Project maintainers

  • Tom Hawkins
  • Statistics

  • view
  • Description

    Cores are generated from Confluence; a modern logic design language. Confluence is a simple, yet highly expressive language that compiles into Verilog, VHDL, and C. See Confluent.org for more info.

    The core is provided in Verilog, Vhdl, C, and Python.

    Low-density parity-check (LDPC) codes are forward error correction codes invented by Robert Gallager in the early 60's. LDPC codes have record breaking error correction performance and approach Shannon's limit for channel capacity.

    Features

    This LDPC error corrector implements Gallager's "A" algorithm: an iterative, hard-decision decoder that opts for simplicity over performance. The architecture elaborates all logic required to implement the message-passing algorithm from message nodes, to check nodes, then back to message nodes -- one iteration occurs every clock cycle.

    The core is primarily meant as an LDPC evaluation platform, as the fully parallel architecture may be inappropriate for synthesis of large block length LDPC decoders.

    The Confluence source code generates an LDPC error corrector given an arbitrary parity-check matrix. This core implements Gallager's (20, 3, 4) parity-check matrix:

    1 1 1 1 . . . . . . . . . . . . . . . .
    . . . . 1 1 1 1 . . . . . . . . . . . .
    . . . . . . . . 1 1 1 1 . . . . . . . .
    . . . . . . . . . . . . 1 1 1 1 . . . .
    . . . . . . . . . . . . . . . . 1 1 1 1
    1 . . . 1 . . . 1 . . . 1 . . . . . . .
    . 1 . . . 1 . . . 1 . . . . . . 1 . . .
    . . 1 . . . 1 . . . . . . 1 . . . 1 . .
    . . . 1 . . . . . . 1 . . . 1 . . . 1 .
    . . . . . . . 1 . . . 1 . . . 1 . . . 1
    1 . . . . 1 . . . . . 1 . . . . . 1 . .
    . 1 . . . . 1 . . . 1 . . . . 1 . . . .
    . . 1 . . . . 1 . . . . 1 . . . . . 1 .
    . . . 1 . . . . 1 . . . . 1 . . 1 . . .
    . . . . 1 . . . . 1 . . . . 1 . . . . 1


     

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