KR20010046895A - Decoder - Google Patents

Decoder Download PDF

Info

Publication number
KR20010046895A
KR20010046895A KR1019990050853A KR19990050853A KR20010046895A KR 20010046895 A KR20010046895 A KR 20010046895A KR 1019990050853 A KR1019990050853 A KR 1019990050853A KR 19990050853 A KR19990050853 A KR 19990050853A KR 20010046895 A KR20010046895 A KR 20010046895A
Authority
KR
South Korea
Prior art keywords
thermometer code
signals
input signals
decoder
signal
Prior art date
Application number
KR1019990050853A
Other languages
Korean (ko)
Inventor
조기선
송민규
표정렬
김수경
Original Assignee
윤종용
삼성전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 윤종용, 삼성전자 주식회사 filed Critical 윤종용
Priority to KR1019990050853A priority Critical patent/KR20010046895A/en
Publication of KR20010046895A publication Critical patent/KR20010046895A/en

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/65Purpose and implementation aspects
    • H03M13/6502Reduction of hardware complexity or efficient processing
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/14Conversion to or from non-weighted codes
    • H03M7/16Conversion to or from unit-distance codes, e.g. Gray code, reflected binary code
    • H03M7/165Conversion to or from thermometric code

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Analogue/Digital Conversion (AREA)

Abstract

PURPOSE: A decoder is provided to work at a high speed and consume low power and to be used to make a simple thermometer code decoder, decoding N input signals into M(2¬N) bit output signals. CONSTITUTION: The decoder circuit(10) includes a converter of thermometer code for high level signal(12), a converter of thermometer code for low level signal(14) and a logic circuit(16). The converter of thermometer code for high level signal(12) receives and converts the three high level signals(IN5,IN4,In3) of the six input signals into thermometer code of seven bit signals(MSB1-MSB7). The converter of thermometer code for low level signal(14) receives and converts the three low level signals(IN2,IN1,IN0) into thermometer code of seven bit signals(LSB1-LSB7). The logic circuit(16) receives and combines the signals(MSB1-MSB7,LSB1-LSB7) from the first and second converters of thermometer code(12,14) and produces 64 bit decoded signals(OUT0-OUT63).

Description

디코더{DECODER}Decoder {DECODER}

본 발명은 반도체 집적 회로에 관한 것으로, 좀 더 구체적으로는 외부로부터 입력되는 신호를 써모미터 코드로 디코딩하는 회로에 관한 것이다.The present invention relates to a semiconductor integrated circuit, and more particularly, to a circuit for decoding a signal input from the outside into a thermometer code.

N 비트의 이진 코드는 서로 다른 2N개의 원소 정보를 나타낼 수 있다. 디코더(decoder)는 N 비트로 코딩된 이진 정보를 최대 2N개의 서로 다른 출력으로 바꾸어 주는 조합 회로이다. N 개의 입력과 M(M=2N)개의 출력을 가지는 디코더를 N X M 디코더라고 한다.The N bit binary code may represent different 2 N element information. A decoder is a combination circuit that converts binary information coded with N bits into up to 2 N different outputs. A decoder having N inputs and M (M = 2 N ) outputs is called an NXM decoder.

도 1은 일반적인 6 X 64 디코더를 보여주는 블럭도이다. 상기 디코더(1)는 6 개의 입력(IN0 ~ IN5)과 64 개의 출력(OUT0 ~ OUT63)을 가진다. 종래의 일반적인 디코더들은 입력 비트 수가 증가하면 동작 속도가 느려지고 전류 소모량이 증가하는 단점이 있었다.1 is a block diagram showing a typical 6 X 64 decoder. The decoder 1 has six inputs IN0 to IN5 and 64 outputs OUT0 to OUT63. Conventional decoders have a disadvantage in that the operating speed is slowed down and the current consumption increases as the number of input bits increases.

따라서, 본 발명의 목적은 고속으로 동작할 뿐만 아니라 저전력을 소모하는 디코더를 제공하는데 있다.Accordingly, it is an object of the present invention to provide a decoder that not only operates at high speed but also consumes low power.

