SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
A 520k (18 900, 17 010) Array Dispersion LDPC
Decoder Architectures for NAND-Flash Memory
Abstract:
Although Latin square is a well-known algorithm to construct low-density parity-check (LDPC)
codes for satisfying long code length, high code-rate, good correcting capability, and low error
floor, it has a drawback of large sub matrix that the hardware implementation will be suffered
from large barrel shifter and worse routing congestion in fitting NAND flash applications. In this
paper, a top-down design methodology, which not only goes through code construction and
optimization, but also hardware implementation to meet all the critical requirements, is
presented. A two-step array dispersion algorithm is proposed to construct long LDPC codes with
a small sub matrix size. Then, the constructed LDPC code is optimized by masking matrix to
obtain better bit-error rate (BER) performance and lower error floor. In addition, our LDPC
codes have a diagonal-like structure in the parity-check matrix leading to a proposed hybrid
storage architecture, which has the advantages of better area efficiency and large enough data
bandwidth for high decoding throughput. To be adopted for NAND flash applications, an (18
900, 17 010) LDPC code with a code-rate of 0.9 and sub matrix size of 63 is constructed and the
field-programmable gate array simulations show that the error floor is successfully suppressed
down to BER of 10 −12. The proposed architecture of this paper analysis the logic size, area and
power consumption using Xilinx 14.2.
Enhancement of the project:
Existing System:
LDPC codes were first proposed by Gallager in 1962 and then rediscovered in the late 1990s. An
LDPC code is defined by an m × n parity-check matrix H with m check nodes (CNs) and n
variable nodes (VNs). The parameters column degree (dv) and row degree (dc) represent the
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
number of CNs/VNs connected to each VN/CN. LDPC codes can be decoded using belief
propagation (BP) algorithm, which iteratively exchanges the messages between the CNs and the
VNs. The two most famous BP decoding algorithms are sum–product algorithm and min-sum
algorithm (MSA). Chen and Fossorier presented a normalized MSA, which compensates the
performance loss of MSA by multiplying a scaling factor in CN update. In these few years, many
researchers and industrial companies are working on how to employ LDPC codes in flash
memory applications. The research topics mainly focus on the code construction, hardware
implementation, and the methods of getting soft information from flash memory. To be adopted
for NAND flash application, the LDPC codes must satisfy the critical requirements, such as long
code length, high code-rate, good correcting capability, and low error-floor. Latin square is one
of the most famous algebraic algorithms to construct LDPC codes for satisfying the requirements
above. In addition, Latin codes are quasi-cyclic (QC) LDPC codes, which are famous for simply
controls in the routing network. However, it has critical drawbacks in the aspect of hardware
implementation. For NAND flash applications, the code length and the code-rate of ECC is
suggested to be 1 or 2 kB, and 0.9, respectively. Such Latin codes come along with large row
degree and large submatrix size. In general, VN-centric sequential scheduling VSS; also known
as column-based shuffle decoding), turbo decoding message passing (TDMP) algorithm, and
row-based shuffle decoding are the mainstream of LDPC decoder architecture. Their partial
parallel updating procedure and architecture not only greatly reduce the hardware complexity,
but also have fast convergence speed of decoding and good BER performance.
Disadvantages:
 BER performance is less
