SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
Research Inventy: International Journal Of Engineering And Science
Vol.5, Issue 5 (May 2015), PP 36-42
Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com,
36
BCH Decoder Implemented On CMOS/Nano Device Digital
Memories for Fault Tolerance Systems Design
D. Karthikeyan1,
D. Kavitha2
1
PG Scholar, Department of ECE, Arasu Engineering College kumbakonam
2
Assistant professor, Department of ECE, Arasu Engineering College kumbakonam
ABSTRACT— In this paper present two fault-tolerance systems design approaches. The fault tolerance value design for
CMOS/Nano device digital memories. Two faults identified that ones for intermittent fault another transient faults. These
two approaches share several key features, including the use of a group of Bose-Chaudhuri- Hocquenghem (BCH) codes for
both intermittent fault tolerance and transient fault tolerance, and integration of BCH code selection and dynamic logical-
to-physical address mapping. BCH codes invented in 1960s are powerful class of multiple error correction codes with well
defined mathematical properties, used to correct multiple random error patterns. The mathematical properties within which
BCH codes are defined are the Galois Field or Finite Field Theory. Thus, a new model of BCH decoder is proposed to
reduce the area and simplify the computational scheduling of both syndrome and chien search blocks without parallelism
leading to high throughput. For implementation Spartan 3E FPGA processor is used with VHDL and the simulation &
synthesis are performed using Xilinx ISE 12.1.
Keywords—Bose Chaudhuri Hocquenghem (BCH)codes, complementary metal oxide semiconductor(CMOS),
Breklamp Massey Algorithm(BMA),very large scale integration circuits(VLSI), Field programmable gate
array(FPGA).
I. INTRODUCTION
This past few years experienced spectacular advances in the fabrication and manipulation of molecular
and other nano scale device [1]. Although these new devices show significant future promise to sustain Moore’s
law beyond the CMOS scaling limit, there is a growing consensus [2], that at least in the short term, they cannot
completely replace CMOS technology. As a result, there is a substantial demand to explore the opportunities for
CMOS and molecular/nanotechnologies to enhance and complement each other.
This naturally leads to a paradigm of hybrid CMOS/nano device nano electronics, where any of array
of nano wire crossbars, with wires connected by simple nano devices at each cross point site on the top of a bulk
information processing and/or storage, while the CMOS circuit may some perform testing and fault tolerance,
global interconnect, and some other critical functions. It is almost evident that, compared with the current
CMOS technology, any emerging nano devices will have (much) worse reliability characteristics (such at the
probabilities of permanent defect and transient fault). There are four technologies used in the domain.
CMOS TECHNOLOGY
NANO TECHNOLOGY
BCH TECHNOLBMA
BMA TECHNOLOGY
Hence, fault tolerances have been well recognized as one of the biggest challenges in the emerging
hybrid nano electronics.
II. BCH DECODE
This work concerns the fault-tolerant system design for hybrid nano electronic digital memories.
Conventionally, defect and transient faults in CMOS digital memories are treated separately, i.e., defects are
compensated by using spare rows, columns, and/or words to repair (i.e., replace) the defective ones, while
transient faults are compensated by error correcting codes (ECC) such Hamming and Bose-Chaudhuri-
Hocquenghem (BCH) codes. The Bose-Chaudhuri- Hocquenghem (BCH) codes form a large class of powerful
random error-correcting cyclic codes. This class of codes is a remarkable generalization of the Hamming codes
for multiple-error correction. For any positive integer’s m (m ≥ 3) and t (t< 2m
1), there exists a binary BCH
code with the following parameters:
Block length: n=2m
-1
Number of parity check digits: n- k ≤ mt.
Minimum distance: d min ≥ 2t
D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On…
37
Clearly, this code is capable of correcting any combination of t or fewer errors in a block of n = 2m
-1
digits. We call this code a t- error-correcting BCH code. The generator polynomial of this code is specified in
terms of its roots from the Galois field GF ( 2m
) using binary BCH code decoder structure figure(1). BCH
decoding stepping method. The basic idea of the BCH code decoder is to detect an erroneous sequence with few
words, who summoned the received data, gives rise to a valid code word. Several steps are required for
decoding these codes:
 Calculation of syndrome.
 Calculation of polynomials error localization and amplitude.
 Calculation of roots and evaluation of two polynomials.
 Sum of the polynomial consists of the polynomial and to reconstruct the received information.
 Start without error.