도 1은 일반적인 6X64 디코더를 보여주는 블록도;1 is a block diagram showing a typical 6X64 decoder;

도 2는 디코더로 입력되는 6 개의 입력 신호들로 표현될 수 있는 이진수를 보여주는 표;2 is a table showing a binary number that can be represented by six input signals input to a decoder;

도 3은 본 발명의 바람직한 실시예에 따른 디코더의 회로 구성을 보여주는 블록도;3 is a block diagram showing a circuit configuration of a decoder according to a preferred embodiment of the present invention;

도 4는 도 3에 도시된 제 1 써모미터 코드 변환부의 상세 회로도;4 is a detailed circuit diagram of a first thermometer code converter shown in FIG. 3;

도 5는 도 3에 도시된 제 2 써모미터 코드 변환부의 상세 회로도;5 is a detailed circuit diagram of a second thermometer code converter shown in FIG. 3;

도 6은 상기 제 1 및 제 2 써모미터 코드 변환부들로부터 출력되는 신호들을 조합하여 디코딩된 신호들을 생성하는 방법을 보여주는 도면; 그리고6 illustrates a method of generating decoded signals by combining signals output from the first and second thermometer code converters; And

도 7은 도 6에 근거한 도 3에 도시된 디코딩부의 상세 회로도이다.FIG. 7 is a detailed circuit diagram of the decoding unit illustrated in FIG. 3 based on FIG. 6.

*도면의 주요 부분에 대한 부호의 설명** Description of the symbols for the main parts of the drawings *

10 : 디코더 12 : 제 1 써모미터 코드 변환부10: decoder 12: first thermometer code converter

14 : 제 2 써모미터 코드 변환부 16 : 로직 회로14 second thermometer code conversion unit 16 logic circuit

상술한 바와 같은 본 발명의 목적을 달성하기 위한 본 발명의 특징에 의하면, N 개의 입력 신호들을 받아들여 M(단, M=2N) 비트의 출력 신호로 디코딩하는 디코더는: 상기 N 개의 입력 신호들 가운데 일군의 입력 신호들을 받아들여 써모미터 코드로 변환하는 제 1 써모미터 코드 변환 수단과; 상기 N 개의 입력 신호들 가운데 타군의 입력 신호들을 받아들여 써모미터 코드로 변환하는 제 2 써모미터 코드 변환 수단; 그리고 상기 제 1 및 제 2 써모미터 코드 변환 수단들에서 변환된 써모미터 코드들을 받아들여 조합하고 그 결과를 상기 M 비트의 출력 신호로 출력하는 로직 회로를 포함한다.According to a feature of the present invention for achieving the object of the present invention as described above, a decoder that accepts N input signals and decodes them into M (M = 2 N ) bit output signals: First thermometer code conversion means for receiving a group of input signals and converting the same into a thermometer code; Second thermometer code converting means for receiving another group of input signals among the N input signals and converting the same into a thermometer code; And a logic circuit which receives and combines the thermometer codes converted by the first and second thermometer code conversion means and outputs the result as the M-bit output signal.

(작용)(Action)

이와 같은 회로에 의해서, 회로 구성이 간단한 써모미터 코드 디코더를 구현할 수 있다. 더욱이, 디코더의 동작 속도가 향상되고 전류 소모량이 감소된다.By such a circuit, a thermometer code decoder with a simple circuit configuration can be implemented. Moreover, the operating speed of the decoder is improved and the current consumption is reduced.

(실시예)(Example)

이하 본 발명에 따른 실시예를 첨부된 도면 도 2 내지 도 8을 참조하여 상세히 설명한다. 이후의 설명에서 도면들 중 동일하거나 유사한 참조 번호 및 부호는 가능한 한 동일하거나 유사한 구성 요소를 나타낸다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to FIGS. 2 to 8. In the following description, the same or similar reference numerals and signs in the drawings represent the same or similar components as much as possible.