Proposed System:
We will introduce the hardware implementation of NMS-VSS LDPC decoder. The proposed (18
900, 17 010) LDPC code, constructed by the two-level code construction algorithm, has
hardware-friendly features, such as small submatrix size and diagonal-like structure.
Hybrid Storage Architecture for CNU Update Process
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
The parity-check matrix of our proposed LDPC code without masking is shown in Fig. 4. It
consists of 30 × 300 submatrices with a submatrix size (z) of 63. There are six successive
nonzero submatrices in each column block. Due to the second level array dispersion, the
locations of nonzero submatrices are downward cyclic shift by one position between each
column group. Based on the NMS-VSS decoding algorithm, the parity-check matrix is divided
into 300 groups (G = 300). In other words, one group is equivalent to one column block. The
proposed decoder has one VNU block and six CNU block processing units. At each cycle, the
VNU and CNU blocks process the six successive nonzero submatrices in one column block.
As shown in Fig. 1, the proposed hybrid storage architecture consists of six blocks of registers
and a large two-port SRAM. The registers in each block store the messages, which are going to
be updated by VNUs and CNUs at each cycle. After the update, the messages that will be
processed in the next decoding cycle are stored in the registers again. This kind of messages is
denoted as the immediate-use data. At the same time, the messages that are not needed in the
next decoding cycle are stored in the SRAM for later use. This kind of messages is denoted as
the non-immediate-use data.
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
Fig. 1. The proposed hybrid storage architecture.
Overall Architecture
Fig. 2 shows the overall decoder architecture and the details of one CNU block. There are one
VNU block and six CNU blocks, where a VNU block includes 63 VNUs and each CNU block
includes 63 sorters, 63 sign operation units, and two barrel shifters for messages and global sign
bit. The data flows start from registers, then go through VNUs, CNUs, and barrel shifters.
Finally, the data are written back to registers or SRAMs.
The Master of IEEE Projects
Copyright © 2016LeMenizInfotech. All rights reserved
LeMenizInfotech
36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi
Statue, Pondicherry-605 005.
Call: 0413-4205444, +91 9566355386, 99625 88976.
Web :www.lemenizinfotech.com/ www.ieeemaster.com
Mail : projects@lemenizinfotech.com
Fig. 2. LDPC decoder architecture and details of one CNU block
Advantages:
 improve the BER performance
Software implementation:
 Modelsim
 Xilinx ISE

Weitere ähnliche Inhalte

Andere mochten auch

Vector sparse representation of color image using quaternion matrix analysis.
Vector sparse representation of color image using quaternion matrix analysis.Vector sparse representation of color image using quaternion matrix analysis.
Vector sparse representation of color image using quaternion matrix analysis.LeMeniz Infotech
 
A novel pwm high voltage conversion ratio bi directional three-phase dcdc con...
A novel pwm high voltage conversion ratio bi directional three-phase dcdc con...A novel pwm high voltage conversion ratio bi directional three-phase dcdc con...
A novel pwm high voltage conversion ratio bi directional three-phase dcdc con...LeMeniz Infotech
 
Analysis and design of single switch forward-flyback two-channel led driver w...
Analysis and design of single switch forward-flyback two-channel led driver w...Analysis and design of single switch forward-flyback two-channel led driver w...
Analysis and design of single switch forward-flyback two-channel led driver w...LeMeniz Infotech
 
A novel load adaptive zvs auxiliary circuit for pwm three level dc–dc converters
A novel load adaptive zvs auxiliary circuit for pwm three level dc–dc convertersA novel load adaptive zvs auxiliary circuit for pwm three level dc–dc converters
A novel load adaptive zvs auxiliary circuit for pwm three level dc–dc convertersLeMeniz Infotech
 
Wave 2 - Mobility | UM | Social Media Tracker
Wave 2  - Mobility | UM | Social Media TrackerWave 2  - Mobility | UM | Social Media Tracker
Wave 2 - Mobility | UM | Social Media TrackerUM Wave
 
Linkedin For Solicitors
Linkedin For SolicitorsLinkedin For Solicitors
Linkedin For SolicitorsCartwrightKing
 
Ten Modern Plagues - for Seder Discussion
Ten Modern Plagues - for Seder DiscussionTen Modern Plagues - for Seder Discussion
Ten Modern Plagues - for Seder DiscussionArnie Fertig
 
Inplant training in pondicherry | Technology Workshops
Inplant training in pondicherry | Technology WorkshopsInplant training in pondicherry | Technology Workshops
Inplant training in pondicherry | Technology WorkshopsLeMeniz Infotech
 

Andere mochten auch (12)

Vector sparse representation of color image using quaternion matrix analysis.
Vector sparse representation of color image using quaternion matrix analysis.Vector sparse representation of color image using quaternion matrix analysis.
Vector sparse representation of color image using quaternion matrix analysis.
 
Firenze
FirenzeFirenze
Firenze
 
A novel pwm high voltage conversion ratio bi directional three-phase dcdc con...
A novel pwm high voltage conversion ratio bi directional three-phase dcdc con...A novel pwm high voltage conversion ratio bi directional three-phase dcdc con...
A novel pwm high voltage conversion ratio bi directional three-phase dcdc con...
 
Q3
Q3Q3
Q3
 