This can be summed in the upcoming figure for easier conception of the VHDL source-code that we
will be using in the conception of our BCH decoder. The BCH codes are implemented as cyclic codes, that is,
the digital logic implementing the encoding and decoding algorithms is organized into shift-register circuits that
mimic the cyclic shifts and polynomial arithmetic required in the description of cyclic codes. Using the
properties of cyclic codes, the remainder can be obtained in a linear stage shift register with feedback
connections corresponding to the coefficients of the generator polynomial as shown in the following figure(2),
Figure.1 Block diagram of Digital circuit for BCH decoder
Where:
R(x): received code word
S(x): the calculated syndrome
σ(x): The error locating polynomial
C(x): Codeword after decoding.
III. BMA (BERKLAMP MASSEY ALGORITMS)
In this paper we used the algorithm of BERKLAMP-MASSEY from the fact that it was specially made
for the decoding of this type of codes. The four technologies: The Berlekamp–Massey algorithm is
an algorithm that will find the shortest linear feedback shift register (LFSR) for a given binary output sequence.
The algorithm will also find the minimal polynomial of a linearly recurrent sequence in an arbitrary field. The
field requirement means that the Berlekamp–Massey algorithm requires all non-zero elements to have a
multiplicative inverse.[1]
Reeds and Sloane offer an extension to handle a ring. James Massey recognized its
application to linear feedback shift registers and simplified the algorithm. The Massey termed the algorithm the
LFSR Synthesis Algorithm (Berlekamp Iterative Algorithm), but it is now known as the Berlekamp–Massey
algorithm. Due to more complicated initial states, the number of iterations is decreased by one. In practice, this
causes only a slight increase in the hardware requirements but the BMA calculation time is significantly
reduced. The error location polynomial (x) is obtained in the C registers after t-1 iterations. In some
applications it may be beneficial to implement the BMA without inversion.
D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On…
38
IV. IMPLEMENTATION OF BCH DECODER
(i) GALOIS FIELD GF (2m
)
Because of their strong random error correction capability, binary BCH codes[3] are among the best
ECC candidates for realizing fault tolerance in hybrid nano electronic digital memories where the faults(both
defects and transient faults) are most likely random and statistically independent. Binary BCH code construction
and encoding/decoding are based on binary Galois fields.
A binary Galois field with degree of m is represented as GF (2m
). For any m≥3 and t≤2m-1
, there exists
a primitive binary BCH code over GF (2m
), denoted as Cm
(t), that has the code length n=2m
-1 and information
bit length k≥2m
-m.t and can correct up to (or slightly more than) t error. For most values of t, Cm
(t+1) requires
m more redundant bits than Cm
(t).
A primitive t-error-correcting (n, k, t) BCH code can be shortened (i.e., eliminate a certain number, say
s, of information bits) to construct a t-error-correcting (n-s, k-s, t) BCH code with less information bits and code
length but the same redundancy [3]. Although BCH encoding is very simple and only involves a Galois field
polynomial multiplication, BCH code decoding algorithms may lead to (slightly) different decoding
computational result, (n, k, t) binary BCH code under GF(2m
) , the product of the decoder silicon area and
decoding latency is approximately proportional to n .t . m2
.
Moreover, a group of binary BCH codes under the same GF (2m
) can share the same hardware encoder
and decoder that are designed to accommodate the maximum code length, maximum information bit length, and
maximum number of correctable errors among all the codes within the group. For a detailed discussion on BCH
codes and their encoding/decoding, readers are referred to [4] and [5]. In order to realize satisfactory
intermittent tolerance efficiency, the repair-only approach requires very low defect densities that can be readily
met by current CMOS technology.
V. NANO TECHNOLOGY AND STRUCTURES
The Nanotechnology ("nanotech") is the manipulation of matter on an atomic, molecular,
and supramolecular scale. The earliest, widespread description of nanotechnology referred to the particular
technological goal of precisely manipulating atoms and molecules for fabrication of macro scale products, also
now referred to as molecular nanotechnology. A more generalized description of nanotechnology was
subsequently established by the National Nanotechnology Initiative, which defines nanotechnology as the
manipulation of matter with at least one dimension sized from 1 to 100 nanometers.
This definition reflects the fact that quantum mechanical effects are important at this quantum-
realm scale, and so the definition shifted from a particular technological goal to a research category inclusive of
all types of research and technologies that deal with the special properties of matter that occur below the given
size threshold. It is therefore common to see the plural form "nanotechnologies" as well as "nano scale
technologies" to refer to the broad range of research and applications whose common trait is size.
More importantly, realization of fault tolerance and transient fault tolerance in hybrid nano electronic
memory will incur area, energy and operational latency overhead in CMOS domain, e.g., the overhead incurred
by the implementation of ECC decoder and reliable storage of certain nano device memory configuration
information in CMOS memory in figure 2.
Figure. 2 Nano device structure
D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On…
39
Such overhead in CMOS domain must be taken into account when investigating and evaluating hybrid
nano electronic digital memory fault-tolerant system design solution. Defect tolerances in hybrid nanoelectronic
digital memory have been addressed [6]. In the authors analysed the effectiveness of integrating Hamming
codes with spare tow/column repair only defect tolerance. The ECC-only defect tolerance has been used to
estimate the hybrid nano electronic memory storage capacity. This paper presents in hybrid nano electronic
digital memory fault-tolerant system design approaches using strong BCH codes, and evaluates the BCH coding
system implementation overhead in CMOS domain based on practical IC design. We understand that, at this
early stage of nano electronic when few preliminary experimental data under laboratory environments have been
ever reported, there is a large uncertainty of the defect and transient fault statistical characteristics (such as their
probabilities and temporal/spatial variations) in the future real-life hybrid CMOS/nano device digital memories
in table 1.
Table :1
Port Name Type Description
Data Input 16-bit data input to digital memory
Clock Input Clock
read address Input 8-bit read address input
write address Input 8-bit write address input
We Input Write enable input
Q Output 16-bit data output of digital memory
Table.1 Binary memory port pin allocation
Therefore, instead of attempting to provide a definite and complete fault-tolerant system design
solution, this work mainly concerns the feasibility and effectiveness of realizing memory fault tolerance under
as-worse-as-possible scenarios. In particular, we are interested in the fault-tolerant strategies with two features:
They should be high as possible of the defect probabilities and transient fault rates and 2) they can automatically
adapt to the variations of the defect statistics in digital memories (i.e., the on-chip fault-tolerant system can
automatically provide just enough defect tolerance capability for a wide range of defect[7].
VI. BCH DECODER IMPLEMENTED FPGA SPARTAN 3E KIT
In nano device memory, due to the high defect probabilities and their possibly large temporal/spatial
variations, different physical memory portions may have (largely) different physical memory cell hence demand
(largely) different error correcting capability. Therefore, other than using a single BCH code, we propose to use
a group of BCH codes in the group should be constructed under the same binary Galois field. A field-
programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer
after manufacturing – hence "field-programmable". The FPGA configuration is generally specified using
a hardware description language (HDL), similar to that used for an application-specific integrated
circuit (ASIC). (Circuit diagrams were previously used to specify the configuration, as they were for ASICs, but
this is increasingly rare.
The FPGA Spartan 3E starter board in order to display the results on the LCD screen that exists on the
board. It has many others blocs distend to different areas of use in the world of micro-technology. The FPGA
Spartan 3E starter is shown in the following figure 3.
Figure.3 Spartan FPGA Starter Kit
D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On…
40
In this work, to demonstrate and evaluate the proposed fault- tolerance design approaches, we
constructed four BCH code groups as list [8]. While implementation of syndrome computational and Chine
search blocks are straightforward, the realization of error locator calculation is nontrivial and several algorithms
have been proposed in the regard. In this work, we use the inversion – free Brelekamp – Massey to realize the
error locator calculation. To minimize the decoders are fully serial, i.e., it receives 1 – bit input and generates 1-
bit output per clock cycle [9].
Figure. 4 Binary BCH code and test bench wave form
VII. PROPOSED FAULT – TOLERANT DESIGN APPROACHES
In this work, we assume the following fault model for nano device memory. In terms of defect, we only
consider static defects of nano wires and nano device memory cells. We assume a defective nano wire
(irrelevant to defect type) will make all the connected nano device memory cells un functional. A memory cell
may be subject to open or short two orthogonal nano wire defects. An open memory cell defect does not affect
the operation of any other are memory cells and any nano wires.
The Bit defect probability pbit that represents the probability of the open memory cell defect. Given the
BCH code group and memory defect map, a fault-tolerant system should determine.
1) Bit user data block and 2) how to physically map each BCH decoded data block onto the nanodevice
memory cell.
Figure. 5 simulation wave form fault analysis.
(i) Two Level Hierarchical Fault Tolerance
The basic idea of this design approach can be described as follows: we partition each nano device memory
cell array into a certain number of memory cell segments; each segment contains consecutive memory cells and
can store one BCH codeword that provide just enough coding redundancy to compensate all the defects in
present segment and ensure a target block error rate under a given transient fault rate in figure (4). This first
approach is simple and works well under relatively low and modest bit probabilities and/or transient fault rate in
figure 5&6.
D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On…
41
Figure. 6 Programming Operations Complete.
(ii) Three- Level Hierarchical Fault Tolerance
In the above two- level hierarchical design approach, we always attempt to locate a continuous memory
cell segment to store each coded data block. Hence, with high bit defect probabilities, the total number of
defective memory cells within a segment may accumulate very quickly and exceed the maximum error
correcting capability in figure 7.
Figure. 7 Simulation result output waveform of bch decoder.
VIII.CONCLUTION
A binary BCH decoder consists of three computational blocks and one first in first out (FIFO) buffer.
To accommodate the high intermittent probabilities and transient fault rates, the developed approaches have
several key features that have not been used in conventional digital memories, including the use of a group of
BCH codes for both intermittent tolerance and transient fault tolerance, and integration of BCH codes selection
and dynamic logical-to-physical address mapping. These two fault-tolerance design approaches seek different
tradeoffs among the achievable storage capacity, robustness to defect statistics variations, implementation
complexity, and operational latency and CMOS storage overhead. Simulation results demonstrated that the
developed approaches can achieve good storage capacity, while taking into account of the storage overhead in
CMOS domain, under high intermittent probabilities and transient fault rate, and can readily adapt to large
defect statistics variations. Also design of BCH decoder successfully implemented on Spartan 3E FPGA hardware.
The Synthesis was successfully done by using the RTL compiler, power and area is estimated technology.
REFERENCES
[1] Y. Chen, G. Y. Jung, D. A. A. Ohlberg, X. Li, D. R. Stewart, J. O. jeppesen, K. A. Nielsen, J. F. Stoddart, and R. S.
Williams, “Nanoscale molecular-switch crossbar circuits,” Nanotechnology, vol.14, pp. 462-468, Apr.2003.
[2] M. A. Reed, “Molecular- scale electronics,” Proc. IEEE, vol. 87, no. 4, pp. 652-658, Apr. 1999.
[3] T. Rueckes et al., “Carbon nanotube-based nonvolatile random access memory for molecular computing,” Science, vol. 289, pp.94-
97, 2000.
[4] N. A. Melosh et al., “Ultra high-density nanowire lattices and circuits,” Science, vol. 300, pp. 112-115, 2003.
[5] M. R. Stan, P. D. Franzon, S. C. Goldstein, J. C. Lach, and M. M. Ziegler, “Molecular electronics: From devices and
interconnect to circuits and architecture,” Proc. IEEE, vol. 91, no. 11, pp. 1940-1957, Nov. 2003 M. J. 1994.
[6] M. M. Ziegler and M. R. Stan, “CMOS/nano co-design for crossbar- based molecular electronic systems,” IEEE Trans.
Nanotechnol., vol. 2, no. 4, pp.317-230, Dec. 2003
[7] A. Dehon, S. C. Goldstein, P. J. Kuekes, and P. Lincoln, “Nonphotolothographic nanoscale memory density prospects,” IEEE
Trans. Nanotehnol., vol. 4, no. 2, pp. 215-228, Mar. 2005.
[8] D. B. Strukov and K. K. Likharev, “Defect-tolerant arhitechtures for nanoelectronic crossbar memories,” J. Nanosci. Nanotechnol.,
vol. 7, pp. 151-167, Jan. 2007.
[9] H. O. Burton, “Inversionless decoding of binary BCH codes,” IEEE Trans. Inf. Theory, vol. IT-17, no. 4, pp.464-466, Jul. 1971.
D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On…
42
Acknowledgements
This work was supported by the Laboratory of VLSI design, Faculty of Electronics and communication engineering. And the
Arasu Engineering College Kumbakonam,
D.KARTHIKYAN is doing ME degree in VLSI Design from ARASU ENGINEERING
COLLEGE, Kumbakonam in knowledge institute of Technology; He received his BE degree in
Electronics and Communication Engineering from ARASU ENGINEERING COLLEGE
kumbakonam in 2012. He has published 4(Four) papers in National conference. He has published
one international conference. He has published papers in one international journal for November
2014 issue of International Journal of Engineering Research and Applications
(IJERA) has been published and also indexed in IJERA’s highly reputed libraries. His
research areas of interest are CMOS memory and VLSI technology especially in Wireless and
communcation Network.
Email. id:- arasukarthikeyand6@gmail.com. dkarthikeyand6@gmail.com.
D.KAVTIHA has completed ME Network Engineering in Arulmigu Kalasalingam college of
Engineering, Krishnan koil. She is having 5(five) years teaching experience. She has published
5(five) papers in National conference. Her research areas of interest are Network Security
especially in Network processor, cloud computing. She is currently working as a Asst.Professor in
the department of Electronics and Communication Engineering at ARASU ENGINEERING
COLLEGE, Kumbakonam.
Email.id:kavithadurairaj1984@gmail.com.