도 2는 디코더로 입력되는 6 개의 입력 신호들로 표현될 수 있는 이진수를 보여주는 표이다.2 is a table showing binary numbers that can be represented by six input signals input to a decoder.

도 2를 참조하면, 6 개의 입력 신호들(IN0, IN1, IN2, IN3, IN4, IN5)로 표현 가능한 이진수는 (00000)부터 (111111)까지 모두 64 개다. 상기 입력 신호들을 상위 3 개 입력 신호들(IN5, IN4, IN3)과 하위 3 개 입력 신호들(IN2, IN1, IN0)로 나누어 보면, 하위 신호들(IN2, IN1, IN0)은 (000)을 제외하고 7 개씩 반복적으로 나타난다. 한편, 상위 신호들(IN5, IN4, IN3)은 7 개씩 동일한 값을 갖는다.Referring to FIG. 2, 64 binary numbers that can be represented by six input signals IN0, IN1, IN2, IN3, IN4, and IN5 are all 64 from (00000) to (111111). When the input signals are divided into the upper three input signals IN5, IN4 and IN3 and the lower three input signals IN2, IN1 and IN0, the lower signals IN2, IN1 and IN0 represent (000). Except seven, it appears repeatedly. Meanwhile, the upper signals IN5, IN4, and IN3 have the same value every seven.

따라서, 6 개의 입력 신호들을 상위 신호들(IN5, IN4, IN3)과 하위 신호들(IN3, IN2, IN1)로 분리하여 각각을 일정한 코드로 디코딩하고, 디코딩된 코드들을 다시 조합하면 6 개의 입력 신호를 디코딩한 것과 동일한 결과를 얻을 수 있다. 이에 대한 자세한 설명은 이후 계속된다.Therefore, the six input signals are separated into upper signals IN5, IN4, and IN3 and lower signals IN3, IN2 and IN1, and each of them is decoded into a predetermined code, and the decoded codes are recombined so that the six input signals are combined. You can get the same result as if you decode it. Detailed description thereof will be continued later.

도 3은 본 발명의 바람직한 실시예에 따른 디코더의 회로 구성을 보여주는 블럭도이다. 도 3을 참조하면, 상기 디코더(10)는 상위 신호 써모미터 코드(thermometer code) 변환부(12)와 하위 신호 써모미터 코드 변환부(14) 그리고 로직 회로(16)로 구성된다. 상기 써모미터 코드는 이 기술 분야에서 잘 알려진 코드이므로 자세한 설명은 생략한다.3 is a block diagram showing a circuit configuration of a decoder according to a preferred embodiment of the present invention. Referring to FIG. 3, the decoder 10 includes an upper signal thermometer code converter 12, a lower signal thermometer code converter 14, and a logic circuit 16. Since the thermometer code is well known in the art, a detailed description thereof will be omitted.

상기 제 1 써모미터 코드 변환부(12)는 6 개의 입력 신호들 가운데 상위 3 개의 입력 신호들(IN5, IN4, IN3)을 받아들여 써모미터 코드로 변환된 7 비트의 신호(MSB1 ~ MSB7)를 출력한다. 상기 제 2 써모미터 코드 변환부(14)는 6 개의 입력 신호들 가운데 하위 3 개의 입력 신호들(IN2, IN1, IN0)을 받아들여 써모미터 코드로 변환된 7 비트의 신호(LSB1 ~ LSB7)를 출력한다.The first thermometer code converter 12 receives the upper three input signals IN5, IN4, and IN3 among the six input signals and converts 7-bit signals MSB1 to MSB7 converted into thermometer codes. Output The second thermometer code converter 14 receives the lower three input signals IN2, IN1, and IN0 among the six input signals and converts the 7-bit signals LSB1 to LSB7 converted into thermometer codes. Output