Analysis and design of single switch forward-flyback two-channel led driver w...
Analysis and design of single switch forward-flyback two-channel led driver w...Analysis and design of single switch forward-flyback two-channel led driver w...
Analysis and design of single switch forward-flyback two-channel led driver w...
 
Muslim art froms
Muslim art fromsMuslim art froms
Muslim art froms
 
A novel load adaptive zvs auxiliary circuit for pwm three level dc–dc converters
A novel load adaptive zvs auxiliary circuit for pwm three level dc–dc convertersA novel load adaptive zvs auxiliary circuit for pwm three level dc–dc converters
A novel load adaptive zvs auxiliary circuit for pwm three level dc–dc converters
 
Wave 2 - Mobility | UM | Social Media Tracker
Wave 2  - Mobility | UM | Social Media TrackerWave 2  - Mobility | UM | Social Media Tracker
Wave 2 - Mobility | UM | Social Media Tracker
 
Xtian art forms
Xtian art formsXtian art forms
Xtian art forms
 
Linkedin For Solicitors
Linkedin For SolicitorsLinkedin For Solicitors
Linkedin For Solicitors
 
Ten Modern Plagues - for Seder Discussion
Ten Modern Plagues - for Seder DiscussionTen Modern Plagues - for Seder Discussion
Ten Modern Plagues - for Seder Discussion
 
Inplant training in pondicherry | Technology Workshops
Inplant training in pondicherry | Technology WorkshopsInplant training in pondicherry | Technology Workshops
Inplant training in pondicherry | Technology Workshops
 

Mehr von LeMeniz Infotech

A fast fault tolerant architecture for sauvola local image thresholding algor...
A fast fault tolerant architecture for sauvola local image thresholding algor...A fast fault tolerant architecture for sauvola local image thresholding algor...
A fast fault tolerant architecture for sauvola local image thresholding algor...LeMeniz Infotech
 
A dynamically reconfigurable multi asip architecture for multistandard and mu...
A dynamically reconfigurable multi asip architecture for multistandard and mu...A dynamically reconfigurable multi asip architecture for multistandard and mu...
A dynamically reconfigurable multi asip architecture for multistandard and mu...LeMeniz Infotech
 
Interleaved digital power factor correction based on the sliding mode approach
Interleaved digital power factor correction based on the sliding mode approachInterleaved digital power factor correction based on the sliding mode approach
Interleaved digital power factor correction based on the sliding mode approachLeMeniz Infotech
 
Bumpless control for reduced thd in power factor correction circuits
Bumpless control for reduced thd in power factor correction circuitsBumpless control for reduced thd in power factor correction circuits
Bumpless control for reduced thd in power factor correction circuitsLeMeniz Infotech
 
A bidirectional single stage three phase rectifier with high-frequency isolat...
A bidirectional single stage three phase rectifier with high-frequency isolat...A bidirectional single stage three phase rectifier with high-frequency isolat...
A bidirectional single stage three phase rectifier with high-frequency isolat...LeMeniz Infotech
 
A bidirectional three level llc resonant converter with pwam control
A bidirectional three level llc resonant converter with pwam controlA bidirectional three level llc resonant converter with pwam control
A bidirectional three level llc resonant converter with pwam controlLeMeniz Infotech
 
Efficient single phase transformerless inverter for grid tied pvg system with...
Efficient single phase transformerless inverter for grid tied pvg system with...Efficient single phase transformerless inverter for grid tied pvg system with...
Efficient single phase transformerless inverter for grid tied pvg system with...LeMeniz Infotech
 
Highly reliable transformerless photovoltaic inverters with leakage current a...
Highly reliable transformerless photovoltaic inverters with leakage current a...Highly reliable transformerless photovoltaic inverters with leakage current a...
Highly reliable transformerless photovoltaic inverters with leakage current a...LeMeniz Infotech
 
Grid current-feedback active damping for lcl resonance in grid-connected volt...
Grid current-feedback active damping for lcl resonance in grid-connected volt...Grid current-feedback active damping for lcl resonance in grid-connected volt...
Grid current-feedback active damping for lcl resonance in grid-connected volt...LeMeniz Infotech
 
