REED SOLOMON DECODER AND SEMICONDUCTOR DEVICE INCLUDING THE SAME
20190319643 ยท 2019-10-17
Inventors
- Hyunho Kim (Daejeon, KR)
- Incheol Park (Daejeon, KR)
- Wooyoung Kim (Seoul, KR)
- Youngook Song (Seoul, KR)
- Sanggu Jo (Bucheon, KR)
Cpc classification
H03M13/154
ELECTRICITY
H03M13/159
ELECTRICITY
H03M13/1545
ELECTRICITY
International classification
Abstract
A Reed Solomon decoder may include a syndrome calculation (SC) circuit configured to calculate a codeword from a syndrome ; a key equation solver (KES) circuit configured to calculate an error location polynomial and an error evaluation polynomial from the syndrome; and a Chien search and error evaluation (CSEE) circuit configured to calculate an error location and an error value from the error location polynomial and the error evaluation polynomial, wherein the KES circuit comprises a plurality of sub-KES circuit and each of the plurality of sub-KES circuit, the SC circuit and the CSEE circuit constitutes pipeline stages respectively.
Claims
1. A Reed Solomon decoder comprising: a syndrome calculation (SC) circuit configured to calculate a codeword from a syndrome; a key equation solver (KES) circuit configured to calculate an error location polynomial and an error evaluation polynomial from the syndrome; and a Chien search and error evaluation (CSEE) circuit configured to calculate an error location and an error value from the error location polynomial and the error evaluation polynomial, wherein the KES circuit comprises a plurality of sub-KES circuits and each of the plurality of sub-KES circuits, the SC circuit, and the CSEE circuit respectively comprise pipeline stages.
2. The Reed Solomon decoder of claim 1, further comprising a first-in, first-out (FIFO) queue configured to queue the codeword; and an error correction circuit configured to produce and output error corrected data using an output from the FIFO queue and the error location and the error value.
3. The Reed Solomon decoder of claim 1, wherein each of the plurality of sub-KES circuits comprises a plurality of processing element (PE) circuits connected in series and a control circuit configured to control the plurality of PE circuits.
4. The Reed Solomon decoder of claim 3, wherein a number of the plurality of sub-KES circuits is t (t is a natural number) and a number of the plurality of PE circuits is 3t+1.
5. The Reed Solomon decoder of claim 3, wherein each of the plurality of PE circuits comprises a first operation circuit configured to perform a first operation and a second operation circuit configured to perform a second operation, wherein the control circuit comprises a first control circuit configured to control the first operation circuits of the PE circuits and a second control circuit configured to control the second operation circuits of the PE circuits, and wherein the control circuit controls the first operation circuits and the second operation circuits so that the second operation is performed after the first operation is completed.
6. The Reed Solomon decoder of claim 1, wherein the SC circuit comprises a plurality of sub-SC circuits each configured to calculate a syndrome element of the syndrome from the codeword.
7. The Reed Solomon decoder of claim 6, wherein the plurality of sub-SC circuits operates in parallel to each other.
8. The Reed Solomon decoder of claim 1, wherein the CSEE circuit comprise: a Chien search (CS) circuit configured to determine the error location from the error location polynomial; and an error evaluation (EE) circuit configured to determine the error value from the error evaluation polynomial and the error location.
9. A semiconductor device comprising: an error correction encoder configured to output a codeword by encoding data; a memory cell array configured to store the codeword output from the error correction encoder; and an error correction decoder configured to output error corrected data by decoding a codeword output from the memory cell, wherein the error correction decoder comprises: a SC circuit configured to calculate a codeword from a syndrome; a KES circuit configured to calculate an error location polynomial and an error evaluation polynomial from the syndrome; and a CSEE circuit configured to calculate an error location and an error value from the error location polynomial and the error evaluation polynomial, wherein the KES circuit comprises a plurality of sub-KES circuit and each of the plurality of sub-KES circuits, the SC circuit, and the CSEE circuit respectively comprise pipeline stages.
10. The semiconductor device of claim 9, further comprising: an input buffer configured to output the data to the error correction encoder by buffering input data; and an output buffer configured to provide output data by buffering the error corrected data.
11. The semiconductor device of claim 9, wherein the codeword includes a data part and a parity part, and wherein the memory cell array comprises a main cell array to store the data part and a parity cell array to store the parity part.
12. The semiconductor device of claim 9, wherein the error correction decoder further comprises a first-in, first-out (FIFO) queue configured to queue the codeword; and an error correction circuit configured to produce and output error corrected data using an output from the FIFO queue and the error location and the error value.
13. The semiconductor device of claim 9, wherein each of the plurality of sub-KES circuit comprises a plurality of PE circuits connected in series and a control circuit configured to control the plurality of PE circuits.
14. The semiconductor device of claim 13, wherein a number of the plurality of sub-KES circuits is t (t is a natural number) and a number of the plurality of PE circuits is 3t+1.
15. The semiconductor device of claim 13, wherein each of the plurality of PE circuits comprises a first operation circuit configured to perform a first operation and a second operation circuit configured to perform a second operation and wherein the control circuit comprises a first control circuit configured to control the first operation circuits of the PE circuits and a second control circuit configured to control the second operation circuits of the PE circuits.
16. The semiconductor device of claim 9, wherein the SC circuit comprises a plurality of sub-SC circuits each configured to calculate a syndrome element of the syndrome from the codeword.
17. The semiconductor device of claim 16, wherein the plurality of sub-SC circuits operates in parallel to each other.
18. The semiconductor device of claim 9, wherein the CSEE circuit comprise: a Chien search (CS) circuit configured to determine the error location from the error location polynomial; and an error evaluation (EE) circuit configured to determine the error value from the error evaluation polynomial and the error location.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0012] The accompanying figures, where like reference numerals refer to identical or functionally similar elements throughout the separate views, together with the detailed description below, are incorporated in and form part of the specification, and serve to further illustrate embodiments of concepts that include the claimed novelty, and explain various principles and advantages of those embodiments.
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
DETAILED DESCRIPTION
[0024] The following detailed description references the accompanying figures in describing illustrative embodiments consistent with this disclosure. The embodiments are provided for illustrative purposes and are not exhaustive. Additional embodiments not explicitly illustrated or described are possible. Further, modifications can be made to presented embodiments within the scope of the present teachings. The detailed description is not meant to limit this disclosure. Rather, the scope of the present disclosure is defined in accordance with the presented claims and equivalents thereof
[0025]
[0026] The Reed Solomon decoder 1 includes a syndrome calculation (SC) circuit 100, a key equation solver (KES) circuit 200, and a Chien search and error evaluation (CSEE) circuit 300.
[0027] The Reed Solomon decoder 1 may further include a register 500 for sequentially queuing input codewords and an error correction circuit 400 to output error corrected data produced using a codeword output from the register 500 and an error location and an error value output from the CSEE circuit 300.
[0028] The SC circuit 100 outputs a syndrome including syndrome elements S.sub.0 to S.sub.2t1 produced using the codeword r(x).
[0029] Hereinafter, the codeword may be represented by a codeword polynomial, and the syndrome may be represented by a syndrome polynomial.
[0030] The KES circuit 200 outputs an error location polynomial (x) and an error evaluation polynomial (x), each produced using the syndrome.
[0031] CSEE circuit 300 receives the error location polynomial (x) and the error evaluation polynomial (x) and outputs an error location and an error value each produced using the received polynomials.
[0032] In this embodiment, the basic operation principle of the SC circuit 100, the KES circuit 200 and the CSEE circuit 300 is similar to that of the conventional Reed Solomon decoder of
[0033] For example, the CSEE circuit 300 may be configured to perform a Chien Search algorithm and a Forney algorithm.
[0034] Since these algorithms are well known, a detailed description thereof will be omitted.
[0035] The SC circuit 100 and the CSEE circuit 300 may have a parallel structure in order to increase the processing speed.
[0036] In an embodiment, the KES circuit 200 includes a plurality of sub-KES circuits 210-0 to 210-(t1) connected in series.
[0037] In an embodiment, the KES circuit 200 includes t sub-KES circuits 210-0, 210-1, . . . , 210-(t1) (where t is a natural number). In an embodiment, t is equal to half the number of parity symbols included in the codeword r(x).
[0038] The t sub-KES circuits 210-0 to 210-(t1) replace the conventional KES circuit 20 which performs the operation by looping 2t times.
[0039] At this time, each of the sub-KES circuits 210-0 to 210-(t1), the SC circuit 100, and the CSEE circuit 300 may respectively constitute a pipeline stage.
[0040] For example, if in an embodiment each pipeline stage requires two clock cycles to perform its respective operation, the overall latency may be t+4 clock cycles.
[0041] Also, since the Reed Solomon decoder 1 according to an embodiment of the present invention operates in a pipelined manner, a decoding operation for a new codeword can be performed while a decoding operation for a previously input codeword is performed, thereby a throughput may be increased. For example, in the embodiment wherein each pipeline stage requires two clock cycles to perform its respective operation, a new codeword can be decoded every 2 clock cycles.
[0042] The register 500 sequentially queues codewords and provides a codeword corresponding to an error location and an error value output from the CSEE circuit 300 to the error correction circuit 400. In an embodiment, the register 500 is configured to queue a number of codewords corresponding to the total number of pipe stages in the SC circuit 100, the KES circuit 200, and the CSEE circuit 300, and to operate as a first-in, first-out (FIFO) queue.
[0043] The error correction circuit 400 modifies the codeword from the register 500 according to the error location and the error value to produce and output an error corrected data.
[0044]
[0045] The sub-SC circuit 110 outputs a syndrome element S.sub.i and the SC circuit 100 includes a plurality of sub-SC circuit 110 arranged in parallel to output a plurality of syndrome elements S.sub.i (i=0, . . . , 2t1) at the same time, wherein 2t corresponds to a number of parity symbols in the codeword r(x).
[0046] Hereinafter, a codeword polynomial is represented by r(x), an error corrected data polynomial is represented by c(x), and an error polynomial is expressed by e(x).
[0047] The codeword polynomial r(x) can be expressed as:
r(x)=c(x)+e(x)
[0048] If a message polynomial is m(x) and a codeword generating polynomial is g(x), the codeword polynomial can be expressed as:
g(x)=(x.sup.0) . . . (x.sup.2t1)
c(x)=m(x)g(x)
[0049] In the above, .sup.i(i=0, . . . , 2t1) is a root of the primitive polynomial constituting a Galois field.
[0050] In a syndrome polynomial, each syndrome element Si is expressed as:
S.sub.i=r(.sup.i)=c(.sup.i)+e(.sup.i)=e(.sup.i), i=0, 2t1
[0051]
[0052] The r.sup.th sub-KES circuit 210 receives inputs such as .sub.i(r), .sub.i(r), (r) and k(r) from a previous sub-KES circuit (i=0, 1, . . . , 3t). For example, .sub.i(r) are input to i.sup.th PE circuit 211-i (i=0, 1, ,3t), .sub.i+1(r) are input to i.sup.th PE circuit 211-i (i=0, 1, . . . , 3t1) and 3t.sup.th PE circuit 211-3t receives a fixed value 0 instead of .sub.3t+1(r). .sub.0(r), (r) and k(r) are input to a control logic 212.
[0053] For the 0.sup.th sub-KES circuit 210-0, the inputs .sub.i(0) and .sub.i(0) are initialized to S.sub.i (i=0, 1, . . . , 2t1), the inputs .sub.i(0) and .sub.i(0) are initialized to 0 (i=2t, 2t+1, . . . , 3t2, 3t1), the inputs .sub.3t(0) and .sub.3t(0) are initialized to 1, k(0) is initialized to 0 and the input (0) is initialized to 1.
[0054] The r.sup.th sub-KES circuit 210 provides outputs such as .sub.i(r+1), .sub.i(r+1), (r+1) and k(r+1) to a next sub-KES circuit, where .sub.i(r+1) and .sub.i(r+1) are output from i.sup.th PE circuit 211-i and (r+1) and k(r+1) are output from a control logic 212 (i=0, 1, . . . , 3t).
[0055] The (t1).sup.th sub-KES circuit 210-(t-1) provides coefficients .sub.i(t) of an error location polynomial (x) and coefficients .sub.i(t) of an error evaluation polynomial (x), where .sub.i(t)=.sub.i+1(t) and .sub.i(t)=.sub.i(t) (i=0, 1, . . . , t1).
[0056] Operation of the PE circuits 211-0 to 211-3t is described below.
[0057]
[0058] In an embodiment of the invention, the KES circuit 200 performs a 2-stage unfolded RiBM algorithm disclosed in
[0059] This embodiment includes t sub-KES circuits 210-0 to 210-(t1) in the KES circuit 200. Each sub-KES circuit 210-r (r=0, 1, . . . ,t1) performs operations corresponding to lines 6 to 35 of the algorithm of
[0060] Since the sub-KES circuits 210-0 to 210-(t1) are connected in series, the r.sup.th sub-KES circuit 210-r performs an operation corresponding to the r value iterated on line 5 of the algorithm of
[0061] The control circuit 212 controls each of the 3t+1 PE circuits 211-0 to 211-3t to perform a first operation and a second operation. The first operation corresponds to lines 7 to 20 of the algorithm of
[0062] The control circuit 212 controls each of the 3t+1 PE circuits 211-0 to 211-3t to perform the first operation and then to perform the second operation. The first operation and the second operation are sequentially performed at each of the 3t+1 PE circuits 211-0 to 211-3t.
[0063]
[0064] The PE circuit 211 includes terminals for inputting and outputting signals necessary for a first operation performed at lines 7, 10 and 16 of the algorithm of
[0065] For example, the PE circuit 211 receives inputs such as .sub.i+1(r), .sub.i(r), .sub.0(r), (r), .sub.0(r), (r), MC(r) and MC(r). The PE circuit 211 generates outputs such as .sub.i(r+1), .sub.i(r+1), .sub.0(r), (r), .sub.0(r) and (r).
[0066]
[0067] The PE circuit 211 includes a first operation circuit 2111 for a first operation and a second operation circuit 2112 for a second operation. The first operation circuit 2111 includes a first operation block 21111 and a second operation block 21112. The second operation circuit 2112 includes a third operation block 21121 and a fourth operation block 21122.
[0068] The detailed block diagram disclosed in
[0069] For example, the first operation block 21111 performs an operation corresponding to a line 7 of
[0070] Since each operation block is a direct representation of corresponding operation in the algorithm, a detailed description thereof will be omitted.
[0071]
[0072] The control circuit 212 performs a first control operation performed at lines 8, 11, 12, 17 and 18 of the algorithm of
[0073] The control circuit 212 includes a first control circuit 2121 for a first control operation and a second control circuit 2122 for a second control operation. The first control circuit 2121 includes a first control block 21211, a second control block 21212 and a third control block 21213. The second control circuit 2122 includes a fourth control block 21221, a fifth control block 21222 and a sixth control block 21223. D flipflops are included in the fifth control block 21222 and the sixth control block 21223 for keeping data at a corresponding pipeline stage.
[0074] The signal indicating the determination result at line 8 is denoted as MC(r), and the signal indicating the determination result at line 23 is denoted as MC(r).
[0075] Since the circuit of
[0076] For example, the first control block 21211 generates a signal MC(r) which corresponds to a signal indicating the determination result of line 8 of
[0077] The operations of line 12 and 27 are related to 2's complement operation to represent negative value. For example, a negative value of k(r) may correspond to a bitwise inversion of k(r) plus 1. Therefore, the bitwise inversion of k(r) may be represented by the negative value of k(r) minus 1 like the line 12 of
[0078] Since each control block is a direct representation of corresponding operation in the algorithm, a detailed description thereof will be omitted.
[0079]
[0080] The CSEE circuit 300 includes a Chien Search (CS) circuit 310 and an error evaluation (EE) circuit 320.
[0081] The CS circuit 310, which is a circuit that implements a Chien search algorithm, receives the error location polynomial (x) output from the KES circuit 200, and calculates and outputs an error location.
[0082] The EE circuit 320, which is a circuit that implements a Forney algorithm, receives the error evaluation polynomial (x) output from the KES circuit 200 and the error location output from the CS circuit 310, and calculates and outputs an error value.
[0083] Various circuits that implement the Chien search algorithm or the Forney algorithm are known.
[0084] In order to improve the operation speed, it is preferable to implement a circuit in a parallel manner.
[0085]
[0086] The semiconductor device 2 includes an input buffer 610 for receiving data, an error correction encoder 620 for encoding the data output from the input buffer 610 according to an error correction algorithm to output a codeword, a memory cell array 630 for storing a codeword output from the error correction encoder 620, an error correction decoder 640 for decoding a codeword output from a memory cell array 630 according to an error correction algorithm and outputting error corrected data, and an output buffer 650 for buffering and outputting data from the error correction decoder 640.
[0087] The memory cell array 630 may store data and parity separately. In this case, the memory cell array 630 may include a main cell array 631 for storing data and a parity cell array 632 for storing parity.
[0088] In this embodiment, the error correction algorithm includes a Reed Solomon algorithm, wherein the error correction decoder 640 includes the Reed Solomon decoder 1 of
[0089] The semiconductor device 2 may be implemented in various embodiments such as a semiconductor memory device, a network device, and the like.
[0090]
[0091] The semiconductor device 2 prevents a bottleneck in the decoding process because the error correction decoder 640 may perform the decoding operation at higher speed.
[0092] Since the semiconductor device 2 performs the error correction encoding and decoding functions, there is no need for a separate encoding and decoding device outside of the semiconductor device 2. Thereby an area of the system including the semiconductor device 2 and the manufacturing cost thereof may be reduced.
[0093] Although various embodiments have been described for illustrative purposes, it will be apparent to those skilled in the art that various changes and modifications may be made to the described embodiments without departing from the spirit and scope of the disclosure as defined by the following claims.