상기 로직 회로(16)는 상기 제 1 및 제 2 써모미터 코드 변환부들(12, 14)로부터 입력되는 신호들(MSB1 ~ MSB7 및 LSB1 ~ LSB7)을 받아들여 조합하고 그 결과를 64 비트의 디코딩된 신호(OUT0 ~ OUT63)로 출력한다.The logic circuit 16 receives and combines the signals MSB1 to MSB7 and LSB1 to LSB7 input from the first and second thermometer code converters 12 and 14, and decodes the result of 64-bit decoding. Outputs the signals OUT0 to OUT63.

도 4는 도 3에 도시된 제 1 써모미터 코드 변환부의 상세 회로도이다.FIG. 4 is a detailed circuit diagram of the first thermometer code converter illustrated in FIG. 3.

도 4를 참조하면, 상기 제 1 써모미터 코드 변환부(12)는 앤드 게이트들(121, 122, 124, 125)과 오아 게이트들(123, 126, 127, 128)로 구성된다. 상기 앤드 게이트(121)는 상기 상위 입력 신호들(IN5, IN4, IN3)을 받아들여 앤드 연산하고, 그 결과(MSB7)를 출력한다. 상기 앤드 게이트(121)는 입력 신호들이 모두 논리 '1'일 때 '1'을 출력한다.Referring to FIG. 4, the first thermometer code converter 12 includes end gates 121, 122, 124, and 125 and ora gates 123, 126, 127, and 128. The AND gate 121 receives and performs the upper input signals IN5, IN4, and IN3, and outputs the result MSB7. The AND gate 121 outputs '1' when the input signals are all logic '1'.

상기 앤드 게이트(122)는 상기 입력 신호들(IN5, IN4)을 받아들여 앤드 연산하고, 그 결과(MSB6)를 출력한다. 상기 앤드 게이트(122)는 상기 입력 신호(IN3)와 무관하게 상기 입력 신호들(IN5, IN4)이 모두 '1'이면 '1'을 출력한다.The AND gate 122 receives and inputs the input signals IN5 and IN4, and outputs the result MSB6. The AND gate 122 outputs '1' when all of the input signals IN5 and IN4 are '1' regardless of the input signal IN3.

상기 오아 게이트(123)는 상기 입력 신호들(IN4, IN3)을 받아들여 오아 연산하고, 상기 앤드 게이트(124)는 상기 오아 게이트(123)의 출력 신호와 상기 입력 신호(IN5)를 받아들여 연산하고 그 결과(MSB5)를 출력한다. 상기 앤드 게이트(124)로부터 출력되는 신호(MSB5)는 상기 입력 신호(IN5)가 '1'이고 상기 입력 신호들(IN4, IN3) 가운데 하나가 '1'일 때 '1'이 된다.The OR gate 123 receives and inputs the input signals IN4 and IN3, and the AND gate 124 receives and outputs the output signal of the OR gate 123 and the input signal IN5. And outputs the result (MSB5). The signal MSB5 output from the AND gate 124 becomes '1' when the input signal IN5 is '1' and one of the input signals IN4 and IN3 is '1'.

상기 입력 신호(IN5)는 신호(MSB4)로 그대로 출력된다.The input signal IN5 is output as it is as the signal MSB4.

상기 앤드 게이트(124)는 상기 입력 신호들(IN4, IN3)을 받아들여 연산하고, 상기 오아 게이트(126)는 상기 앤드 게이트(124)의 출력 신호와 상기 입력 신호(IN5)를 받아들여 연산하고 그 결과(MSB3)를 출력한다. 상기 오아 게이트(126)로부터 출력되는 신호(MSB3)는 상기 입력 신호들(IN4, IN3)이 모두 '1'이거나 또는 상기 입력 신호(IN5)가 '1'일 때 '1'이 된다.The AND gate 124 receives and operates the input signals IN4 and IN3, and the OR gate 126 receives and calculates an output signal of the AND gate 124 and the input signal IN5. The result (MSB3) is output. The signal MSB3 output from the OR gate 126 becomes '1' when all of the input signals IN4 and IN3 are '1' or when the input signal IN5 is '1'.