Weitere ähnliche Inhalte

Was ist angesagt?

The Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsThe Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsIJMER
 
Chaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy ChannelsChaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy Channelsiosrjce
 
Analysis of LDPC Codes under Wi-Max IEEE 802.16e
Analysis of LDPC Codes under Wi-Max IEEE 802.16eAnalysis of LDPC Codes under Wi-Max IEEE 802.16e
Analysis of LDPC Codes under Wi-Max IEEE 802.16eIJERD Editor
 
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC CodesPerformance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC Codesidescitation
 
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers  Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers IJECEIAES
 
A new efficient way based on special stabilizer multiplier permutations to at...
A new efficient way based on special stabilizer multiplier permutations to at...A new efficient way based on special stabilizer multiplier permutations to at...
A new efficient way based on special stabilizer multiplier permutations to at...IJECEIAES
 
Simulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space MissionSimulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space MissionIJERA Editor
 
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...ijitjournal
 
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...ijceronline
 
SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding IJECEIAES
 
Error control coding using bose chaudhuri hocquenghem bch codes
Error control coding using bose chaudhuri hocquenghem bch codesError control coding using bose chaudhuri hocquenghem bch codes
Error control coding using bose chaudhuri hocquenghem bch codesIAEME Publication
 
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...VLSICS Design
 
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...TELKOMNIKA JOURNAL
 