Delay dependent stability of single-loop controlled grid-connected inverters ...
Delay dependent stability of single-loop controlled grid-connected inverters ...Delay dependent stability of single-loop controlled grid-connected inverters ...
Delay dependent stability of single-loop controlled grid-connected inverters ...LeMeniz Infotech
 
Connection of converters to a low and medium power dc network using an induct...
Connection of converters to a low and medium power dc network using an induct...Connection of converters to a low and medium power dc network using an induct...
Connection of converters to a low and medium power dc network using an induct...LeMeniz Infotech
 
Stamp enabling privacy preserving location proofs for mobile users
Stamp enabling privacy preserving location proofs for mobile usersStamp enabling privacy preserving location proofs for mobile users
Stamp enabling privacy preserving location proofs for mobile usersLeMeniz Infotech
 
Sbvlc secure barcode based visible light communication for smartphones
Sbvlc secure barcode based visible light communication for smartphonesSbvlc secure barcode based visible light communication for smartphones
Sbvlc secure barcode based visible light communication for smartphonesLeMeniz Infotech
 
Read2 me a cloud based reading aid for the visually impaired
Read2 me a cloud based reading aid for the visually impairedRead2 me a cloud based reading aid for the visually impaired
Read2 me a cloud based reading aid for the visually impairedLeMeniz Infotech
 
Privacy preserving location sharing services for social networks
Privacy preserving location sharing services for social networksPrivacy preserving location sharing services for social networks
Privacy preserving location sharing services for social networksLeMeniz Infotech
 
Pass byo bring your own picture for securing graphical passwords
Pass byo bring your own picture for securing graphical passwordsPass byo bring your own picture for securing graphical passwords
Pass byo bring your own picture for securing graphical passwordsLeMeniz Infotech
 
Eplq efficient privacy preserving location-based query over outsourced encryp...
Eplq efficient privacy preserving location-based query over outsourced encryp...Eplq efficient privacy preserving location-based query over outsourced encryp...
Eplq efficient privacy preserving location-based query over outsourced encryp...LeMeniz Infotech
 
Analyzing ad library updates in android apps
Analyzing ad library updates in android appsAnalyzing ad library updates in android apps
Analyzing ad library updates in android appsLeMeniz Infotech
 
An exploration of geographic authentication scheme
An exploration of geographic authentication schemeAn exploration of geographic authentication scheme
An exploration of geographic authentication schemeLeMeniz Infotech
 
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017LeMeniz Infotech
 

Mehr von LeMeniz Infotech (20)

A fast fault tolerant architecture for sauvola local image thresholding algor...
A fast fault tolerant architecture for sauvola local image thresholding algor...A fast fault tolerant architecture for sauvola local image thresholding algor...
A fast fault tolerant architecture for sauvola local image thresholding algor...
 
A dynamically reconfigurable multi asip architecture for multistandard and mu...
A dynamically reconfigurable multi asip architecture for multistandard and mu...A dynamically reconfigurable multi asip architecture for multistandard and mu...
A dynamically reconfigurable multi asip architecture for multistandard and mu...
 
Interleaved digital power factor correction based on the sliding mode approach
Interleaved digital power factor correction based on the sliding mode approachInterleaved digital power factor correction based on the sliding mode approach
Interleaved digital power factor correction based on the sliding mode approach
 
Bumpless control for reduced thd in power factor correction circuits
Bumpless control for reduced thd in power factor correction circuitsBumpless control for reduced thd in power factor correction circuits
Bumpless control for reduced thd in power factor correction circuits
 
A bidirectional single stage three phase rectifier with high-frequency isolat...
A bidirectional single stage three phase rectifier with high-frequency isolat...A bidirectional single stage three phase rectifier with high-frequency isolat...
A bidirectional single stage three phase rectifier with high-frequency isolat...
 
A bidirectional three level llc resonant converter with pwam control
A bidirectional three level llc resonant converter with pwam controlA bidirectional three level llc resonant converter with pwam control
A bidirectional three level llc resonant converter with pwam control
 
Efficient single phase transformerless inverter for grid tied pvg system with...
Efficient single phase transformerless inverter for grid tied pvg system with...Efficient single phase transformerless inverter for grid tied pvg system with...
Efficient single phase transformerless inverter for grid tied pvg system with...
 
