SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
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

Más contenido relacionado

Destacado

Destacado (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
 

Más de 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 approach
LeMeniz 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 circuits
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 control
LeMeniz 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
 

Más de 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
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Último (20)

Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

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