상기 오아 게이트(127)는 상기 입력 신호들(IN5, IN4)을 받아들여 연산하고 그 결과(MSB2)를 출력한다. 상기 신호(MSB2)는 상기 입력 신호들(IN5, IN4) 가운데 적어도 하나가 '1'이면 '1'이 된다.The OR gate 127 receives and operates the input signals IN5 and IN4, and outputs the result MSB2. The signal MSB2 becomes '1' when at least one of the input signals IN5 and IN4 is '1'.

상기 오아 게이트(128)는 상기 입력 신호들(IN5, IN4, IN3)을 받아들여 연산하고 그 결과(MSB1)를 출력한다. 상기 신호(MSB1)는 상기 입력 신호들(IN5, IN5, IN3) 가운데 적어도 하나가 '1'이면 '1'이 된다.The OR gate 128 receives and operates the input signals IN5, IN4, and IN3, and outputs the result MSB1. The signal MSB1 becomes '1' when at least one of the input signals IN5, IN5, and IN3 is '1'.

상술한 바와 같은 구성을 갖는 제 1 써모미터 코드 변환부(12)는 상기 상위 입력 신호들(IN5, IN4, IN3)에 따라 다음 표 1과 같은 신호들(MSB[7:1])을 출력한다.The first thermometer code converter 12 having the configuration as described above outputs the signals MSB [7: 1] shown in Table 1 according to the upper input signals IN5, IN4, and IN3. .

[표 1]TABLE 1

도 5는 도 3에 도시된 제 2 써모미터 코드 변환부의 상세 회로도로, 도 4에 도시된 제 1 써모미터 코드 변환부와 동일한 구성을 갖는다. 그러므로, 중복되는 설명은 생략된다.FIG. 5 is a detailed circuit diagram of the second thermometer code converter shown in FIG. 3, and has the same configuration as the first thermometer code converter shown in FIG. 4. Therefore, redundant description is omitted.

상기 제 2 써모미터 코드 변환부(14)는 상기 하위 입력 신호들(IN2, IN1, IN0)에 따라 다음 표 2와 같은 신호들(LSB[7:1])을 출력한다.The second thermometer code converter 14 outputs the signals LSB [7: 1] shown in Table 2 according to the lower input signals IN2, IN1, and IN0.

[표 2]TABLE 2

도 6은 상기 제 1 및 제 2 써모미터 코드 변환부들로부터 출력되는 신호들을 조합하여 상기 디코딩된 신호들(0UT1 ~ OUT63)을 생성하는 방법을 보여주는 도면이다.FIG. 6 is a diagram illustrating a method of generating the decoded signals 0UT1 to OUT63 by combining signals output from the first and second thermometer code converters.

제 1 출력 신호(OUT1)는 외부로부터 입력되는 신호들(IN5 ~ IN0) 가운데 적어도 하나가 논리 '1'이면 '1'이 된다. 그러므로, 제 1 출력 신호(OUT1)는 상기 제 1 써모미터 코드 변환부(12)로부터 출력되는 신호(MSB1)와 상기 제 2 써모미터 코드 변환부(14)로부터 출력되는 신호(LSB1)를 논리 오아 연산한 결과와 동일하다.The first output signal OUT1 becomes '1' when at least one of the signals IN5 to IN0 input from the outside is a logic '1'. Therefore, the first output signal OUT1 is the logic OR of the signal MSB1 output from the first thermometer code converter 12 and the signal LSB1 output from the second thermometer code converter 14. Same as the result of the calculation.

제 2 출력 신호(OUT2)는 외부로부터 입력되는 상위 입력 신호들(IN5, IN4, IN3) 가운데 적어도 하나가 논리 '1'이거나 또는 하위 입력 신호 신호들(IN2, IN1, IN0) 가운데 입력 신호(IN3) 또는 (IN1)이 논리 '1'이면 '1'이 된다. 그러므로, 제 2 출력 신호(OUT2)는 상기 제 1 써모미터 코드 변환부(12)로부터 출력되는 신호(MSB1)와 상기 제 2 써모미터 코드 변환부(14)로부터 출력되는 신호(LSB2)를 논리 오아 연산한 결과와 동일하다.The second output signal OUT2 may be at least one of the upper input signals IN5, IN4, and IN3 input from the outside, or the input signal IN3 among the lower input signal signals IN2, IN1, and IN0. ) Or (IN1) is logical '1', resulting in '1'. Therefore, the second output signal OUT2 is the logic OR of the signal MSB1 output from the first thermometer code converter 12 and the signal LSB2 output from the second thermometer code converter 14. Same as the result of the calculation.