Highly reliable transformerless photovoltaic inverters with leakage current a...
Highly reliable transformerless photovoltaic inverters with leakage current a...Highly reliable transformerless photovoltaic inverters with leakage current a...
Highly reliable transformerless photovoltaic inverters with leakage current a...
 
Grid current-feedback active damping for lcl resonance in grid-connected volt...
Grid current-feedback active damping for lcl resonance in grid-connected volt...Grid current-feedback active damping for lcl resonance in grid-connected volt...
Grid current-feedback active damping for lcl resonance in grid-connected volt...
 
Delay dependent stability of single-loop controlled grid-connected inverters ...
Delay dependent stability of single-loop controlled grid-connected inverters ...Delay dependent stability of single-loop controlled grid-connected inverters ...
Delay dependent stability of single-loop controlled grid-connected inverters ...
 
Connection of converters to a low and medium power dc network using an induct...
Connection of converters to a low and medium power dc network using an induct...Connection of converters to a low and medium power dc network using an induct...
Connection of converters to a low and medium power dc network using an induct...
 
Stamp enabling privacy preserving location proofs for mobile users
Stamp enabling privacy preserving location proofs for mobile usersStamp enabling privacy preserving location proofs for mobile users
Stamp enabling privacy preserving location proofs for mobile users
 
Sbvlc secure barcode based visible light communication for smartphones
Sbvlc secure barcode based visible light communication for smartphonesSbvlc secure barcode based visible light communication for smartphones
Sbvlc secure barcode based visible light communication for smartphones
 
Read2 me a cloud based reading aid for the visually impaired
Read2 me a cloud based reading aid for the visually impairedRead2 me a cloud based reading aid for the visually impaired
Read2 me a cloud based reading aid for the visually impaired
 
Privacy preserving location sharing services for social networks
Privacy preserving location sharing services for social networksPrivacy preserving location sharing services for social networks
Privacy preserving location sharing services for social networks
 
Pass byo bring your own picture for securing graphical passwords
Pass byo bring your own picture for securing graphical passwordsPass byo bring your own picture for securing graphical passwords
Pass byo bring your own picture for securing graphical passwords
 
Eplq efficient privacy preserving location-based query over outsourced encryp...
Eplq efficient privacy preserving location-based query over outsourced encryp...Eplq efficient privacy preserving location-based query over outsourced encryp...
Eplq efficient privacy preserving location-based query over outsourced encryp...
 
Analyzing ad library updates in android apps
Analyzing ad library updates in android appsAnalyzing ad library updates in android apps
Analyzing ad library updates in android apps
 
An exploration of geographic authentication scheme
An exploration of geographic authentication schemeAn exploration of geographic authentication scheme
An exploration of geographic authentication scheme
 
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017
Dotnet IEEE Projects 2016-2017 | Dotnet IEEE Projects Titles 2016-2017
 

Kürzlich hochgeladen

Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

Kürzlich hochgeladen (20)

Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 

