Please enable javascript in your browser.
Page
of
0
پیاده سازی سخت افزاری میکروپروسسور 32- بیتی مقاوم در برابر خطا با استفاده از کدهای تصحیح و تشخیص خطا
خراسانی، وحید
Cataloging brief
پیاده سازی سخت افزاری میکروپروسسور 32- بیتی مقاوم در برابر خطا با استفاده از کدهای تصحیح و تشخیص خطا
پدیدآور اصلی :
خراسانی، وحید
ناشر :
صنعتی شریف
سال انتشار :
1389
موضوع ها :
تحمل پذیری خطا Fault Tolerance واحد محاسباتی - منطقی Arithmetic-Logic Unit (ALU) رمزگذار...
شماره راهنما :
55-41520
Find in content
sort by
page number
page score
Bookmark
I would like to thank my supervisor, Dr. B. Vousughi Vahdat who was exceptionally considerate and offered immense insights and assistance. I would also like to specially thank my co-advisor, Dr. Mohammad Mortazavi for his support during my studies. I...
(5)
I would like to thank ITRC (Iran Telecommunication Research Center) which has supported this work.
(5)
Last; but not least, the author is heartily thankful to his beloved parents for their understanding and boundless love. They brought me up with their love and encouraged me to pursue an advanced degree. I would like to give my heartfelt appreciation t...
(5)
Introduction
(13)
Nowadays, by increasing the usage of digital systems and the improvement of modern technology, working on reliable communication transmission plays an important role. A single error may shutdown the whole system and give rise to incredible or erroneou...
(13)
1.4 Overview
(15)
In Chapter 4, we have introduced the BCH coder including the encoder and decoder structure of BCH codes. Also, Implementation of a (63, 36) BCH codec is presented. Furthermore, the proposed method based on BCH code has been presented. First, implement...
(15)
2.3 Verilog Hardware description language and synthesis
(20)
2.4 Hardware solution
(21)
2.5 Finite fields or Galois field
(21)
2.5.1 Basic properties of Finite fields
(22)
2.5.2 The prime fields GF (P) and its extension GF (Pm)
(23)
2.5.3 The binary field GF(2) and its extension GF(2m)
(23)
2.5.4 Irreducible polynomial
(24)
2.5.5 The primitive polynomial and primitive elements
(24)
2.5.6 The minimal polynomial
(25)
2.6 Construction of Galois field GF(2m)
(27)
2.6.1 Structure of Galois field GF(26)
(27)
2.6.2 Computation using Galois field GF(26)
(29)
In this chapter the proposed method based on the BCH code has been presented. First, the implementation of the Galois field arithmetic such as Adder and multiplying has been presented. Generator polynomial and codeword are explained and then binary BC...
(37)
4.1.1 Implementation of addition operation over two field elements
(37)
4.1.2 A circuit implementation for multiplying an arbitrary element by α
(38)
4.1.3 A circuit implementation for multiplication of two field elements
(39)
4.2 Introduction to BCH codes
(41)
4.2.1 Basic theory
(42)
4.2.2 Codeword
(42)
4.2.3 A generator polynomial of an (n, k) BCH code
(43)
4.2.4 Binary Primitive BCH codes
(44)
4.2.5 The structure of codeword for (63, 36) BCH code
(45)
4.4 An encoding for (n, k) BCH code
(46)
4.5 A decoding for (n, k) BCH code
(47)
The decoding of BCH code is composed of three main steps that are described as follows:
(47)
4.5.1 The syndromes computation
(48)
4.5.2 Implementation of syndrome computation
(52)
4.5.3 Finding the error-locator polynomial
(53)
For no error: σ(x) =1, s1=s3=0
(54)
For one error: σ(x) =1+s1 x, s1≠ 0, s3=s13
(54)
for no error and , then
(54)
if only one error has took place and , then, .
(54)
If there exist two errors and , then
(54)
If and more than two errors have took place so, the position of error cannot be located and by this way cannot correct it [19].
(54)
4.5.5 Finding the error location numbers and error correction
(58)
For no error: σ(x) =1, s1=s3=0
(59)
For one error: σ(x) =1+s1 x, s1≠ 0, s3=s13
(59)
for no error and , then
(63)
.
(63)
If only one error has taken place and , then, .
(63)
If there exist two errors and , then
(63)
If and more than two errors have took place so the position of error cannot be located and by this way cannot correct it [19].
(63)
The generator polynomial of the (63,51) BCH code is shown in Fig. 4.6.
(63)
4.8 Hardware implementation of a (63, 36) BCH encoder and decoder for t=5
(67)
4.8.1 Parameter design of BCH code
(67)
4.8.2 Hardware implementation of a (63, 36) BCH encoder
(68)
4.8.3 Hardware implementation of a (63, 36) BCH decoder
(69)
5.1 Synthesis of 32-bit ALU system
(73)
5.1.1 32-bit Full-Adder RTL structure
(75)
5.3 Designing of 32-bit Fault Tolerant ALU
(86)
6.1 Suggestion for future search
(90)