S.A.kalaiselvan- robust video data hiding at forbidden zone
S.A.kalaiselvan- robust video data hiding at forbidden zoneS.A.kalaiselvan- robust video data hiding at forbidden zone
S.A.kalaiselvan- robust video data hiding at forbidden zonekalaiselvanresearch
 
Survey on Error Control Coding Techniques
Survey on Error Control Coding TechniquesSurvey on Error Control Coding Techniques
Survey on Error Control Coding TechniquesIJTET Journal
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...researchinventy
 

Was ist angesagt? (19)

The Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless CommunicationsThe Reliability in Decoding of Turbo Codes for Wireless Communications
The Reliability in Decoding of Turbo Codes for Wireless Communications
 
Chaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy ChannelsChaos Encryption and Coding for Image Transmission over Noisy Channels
Chaos Encryption and Coding for Image Transmission over Noisy Channels
 
Analysis of LDPC Codes under Wi-Max IEEE 802.16e
Analysis of LDPC Codes under Wi-Max IEEE 802.16eAnalysis of LDPC Codes under Wi-Max IEEE 802.16e
Analysis of LDPC Codes under Wi-Max IEEE 802.16e
 
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC CodesPerformance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
Performance Analysis of Steepest Descent Decoding Algorithm for LDPC Codes
 
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers  Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
 
A new efficient way based on special stabilizer multiplier permutations to at...
A new efficient way based on special stabilizer multiplier permutations to at...A new efficient way based on special stabilizer multiplier permutations to at...
A new efficient way based on special stabilizer multiplier permutations to at...
 
Simulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space MissionSimulation of Turbo Convolutional Codes for Deep Space Mission
Simulation of Turbo Convolutional Codes for Deep Space Mission
 
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
 
MC-cdma
MC-cdmaMC-cdma
MC-cdma
 
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
 
SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding
 
Error control coding using bose chaudhuri hocquenghem bch codes
Error control coding using bose chaudhuri hocquenghem bch codesError control coding using bose chaudhuri hocquenghem bch codes
Error control coding using bose chaudhuri hocquenghem bch codes
 
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
A Low Power VITERBI Decoder Design With Minimum Transition Hybrid Register Ex...
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
Reliability Level List Based Iterative SISO Decoding Algorithm for Block Turb...
 
Coding Scheme
Coding SchemeCoding Scheme
Coding Scheme
 
S.A.kalaiselvan- robust video data hiding at forbidden zone
S.A.kalaiselvan- robust video data hiding at forbidden zoneS.A.kalaiselvan- robust video data hiding at forbidden zone
S.A.kalaiselvan- robust video data hiding at forbidden zone
 
Survey on Error Control Coding Techniques
Survey on Error Control Coding TechniquesSurvey on Error Control Coding Techniques
Survey on Error Control Coding Techniques
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
 

Ähnlich wie BCH Decoder for Fault Tolerance in CMOS/Nano Memories

Performance Study of BCH Error Correcting Codes Using the Bit Error Rate Term...
Performance Study of BCH Error Correcting Codes Using the Bit Error Rate Term...Performance Study of BCH Error Correcting Codes Using the Bit Error Rate Term...
Performance Study of BCH Error Correcting Codes Using the Bit Error Rate Term...IJERA Editor
 
Error control coding using bose chaudhuri hocquenghem bch codes
Error control coding using bose chaudhuri hocquenghem bch codesError control coding using bose chaudhuri hocquenghem bch codes
Error control coding using bose chaudhuri hocquenghem bch codesIAEME Publication
 
Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...journalBEEI
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder IJECEIAES
 