상기 제 1 및 제 2 출력 신호들(OUT1, OUT2)과 동일한 방법으로 제 3 내지 제 7 출력 신호들(OUT3 ~ OUT7)을 구할 수 있다.The third to seventh output signals OUT3 to OUT7 may be obtained by the same method as the first and second output signals OUT1 and OUT2.

제 8 출력 신호(OUT8)는 상기 하위 입력 신호들(IN2, IN1, IN0)과 무관하게 상기 상위 입력 신호들(IN5, IN4, IN3) 가운데 적어도 하나가 논리 '1'이면 '1'이 된다. 따라서, 상기 제 8 출력 신호(OUT8)는 상기 제 1 써모미터 코드 변환부(12)로부터 출력되는 신호(MSB1)와 동일하다.The eighth output signal OUT8 becomes '1' if at least one of the upper input signals IN5, IN4, IN3 is logic '1', regardless of the lower input signals IN2, IN1, IN0. Therefore, the eighth output signal OUT8 is the same as the signal MSB1 output from the first thermometer code converter 12.

상기 제 9 출력 신호(OUT9)는 상기 상위 입력 신호들(IN5, IN4, IN3) 가운데 적어도 하나가 논리 '1'이고, 그리고 상기 하위 입력 신호들(IN2, IN1, IN0) 가운데 적어도 하나가 논리 '1'이면 '1'이 된다. 따라서, 상기 제 9 출력 신호(OUT9)는 상기 제 1 써모미터 코드 변환부(12)로부터 출력되는 신호(MSB1)와 상기 제 2 써모미터 코드 변환부(14)로부터 출력되는 신호(LSB1)를 앤드 연산한 결과와 동일하다.At least one of the ninth output signals OUT9 is logic '1' among the upper input signals IN5, IN4, and IN3, and at least one of the lower input signals IN2, IN1 and IN0 is logic '. 1 'means' 1'. Accordingly, the ninth output signal OUT9 receives the signal MSB1 output from the first thermometer code converter 12 and the signal LSB1 output from the second thermometer code converter 14. Same as the result of the calculation.

상술한 바와 같은 방법에 의하면, 상기 제 1 써모미터 코드 변환부(12)와 상기 제 2 써모미터 코드 변환부(14)로부터 출력되는 신호들(MSB1 ~ MSB7 그리고 LSB1 ~ LSB7)을 조합하여 도 6에 도시된 바와 같이 나머지 출력 신호들(OUT10 ~ OUT63)을 구할 수 있다.According to the method as described above, a combination of the signals MSB1 to MSB7 and LSB1 to LSB7 output from the first thermometer code converter 12 and the second thermometer code converter 14 is shown in FIG. 6. As shown in FIG. 2, the remaining output signals OUT10 to OUT63 may be obtained.

도 7은 도 6에 근거한 도 3에 도시된 로직 회로의 상세 회로도이다.FIG. 7 is a detailed circuit diagram of the logic circuit shown in FIG. 3 based on FIG. 6.

도 7을 참조하면, 상기 로직 회로(16)는 오아 게이트들(171 ~ 177)과 앤드 게이트들(161 ~ 168)로 구성된다. 상기 오아 게이트(177)는 상기 제 1 써모미터 코드 변환부(12)로부터 출력되는 신호(MSB1)와 상기 제 2 써모미터 코드 변환부(14)로부터 출력되는 신호(LSB1)를 오아 연산하고 그 결과를 제 1 출력 신호(OUT1)로 출력한다.Referring to FIG. 7, the logic circuit 16 includes OR gates 171 to 177 and AND gates 161 to 168. The OR gate 177 performs a calculation on the signal MSB1 output from the first thermometer code converter 12 and the signal LSB1 output from the second thermometer code converter 14, and as a result, Is output as the first output signal OUT1.