A 520k (18 900, 17 010) array dispersion ldpc decoder architectures for nand flash memory

  • 1. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com A 520k (18 900, 17 010) Array Dispersion LDPC Decoder Architectures for NAND-Flash Memory Abstract: Although Latin square is a well-known algorithm to construct low-density parity-check (LDPC) codes for satisfying long code length, high code-rate, good correcting capability, and low error floor, it has a drawback of large sub matrix that the hardware implementation will be suffered from large barrel shifter and worse routing congestion in fitting NAND flash applications. In this paper, a top-down design methodology, which not only goes through code construction and optimization, but also hardware implementation to meet all the critical requirements, is presented. A two-step array dispersion algorithm is proposed to construct long LDPC codes with a small sub matrix size. Then, the constructed LDPC code is optimized by masking matrix to obtain better bit-error rate (BER) performance and lower error floor. In addition, our LDPC codes have a diagonal-like structure in the parity-check matrix leading to a proposed hybrid storage architecture, which has the advantages of better area efficiency and large enough data bandwidth for high decoding throughput. To be adopted for NAND flash applications, an (18 900, 17 010) LDPC code with a code-rate of 0.9 and sub matrix size of 63 is constructed and the field-programmable gate array simulations show that the error floor is successfully suppressed down to BER of 10 −12. The proposed architecture of this paper analysis the logic size, area and power consumption using Xilinx 14.2. Enhancement of the project: Existing System: LDPC codes were first proposed by Gallager in 1962 and then rediscovered in the late 1990s. An LDPC code is defined by an m × n parity-check matrix H with m check nodes (CNs) and n variable nodes (VNs). The parameters column degree (dv) and row degree (dc) represent the
  • 2. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com number of CNs/VNs connected to each VN/CN. LDPC codes can be decoded using belief propagation (BP) algorithm, which iteratively exchanges the messages between the CNs and the VNs. The two most famous BP decoding algorithms are sum–product algorithm and min-sum algorithm (MSA). Chen and Fossorier presented a normalized MSA, which compensates the performance loss of MSA by multiplying a scaling factor in CN update. In these few years, many researchers and industrial companies are working on how to employ LDPC codes in flash memory applications. The research topics mainly focus on the code construction, hardware implementation, and the methods of getting soft information from flash memory. To be adopted for NAND flash application, the LDPC codes must satisfy the critical requirements, such as long code length, high code-rate, good correcting capability, and low error-floor. Latin square is one of the most famous algebraic algorithms to construct LDPC codes for satisfying the requirements above. In addition, Latin codes are quasi-cyclic (QC) LDPC codes, which are famous for simply controls in the routing network. However, it has critical drawbacks in the aspect of hardware implementation. For NAND flash applications, the code length and the code-rate of ECC is suggested to be 1 or 2 kB, and 0.9, respectively. Such Latin codes come along with large row degree and large submatrix size. In general, VN-centric sequential scheduling VSS; also known as column-based shuffle decoding), turbo decoding message passing (TDMP) algorithm, and row-based shuffle decoding are the mainstream of LDPC decoder architecture. Their partial parallel updating procedure and architecture not only greatly reduce the hardware complexity, but also have fast convergence speed of decoding and good BER performance. Disadvantages:  BER performance is less Proposed System: We will introduce the hardware implementation of NMS-VSS LDPC decoder. The proposed (18 900, 17 010) LDPC code, constructed by the two-level code construction algorithm, has hardware-friendly features, such as small submatrix size and diagonal-like structure. Hybrid Storage Architecture for CNU Update Process
  • 3. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com The parity-check matrix of our proposed LDPC code without masking is shown in Fig. 4. It consists of 30 × 300 submatrices with a submatrix size (z) of 63. There are six successive nonzero submatrices in each column block. Due to the second level array dispersion, the locations of nonzero submatrices are downward cyclic shift by one position between each column group. Based on the NMS-VSS decoding algorithm, the parity-check matrix is divided into 300 groups (G = 300). In other words, one group is equivalent to one column block. The proposed decoder has one VNU block and six CNU block processing units. At each cycle, the VNU and CNU blocks process the six successive nonzero submatrices in one column block. As shown in Fig. 1, the proposed hybrid storage architecture consists of six blocks of registers and a large two-port SRAM. The registers in each block store the messages, which are going to be updated by VNUs and CNUs at each cycle. After the update, the messages that will be processed in the next decoding cycle are stored in the registers again. This kind of messages is denoted as the immediate-use data. At the same time, the messages that are not needed in the next decoding cycle are stored in the SRAM for later use. This kind of messages is denoted as the non-immediate-use data.
  • 4. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com Fig. 1. The proposed hybrid storage architecture. Overall Architecture Fig. 2 shows the overall decoder architecture and the details of one CNU block. There are one VNU block and six CNU blocks, where a VNU block includes 63 VNUs and each CNU block includes 63 sorters, 63 sign operation units, and two barrel shifters for messages and global sign bit. The data flows start from registers, then go through VNUs, CNUs, and barrel shifters. Finally, the data are written back to registers or SRAMs.
  • 5. The Master of IEEE Projects Copyright © 2016LeMenizInfotech. All rights reserved LeMenizInfotech 36, 100 Feet Road, Natesan Nagar, Near Indira Gandhi Statue, Pondicherry-605 005. Call: 0413-4205444, +91 9566355386, 99625 88976. Web :www.lemenizinfotech.com/ www.ieeemaster.com Mail : projects@lemenizinfotech.com Fig. 2. LDPC decoder architecture and details of one CNU block Advantages:  improve the BER performance Software implementation:  Modelsim  Xilinx ISE