Error Detection and Correction in SRAM Cell Using Decimal Matrix Code
Error Detection and Correction in SRAM Cell Using Decimal Matrix CodeError Detection and Correction in SRAM Cell Using Decimal Matrix Code
Error Detection and Correction in SRAM Cell Using Decimal Matrix Codeiosrjce
 
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEMA NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEMVLSICS Design
 
Low Power Parellel Chein Search Architecture using Two- Step Approach
Low Power Parellel Chein Search Architecture using Two- Step ApproachLow Power Parellel Chein Search Architecture using Two- Step Approach
Low Power Parellel Chein Search Architecture using Two- Step ApproachMonalSarada
 
Improving The Performance of Viterbi Decoder using Window System
Improving The Performance of Viterbi Decoder using Window System Improving The Performance of Viterbi Decoder using Window System
Improving The Performance of Viterbi Decoder using Window System IJECEIAES
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...eSAT Journals
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...eSAT Publishing House
 
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard  Viterbi DecodingBER Performance for Convalutional Code with Soft & Hard  Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard Viterbi DecodingIJMER
 
An efficient reconfigurable code rate cooperative low-density parity check co...
An efficient reconfigurable code rate cooperative low-density parity check co...An efficient reconfigurable code rate cooperative low-density parity check co...
An efficient reconfigurable code rate cooperative low-density parity check co...IJECEIAES
 
Capsulization of Existing Space Time Techniques
Capsulization of Existing Space Time TechniquesCapsulization of Existing Space Time Techniques
Capsulization of Existing Space Time TechniquesIJEEE
 
Fpga implementation of (15,7) bch encoder and decoder for text message
Fpga implementation of (15,7) bch encoder and decoder for text messageFpga implementation of (15,7) bch encoder and decoder for text message
Fpga implementation of (15,7) bch encoder and decoder for text messageeSAT Journals
 
Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)IISRT
 

Ähnlich wie BCH Decoder for Fault Tolerance in CMOS/Nano Memories (20)

Performance Study of BCH Error Correcting Codes Using the Bit Error Rate Term...
Performance Study of BCH Error Correcting Codes Using the Bit Error Rate Term...Performance Study of BCH Error Correcting Codes Using the Bit Error Rate Term...
Performance Study of BCH Error Correcting Codes Using the Bit Error Rate Term...
 
Error control coding using bose chaudhuri hocquenghem bch codes
Error control coding using bose chaudhuri hocquenghem bch codesError control coding using bose chaudhuri hocquenghem bch codes
Error control coding using bose chaudhuri hocquenghem bch codes
 
Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...
 
DVBS2-MSc-Eng
DVBS2-MSc-EngDVBS2-MSc-Eng
DVBS2-MSc-Eng
 
D0151724
D0151724D0151724
D0151724
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder
 
Error Detection and Correction in SRAM Cell Using Decimal Matrix Code
Error Detection and Correction in SRAM Cell Using Decimal Matrix CodeError Detection and Correction in SRAM Cell Using Decimal Matrix Code
Error Detection and Correction in SRAM Cell Using Decimal Matrix Code
 
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEMA NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
A NOVEL APPROACH FOR LOWER POWER DESIGN IN TURBO CODING SYSTEM
 
Low Power Parellel Chein Search Architecture using Two- Step Approach
Low Power Parellel Chein Search Architecture using Two- Step ApproachLow Power Parellel Chein Search Architecture using Two- Step Approach
Low Power Parellel Chein Search Architecture using Two- Step Approach
 
K0216571
K0216571K0216571
K0216571
 
Improving The Performance of Viterbi Decoder using Window System
Improving The Performance of Viterbi Decoder using Window System Improving The Performance of Viterbi Decoder using Window System
Improving The Performance of Viterbi Decoder using Window System
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
 
BCH Codes
BCH CodesBCH Codes
BCH Codes
 
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard  Viterbi DecodingBER Performance for Convalutional Code with Soft & Hard  Viterbi Decoding
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
 
An efficient reconfigurable code rate cooperative low-density parity check co...
An efficient reconfigurable code rate cooperative low-density parity check co...An efficient reconfigurable code rate cooperative low-density parity check co...
An efficient reconfigurable code rate cooperative low-density parity check co...
 
Ijetcas14 378
Ijetcas14 378Ijetcas14 378
Ijetcas14 378
 
Capsulization of Existing Space Time Techniques
Capsulization of Existing Space Time TechniquesCapsulization of Existing Space Time Techniques
Capsulization of Existing Space Time Techniques
 
Fpga implementation of (15,7) bch encoder and decoder for text message
Fpga implementation of (15,7) bch encoder and decoder for text messageFpga implementation of (15,7) bch encoder and decoder for text message
Fpga implementation of (15,7) bch encoder and decoder for text message
 
Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)
 

Mehr von inventy

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...inventy
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuelsinventy
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...inventy
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...inventy
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systemsinventy
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...inventy
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...inventy
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...inventy
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...inventy
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...inventy
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...inventy
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...inventy
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...inventy
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineinventy
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...inventy
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluationinventy
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generationinventy
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...inventy
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezerinventy
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsinventy
 

Mehr von inventy (20)

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuels
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systems
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbine
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluation
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezer
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin films
 

Kürzlich hochgeladen

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 