상기 앤드 게이트(161)는 상기 제 1 써모미터 코드 변환부(12)로부터 출력되는 신호(MSB7)와 상기 제 2 써모미터 코드 변환부(14)로부터 출력되는 신호(MS7)를 앤드 연산하고, 그 결과를 제 63 출력 신호(OUT63)로 출력한다.The AND gate 161 performs an AND operation on the signal MSB7 output from the first thermometer code converter 12 and the signal MS7 output from the second thermometer code converter 14. The result is output as the 63rd output signal OUT63.

상기 오아 게이트들(171 ~ 176) 및 상기 앤드 게이트들(161 ~ 168)의 동작에 대한 설명은 생략된다.Operation of the OR gates 171 to 176 and the AND gates 161 to 168 will be omitted.

도 8은 도 3에 도시된 디코더의 동작을 시뮬레이션한 결과를 보여주는 도면이다.FIG. 8 is a diagram illustrating a result of simulating the operation of the decoder illustrated in FIG. 3.

상술한 바와 같이, 본 발명의 디코더는 6 개의 입력 신호들을 상위 신호들과 하위 신호들로 나누고, 각각을 써모미터 코드로 변환한 뒤, 변환된 신호들을 조합하여 디코딩된 신호를 출력한다. 따라서, 입력 신호의 비트 수가 증가하더라도 디코더의 회로 구성이 기하 급수적으로 증가하지 않는다. 더욱이, 본 발명의 바람직한 실시예에서 사용되는 앤드 게이트들과 오아 게이트들을 PTL(pass transistor logic)으로 구현함으로써 디코더가 고속으로 동작할 뿐만 아니라 전력 소비도 감소한다.As described above, the decoder of the present invention divides six input signals into upper signals and lower signals, converts each into a thermometer code, and then combines the converted signals to output a decoded signal. Therefore, even if the number of bits of the input signal increases, the circuit configuration of the decoder does not increase exponentially. Furthermore, by implementing pass transistor logic (PTL) of the AND gates and the OR gates used in the preferred embodiment of the present invention, the decoder not only operates at high speed but also reduces power consumption.

예시적인 바람직한 실시예들을 이용하여 본 발명을 설명하였지만, 본 발명의 범위는 개시된 실시예들에 한정되지 않는다는 것이 잘 이해될 것이다. 오히려, 본 발명의 범위에는 다양한 변형 예들 및 그 유사한 구성들을 모두 포함될 수 있도록 하려는 것이다. 따라서, 청구 범위는 그러한 변형 예들 및 그 유사한 구성들 모두를 포함하는 것으로 가능한 폭넓게 해석되어야 한다.While the invention has been described using exemplary preferred embodiments, it will be understood that the scope of the invention is not limited to the disclosed embodiments. Rather, the scope of the present invention is intended to include all of the various modifications and similar configurations. Accordingly, the claims should be construed as broadly as possible to encompass all such modifications and similar constructions.

이상과 같은 본 발명에 의하면, 회로 구성이 간단한 써모미터 코드 디코더를 구현할 수 있다. 더욱이, 디코더의 동작 속도가 향상되고 전류 소모량이 감소된다.According to the present invention as described above, it is possible to implement a thermometer code decoder with a simple circuit configuration. Moreover, the operating speed of the decoder is improved and the current consumption is reduced.

Claims (2)