Kürzlich hochgeladen (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 

BCH Decoder for Fault Tolerance in CMOS/Nano Memories

  • 1. Research Inventy: International Journal Of Engineering And Science Vol.5, Issue 5 (May 2015), PP 36-42 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com, 36 BCH Decoder Implemented On CMOS/Nano Device Digital Memories for Fault Tolerance Systems Design D. Karthikeyan1, D. Kavitha2 1 PG Scholar, Department of ECE, Arasu Engineering College kumbakonam 2 Assistant professor, Department of ECE, Arasu Engineering College kumbakonam ABSTRACT— In this paper present two fault-tolerance systems design approaches. The fault tolerance value design for CMOS/Nano device digital memories. Two faults identified that ones for intermittent fault another transient faults. These two approaches share several key features, including the use of a group of Bose-Chaudhuri- Hocquenghem (BCH) codes for both intermittent fault tolerance and transient fault tolerance, and integration of BCH code selection and dynamic logical- to-physical address mapping. BCH codes invented in 1960s are powerful class of multiple error correction codes with well defined mathematical properties, used to correct multiple random error patterns. The mathematical properties within which BCH codes are defined are the Galois Field or Finite Field Theory. Thus, a new model of BCH decoder is proposed to reduce the area and simplify the computational scheduling of both syndrome and chien search blocks without parallelism leading to high throughput. For implementation Spartan 3E FPGA processor is used with VHDL and the simulation & synthesis are performed using Xilinx ISE 12.1. Keywords—Bose Chaudhuri Hocquenghem (BCH)codes, complementary metal oxide semiconductor(CMOS), Breklamp Massey Algorithm(BMA),very large scale integration circuits(VLSI), Field programmable gate array(FPGA). I. INTRODUCTION This past few years experienced spectacular advances in the fabrication and manipulation of molecular and other nano scale device [1]. Although these new devices show significant future promise to sustain Moore’s law beyond the CMOS scaling limit, there is a growing consensus [2], that at least in the short term, they cannot completely replace CMOS technology. As a result, there is a substantial demand to explore the opportunities for CMOS and molecular/nanotechnologies to enhance and complement each other. This naturally leads to a paradigm of hybrid CMOS/nano device nano electronics, where any of array of nano wire crossbars, with wires connected by simple nano devices at each cross point site on the top of a bulk information processing and/or storage, while the CMOS circuit may some perform testing and fault tolerance, global interconnect, and some other critical functions. It is almost evident that, compared with the current CMOS technology, any emerging nano devices will have (much) worse reliability characteristics (such at the probabilities of permanent defect and transient fault). There are four technologies used in the domain. CMOS TECHNOLOGY NANO TECHNOLOGY BCH TECHNOLBMA BMA TECHNOLOGY Hence, fault tolerances have been well recognized as one of the biggest challenges in the emerging hybrid nano electronics. II. BCH DECODE This work concerns the fault-tolerant system design for hybrid nano electronic digital memories. Conventionally, defect and transient faults in CMOS digital memories are treated separately, i.e., defects are compensated by using spare rows, columns, and/or words to repair (i.e., replace) the defective ones, while transient faults are compensated by error correcting codes (ECC) such Hamming and Bose-Chaudhuri- Hocquenghem (BCH) codes. The Bose-Chaudhuri- Hocquenghem (BCH) codes form a large class of powerful random error-correcting cyclic codes. This class of codes is a remarkable generalization of the Hamming codes for multiple-error correction. For any positive integer’s m (m ≥ 3) and t (t< 2m 1), there exists a binary BCH code with the following parameters: Block length: n=2m -1 Number of parity check digits: n- k ≤ mt. Minimum distance: d min ≥ 2t
  • 2. D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On… 37 Clearly, this code is capable of correcting any combination of t or fewer errors in a block of n = 2m -1 digits. We call this code a t- error-correcting BCH code. The generator polynomial of this code is specified in terms of its roots from the Galois field GF ( 2m ) using binary BCH code decoder structure figure(1). BCH decoding stepping method. The basic idea of the BCH code decoder is to detect an erroneous sequence with few words, who summoned the received data, gives rise to a valid code word. Several steps are required for decoding these codes:  Calculation of syndrome.  Calculation of polynomials error localization and amplitude.  Calculation of roots and evaluation of two polynomials.  Sum of the polynomial consists of the polynomial and to reconstruct the received information.  Start without error. This can be summed in the upcoming figure for easier conception of the VHDL source-code that we will be using in the conception of our BCH decoder. The BCH codes are implemented as cyclic codes, that is, the digital logic implementing the encoding and decoding algorithms is organized into shift-register circuits that mimic the cyclic shifts and polynomial arithmetic required in the description of cyclic codes. Using the properties of cyclic codes, the remainder can be obtained in a linear stage shift register with feedback connections corresponding to the coefficients of the generator polynomial as shown in the following figure(2), Figure.1 Block diagram of Digital circuit for BCH decoder Where: R(x): received code word S(x): the calculated syndrome σ(x): The error locating polynomial C(x): Codeword after decoding. III. BMA (BERKLAMP MASSEY ALGORITMS) In this paper we used the algorithm of BERKLAMP-MASSEY from the fact that it was specially made for the decoding of this type of codes. The four technologies: The Berlekamp–Massey algorithm is an algorithm that will find the shortest linear feedback shift register (LFSR) for a given binary output sequence. The algorithm will also find the minimal polynomial of a linearly recurrent sequence in an arbitrary field. The field requirement means that the Berlekamp–Massey algorithm requires all non-zero elements to have a multiplicative inverse.[1] Reeds and Sloane offer an extension to handle a ring. James Massey recognized its application to linear feedback shift registers and simplified the algorithm. The Massey termed the algorithm the LFSR Synthesis Algorithm (Berlekamp Iterative Algorithm), but it is now known as the Berlekamp–Massey algorithm. Due to more complicated initial states, the number of iterations is decreased by one. In practice, this causes only a slight increase in the hardware requirements but the BMA calculation time is significantly reduced. The error location polynomial (x) is obtained in the C registers after t-1 iterations. In some applications it may be beneficial to implement the BMA without inversion.
  • 3. D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On… 38 IV. IMPLEMENTATION OF BCH DECODER (i) GALOIS FIELD GF (2m ) Because of their strong random error correction capability, binary BCH codes[3] are among the best ECC candidates for realizing fault tolerance in hybrid nano electronic digital memories where the faults(both defects and transient faults) are most likely random and statistically independent. Binary BCH code construction and encoding/decoding are based on binary Galois fields. A binary Galois field with degree of m is represented as GF (2m ). For any m≥3 and t≤2m-1 , there exists a primitive binary BCH code over GF (2m ), denoted as Cm (t), that has the code length n=2m -1 and information bit length k≥2m -m.t and can correct up to (or slightly more than) t error. For most values of t, Cm (t+1) requires m more redundant bits than Cm (t). A primitive t-error-correcting (n, k, t) BCH code can be shortened (i.e., eliminate a certain number, say s, of information bits) to construct a t-error-correcting (n-s, k-s, t) BCH code with less information bits and code length but the same redundancy [3]. Although BCH encoding is very simple and only involves a Galois field polynomial multiplication, BCH code decoding algorithms may lead to (slightly) different decoding computational result, (n, k, t) binary BCH code under GF(2m ) , the product of the decoder silicon area and decoding latency is approximately proportional to n .t . m2 . Moreover, a group of binary BCH codes under the same GF (2m ) can share the same hardware encoder and decoder that are designed to accommodate the maximum code length, maximum information bit length, and maximum number of correctable errors among all the codes within the group. For a detailed discussion on BCH codes and their encoding/decoding, readers are referred to [4] and [5]. In order to realize satisfactory intermittent tolerance efficiency, the repair-only approach requires very low defect densities that can be readily met by current CMOS technology. V. NANO TECHNOLOGY AND STRUCTURES The Nanotechnology ("nanotech") is the manipulation of matter on an atomic, molecular, and supramolecular scale. The earliest, widespread description of nanotechnology referred to the particular technological goal of precisely manipulating atoms and molecules for fabrication of macro scale products, also now referred to as molecular nanotechnology. A more generalized description of nanotechnology was subsequently established by the National Nanotechnology Initiative, which defines nanotechnology as the manipulation of matter with at least one dimension sized from 1 to 100 nanometers. This definition reflects the fact that quantum mechanical effects are important at this quantum- realm scale, and so the definition shifted from a particular technological goal to a research category inclusive of all types of research and technologies that deal with the special properties of matter that occur below the given size threshold. It is therefore common to see the plural form "nanotechnologies" as well as "nano scale technologies" to refer to the broad range of research and applications whose common trait is size. More importantly, realization of fault tolerance and transient fault tolerance in hybrid nano electronic memory will incur area, energy and operational latency overhead in CMOS domain, e.g., the overhead incurred by the implementation of ECC decoder and reliable storage of certain nano device memory configuration information in CMOS memory in figure 2. Figure. 2 Nano device structure
  • 4. D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On… 39 Such overhead in CMOS domain must be taken into account when investigating and evaluating hybrid nano electronic digital memory fault-tolerant system design solution. Defect tolerances in hybrid nanoelectronic digital memory have been addressed [6]. In the authors analysed the effectiveness of integrating Hamming codes with spare tow/column repair only defect tolerance. The ECC-only defect tolerance has been used to estimate the hybrid nano electronic memory storage capacity. This paper presents in hybrid nano electronic digital memory fault-tolerant system design approaches using strong BCH codes, and evaluates the BCH coding system implementation overhead in CMOS domain based on practical IC design. We understand that, at this early stage of nano electronic when few preliminary experimental data under laboratory environments have been ever reported, there is a large uncertainty of the defect and transient fault statistical characteristics (such as their probabilities and temporal/spatial variations) in the future real-life hybrid CMOS/nano device digital memories in table 1. Table :1 Port Name Type Description Data Input 16-bit data input to digital memory Clock Input Clock read address Input 8-bit read address input write address Input 8-bit write address input We Input Write enable input Q Output 16-bit data output of digital memory Table.1 Binary memory port pin allocation Therefore, instead of attempting to provide a definite and complete fault-tolerant system design solution, this work mainly concerns the feasibility and effectiveness of realizing memory fault tolerance under as-worse-as-possible scenarios. In particular, we are interested in the fault-tolerant strategies with two features: They should be high as possible of the defect probabilities and transient fault rates and 2) they can automatically adapt to the variations of the defect statistics in digital memories (i.e., the on-chip fault-tolerant system can automatically provide just enough defect tolerance capability for a wide range of defect[7]. VI. BCH DECODER IMPLEMENTED FPGA SPARTAN 3E KIT In nano device memory, due to the high defect probabilities and their possibly large temporal/spatial variations, different physical memory portions may have (largely) different physical memory cell hence demand (largely) different error correcting capability. Therefore, other than using a single BCH code, we propose to use a group of BCH codes in the group should be constructed under the same binary Galois field. A field- programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturing – hence "field-programmable". The FPGA configuration is generally specified using a hardware description language (HDL), similar to that used for an application-specific integrated circuit (ASIC). (Circuit diagrams were previously used to specify the configuration, as they were for ASICs, but this is increasingly rare. The FPGA Spartan 3E starter board in order to display the results on the LCD screen that exists on the board. It has many others blocs distend to different areas of use in the world of micro-technology. The FPGA Spartan 3E starter is shown in the following figure 3. Figure.3 Spartan FPGA Starter Kit
  • 5. D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On… 40 In this work, to demonstrate and evaluate the proposed fault- tolerance design approaches, we constructed four BCH code groups as list [8]. While implementation of syndrome computational and Chine search blocks are straightforward, the realization of error locator calculation is nontrivial and several algorithms have been proposed in the regard. In this work, we use the inversion – free Brelekamp – Massey to realize the error locator calculation. To minimize the decoders are fully serial, i.e., it receives 1 – bit input and generates 1- bit output per clock cycle [9]. Figure. 4 Binary BCH code and test bench wave form VII. PROPOSED FAULT – TOLERANT DESIGN APPROACHES In this work, we assume the following fault model for nano device memory. In terms of defect, we only consider static defects of nano wires and nano device memory cells. We assume a defective nano wire (irrelevant to defect type) will make all the connected nano device memory cells un functional. A memory cell may be subject to open or short two orthogonal nano wire defects. An open memory cell defect does not affect the operation of any other are memory cells and any nano wires. The Bit defect probability pbit that represents the probability of the open memory cell defect. Given the BCH code group and memory defect map, a fault-tolerant system should determine. 1) Bit user data block and 2) how to physically map each BCH decoded data block onto the nanodevice memory cell. Figure. 5 simulation wave form fault analysis. (i) Two Level Hierarchical Fault Tolerance The basic idea of this design approach can be described as follows: we partition each nano device memory cell array into a certain number of memory cell segments; each segment contains consecutive memory cells and can store one BCH codeword that provide just enough coding redundancy to compensate all the defects in present segment and ensure a target block error rate under a given transient fault rate in figure (4). This first approach is simple and works well under relatively low and modest bit probabilities and/or transient fault rate in figure 5&6.
  • 6. D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On… 41 Figure. 6 Programming Operations Complete. (ii) Three- Level Hierarchical Fault Tolerance In the above two- level hierarchical design approach, we always attempt to locate a continuous memory cell segment to store each coded data block. Hence, with high bit defect probabilities, the total number of defective memory cells within a segment may accumulate very quickly and exceed the maximum error correcting capability in figure 7. Figure. 7 Simulation result output waveform of bch decoder. VIII.CONCLUTION A binary BCH decoder consists of three computational blocks and one first in first out (FIFO) buffer. To accommodate the high intermittent probabilities and transient fault rates, the developed approaches have several key features that have not been used in conventional digital memories, including the use of a group of BCH codes for both intermittent tolerance and transient fault tolerance, and integration of BCH codes selection and dynamic logical-to-physical address mapping. These two fault-tolerance design approaches seek different tradeoffs among the achievable storage capacity, robustness to defect statistics variations, implementation complexity, and operational latency and CMOS storage overhead. Simulation results demonstrated that the developed approaches can achieve good storage capacity, while taking into account of the storage overhead in CMOS domain, under high intermittent probabilities and transient fault rate, and can readily adapt to large defect statistics variations. Also design of BCH decoder successfully implemented on Spartan 3E FPGA hardware. The Synthesis was successfully done by using the RTL compiler, power and area is estimated technology. REFERENCES [1] Y. Chen, G. Y. Jung, D. A. A. Ohlberg, X. Li, D. R. Stewart, J. O. jeppesen, K. A. Nielsen, J. F. Stoddart, and R. S. Williams, “Nanoscale molecular-switch crossbar circuits,” Nanotechnology, vol.14, pp. 462-468, Apr.2003. [2] M. A. Reed, “Molecular- scale electronics,” Proc. IEEE, vol. 87, no. 4, pp. 652-658, Apr. 1999. [3] T. Rueckes et al., “Carbon nanotube-based nonvolatile random access memory for molecular computing,” Science, vol. 289, pp.94- 97, 2000. [4] N. A. Melosh et al., “Ultra high-density nanowire lattices and circuits,” Science, vol. 300, pp. 112-115, 2003. [5] M. R. Stan, P. D. Franzon, S. C. Goldstein, J. C. Lach, and M. M. Ziegler, “Molecular electronics: From devices and interconnect to circuits and architecture,” Proc. IEEE, vol. 91, no. 11, pp. 1940-1957, Nov. 2003 M. J. 1994. [6] M. M. Ziegler and M. R. Stan, “CMOS/nano co-design for crossbar- based molecular electronic systems,” IEEE Trans. Nanotechnol., vol. 2, no. 4, pp.317-230, Dec. 2003 [7] A. Dehon, S. C. Goldstein, P. J. Kuekes, and P. Lincoln, “Nonphotolothographic nanoscale memory density prospects,” IEEE Trans. Nanotehnol., vol. 4, no. 2, pp. 215-228, Mar. 2005. [8] D. B. Strukov and K. K. Likharev, “Defect-tolerant arhitechtures for nanoelectronic crossbar memories,” J. Nanosci. Nanotechnol., vol. 7, pp. 151-167, Jan. 2007. [9] H. O. Burton, “Inversionless decoding of binary BCH codes,” IEEE Trans. Inf. Theory, vol. IT-17, no. 4, pp.464-466, Jul. 1971.
  • 7. D.KARTHIKEYAN.BE, ME., Bch Decoder Implemented On… 42 Acknowledgements This work was supported by the Laboratory of VLSI design, Faculty of Electronics and communication engineering. And the Arasu Engineering College Kumbakonam, D.KARTHIKYAN is doing ME degree in VLSI Design from ARASU ENGINEERING COLLEGE, Kumbakonam in knowledge institute of Technology; He received his BE degree in Electronics and Communication Engineering from ARASU ENGINEERING COLLEGE kumbakonam in 2012. He has published 4(Four) papers in National conference. He has published one international conference. He has published papers in one international journal for November 2014 issue of International Journal of Engineering Research and Applications (IJERA) has been published and also indexed in IJERA’s highly reputed libraries. His research areas of interest are CMOS memory and VLSI technology especially in Wireless and communcation Network. Email. id:- arasukarthikeyand6@gmail.com. dkarthikeyand6@gmail.com. D.KAVTIHA has completed ME Network Engineering in Arulmigu Kalasalingam college of Engineering, Krishnan koil. She is having 5(five) years teaching experience. She has published 5(five) papers in National conference. Her research areas of interest are Network Security especially in Network processor, cloud computing. She is currently working as a Asst.Professor in the department of Electronics and Communication Engineering at ARASU ENGINEERING COLLEGE, Kumbakonam. Email.id:kavithadurairaj1984@gmail.com.