N 개의 입력 신호들을 받아들여 M(단, M=2N) 비트의 출력 신호로 디코딩하는 디코더에 있어서:A decoder that accepts N input signals and decodes them into M (where M = 2 N ) bits of output signal: 상기 N 개의 입력 신호들 가운데 일군의 입력 신호들을 받아들여 써모미터 코드로 변환하는 제 1 써모미터 코드 변환 수단과;First thermometer code converting means for receiving a group of input signals among the N input signals and converting the same into a thermometer code; 상기 N 개의 입력 신호들 가운데 타군의 입력 신호들을 받아들여 상기 써모미터 코드로 변환하는 제 2 써모미터 코드 변환 수단; 그리고Second thermometer code converting means for receiving another group of input signals among the N input signals and converting the received input signals into the thermometer code; And 상기 제 1 및 제 2 써모미터 코드 변환 수단들에서 변환된 상기 써모미터 코드들을 받아들여 조합하고 그 결과를 상기 M 비트의 출력 신호로 출력하는 로직 회로를 포함하는 것을 특징으로 하는 디코더.And a logic circuit for accepting and combining the thermometer codes converted in the first and second thermometer code conversion means and outputting the result as the M-bit output signal. 제 1 항에 있어서,The method of claim 1, 상기 M 비트의 출력 신호는 써모미터 코드인 것을 특징으로 하는 디코더.And the output signal of the M bits is a thermometer code.
KR1019990050853A 1999-11-16 1999-11-16 Decoder KR20010046895A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990050853A KR20010046895A (en) 1999-11-16 1999-11-16 Decoder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990050853A KR20010046895A (en) 1999-11-16 1999-11-16 Decoder

Publications (1)

Publication Number Publication Date
KR20010046895A true KR20010046895A (en) 2001-06-15

Family

ID=19620318

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990050853A KR20010046895A (en) 1999-11-16 1999-11-16 Decoder

Country Status (1)

Country Link
KR (1) KR20010046895A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100733905B1 (en) * 2006-11-23 2007-07-02 대길산업주식회사 An attached mortar eliminator for recycled coarse aggregate using eccentric blade

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100733905B1 (en) * 2006-11-23 2007-07-02 대길산업주식회사 An attached mortar eliminator for recycled coarse aggregate using eccentric blade

Similar Documents

Publication Publication Date Title
JP3294026B2 (en) High-speed variable-length decoding device
CA2110244A1 (en) Extended List Output and Soft Symbol Output Viterbi Algorithms
WO2001020786A8 (en) Group chain reaction encoder with variable number of associated input data for each output group code
US7656337B2 (en) Method and system for bit polarization coding
AR021954A1 (en) DEVICE FOR CODING N-BIT SOURCE WORDS IN CORRESPONDING M-BIT CHANNEL WORDS AND DECODING M-BIT CHANNEL WORDS IN CORRESPONDING N-BIT SOURCE WORDS
WO2002019539A1 (en) Soft-output decoder
EP0823787A3 (en) A rate 16/17 ENDEC with independent high/low byte decoding
KR970014342A (en) Encoding and decoding device for RLL code data
KR100677079B1 (en) Conditional select encoder and method thereof
KR910003504A (en) Digital signal processing circuit
JP2635750B2 (en) Priority determination device
ATE361631T1 (en) PRECISION IMPROVEMENT THROUGH THE USE OF TRANSFORMATION COEFFICIENT LEVELS
HUP9902002A2 (en) Conversion of a sequence of m-bit information words into a modulated signal
KR20010046895A (en) Decoder
TR199901469T1 (en) Device for encrypting and decoding N-bit source words corresponding to M-bit channel words and M-bit channel words corresponding to N-bit source words.
US5034741A (en) Variable length bit patterns for data representation
EP0658006A1 (en) A merged decoding circuit for analog-to-digital flash conversion
JP3863652B2 (en) Variable length code alignment device
JPS6126853B2 (en)
KR970031375A (en) A code convertion method
KR960025617A (en) Code Modulation Method, Code Demodulation Method, and Code Decoding Method
JP2537551B2 (en) Variable length code decoding circuit
JPH08316847A (en) Decoder for variable length code
KR860001344B1 (en) Digital data code conversion circuit for variable word-length data code
KR970072832A (en) Signal decoding method for Viterbi decoder based on Manhattan or Hamming metric

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination