KR0147431B1 - Clipping and rounding arithmetic unit - Google Patents

Clipping and rounding arithmetic unit

Info

Publication number
KR0147431B1
KR0147431B1 KR1019940003896A KR19940003896A KR0147431B1 KR 0147431 B1 KR0147431 B1 KR 0147431B1 KR 1019940003896 A KR1019940003896 A KR 1019940003896A KR 19940003896 A KR19940003896 A KR 19940003896A KR 0147431 B1 KR0147431 B1 KR 0147431B1
Authority
KR
South Korea
Prior art keywords
rounding
data
clipping
input
bits
Prior art date
Application number
KR1019940003896A
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 KR1019940003896A priority Critical patent/KR0147431B1/en
Application granted granted Critical
Publication of KR0147431B1 publication Critical patent/KR0147431B1/en

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

본 발명은 가변 라운딩 포인트 언싸인(unsigned) 클리핑/라운딩 연산기에 관한 것으로, 기존의 구조들이 효율적으로 지원할 수 없는 입력 데이터의 라운딩 포인트가 가변적일 때 클리핑/라운딩 연산을 하드웨어 구현이 용이하고 고속 연산이 가능한 구조로 구성되어 있으며, 입력 데이터의 모든 비트 위치에서 라운딩 포인트를 지원할 수 있으며 입력 데이터 내에서 원하는 유효 데이터를 모든 비트 위치에서 선택하여 출력할 수 있고, 입력 데이터의 라운딩 포인트가 고정적인 구조에서는 제안한 구조내에서 바렐 쉬프터 포인트 제어부를 사용하지 않고 입력 데이터에서 라운딩 포인트를 중심으로 유효 데이터부와 라운딩 조건 데이터부를 분리하여, 조건부 1 가산기의 라운딩 제어부만을 사용하여 기존의 연산기에 비해 면적이 작고 고속의 연산기를 구성할 수 있다.The present invention relates to a variable rounding point unsigned clipping / rounding operator. When the rounding point of input data that the existing structures cannot efficiently support is variable, the clipping / rounding operation can be easily implemented in hardware and high speed operation can be performed. It is composed of possible structure, it can support rounding point at every bit position of input data, and can output the desired valid data at all bit positions within input data. Smaller and faster computing device than conventional ones using only the rounding control unit of conditional 1 adder by separating the effective data unit and the rounding condition data unit around the rounding point from the input data without using barrel shifter control unit in the structure Configure Can.

Description

클리핑/라운딩 연산 장치Clipping / Round Computing Unit

제1도는 본 발명인 클리핑/라운딩 연산기 구조도.1 is a schematic structure of a clipping / rounding operator according to the present invention.

제2도는 연산 블록의 데이터 예시도.2 is an exemplary data diagram of a calculation block.

제3도는 4비트 입력 조건부1 가산기 구조도.3 is a structure diagram of a 4-bit input conditional adder.

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

1 : 클리핑 제어기 2 : 바렐 쉬프터1: Clipping Controller 2: Barrel Shifter

3 : 조건부 1가산기 4 : 라운딩 제어기3 conditional 1 adder 4 rounding controller

본 발명은 연산 장치에 관한 것으로, 특히 가변 라운딩 포인트를 가지는 부호없는(unsigned) 데이터를 클리핑(clipping) 및 라운딩(rounding) 연산하는 클리핑/라운딩 연산 장치에 관한 것이다.TECHNICAL FIELD The present invention relates to a computing device, and more particularly, to a clipping / rounding computing device for clipping and rounding operations on unsigned data having a variable rounding point.

종래의 클리핑/라운딩 연산기는 크게 롬(Read Only Memory, 이하 ROM이라 함)이나 프로그램 가능한 논리 어레이(Programmable Logic Array, 이하 PLA라 함) 혹은 가산기를 사용하여 정해진 라운딩 포인트를 기준으로 입력 데이터의 클리핑/라운딩 연산을 수행한다. 이러한 ROM이나 PLA을 사용하여 라운딩을 수행하는 경우, 클리핑/라운딩 연산을 하기 위한 데이터는 유효 데이터를 얻기 위하여 유효 데이터 비트수 및 라운딩 포인트(rounding point) 이하의 정해진 라운딩 비트수 만큼을 포함하여 클리핑/라운딩 연산기에 입력된다. 때문에, 유효 데이터 비트수와 라운딩 조건 비트수가 확장될 경우 굉장히 큰 ROM이나 PLA을 필요로 하며, 라운딩 포인트나 라운딩 조건이 변하는 경우 ROM이나 PLA를 재 설계하여야 하는 단점이 있다. 또한 가산기를 사용하여 라운딩 포인트 이하의 특정 비트에 정해진 값을 가산하여 라운딩을 수행하는 연산 방법은 유효한 데이터를 얻기 위하여 입력되는 비트 수만큼의 연산을 수행하는 가산기를 필요로 한다. 그러나, 라운딩 연산은 단순히 유효 데이터부에 1을 더하거나 그대로 통과시키는 연산으로써, 이를 위해 가산기를 사용하면 연산 속도나 설계 면적 면에서도 비효율적이며, 또한 가변적인 라운딩 포인트에 효율적으로 적응하기 어려운 문제점이 있다.Conventional clipping / rounding operators are used for clipping / inputting input data based on a rounding point determined using a ROM (Read Only Memory), a programmable logic array (PLA), or an adder. Perform rounding operation. When performing rounding using such a ROM or PLA, the data for the clipping / rounding operation includes clipping / rounding including the number of valid data bits and the number of rounding bits below a rounding point to obtain valid data. It is entered into the rounding operator. Therefore, when the effective data bit number and the rounding condition bit number are extended, a very large ROM or PLA is required, and when the rounding point or the rounding condition is changed, the ROM or PLA has to be redesigned. In addition, an operation method of performing rounding by adding a predetermined value to a specific bit below a rounding point using an adder requires an adder that performs an operation for the number of bits inputted to obtain valid data. However, the rounding operation is an operation that simply adds 1 to the valid data part or passes it as it is, and there is a problem that it is difficult to efficiently adapt to the variable rounding point, which is inefficient in terms of calculation speed and design area.

상기 종래 기술에 대한 제반 문제점을 해결하기 위하여 안출된 본 발명은, 가변 라운딩 포인트를 가지는 부호없는 데이터의 클리핑/라운딩 연산을 위해 면적이 작고 고속 처리가 가능한 효율적인 클리핑/라운딩 연산 장치를 제공하는 데 그 목적이 있다.SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems with the prior art. The present invention provides an efficient clipping / rounding operation apparatus capable of small area and high-speed processing for clipping / rounding of unsigned data having a variable rounding point. There is a purpose.

상기 목적을 달성하기 위하여 본 발명은, 가변 라운딩 포인트를 가지는 부호없는 데이터를 클리핑 및 라운딩하는 연산 장치에 있어서, 가변 라운딩 포인트를 디코딩하여 쉬프트 제어값으로 출력하는 클리핑 제어 수단; 상기 쉬프트 제어값에 응답하여 입력데이터를 쉬프트하여 임의의 비트수를 가지는 유효 데이터 및 임의의 비트수를 가지는 라운딩 조건 데이터를 선택하여 출력하는 쉬프팅 수단; 상기 라운딩 조건 데이터에 응답하여 가산 제어 신호를 출력하는 라운딩 제어 수단; 및 상기 유효 데이터 및 상기 가산 제어 신호에 응답하여 출력 데이터를 출력하는 라운딩 가산 수단을 구비하는 것을 특징으로 한다.In order to achieve the above object, the present invention provides a computing device for clipping and rounding unsigned data having a variable rounding point, comprising: clipping control means for decoding the variable rounding point and outputting it as a shift control value; Shifting means for shifting input data in response to the shift control value to select and output valid data having an arbitrary number of bits and rounding condition data having an arbitrary number of bits; Rounding control means for outputting an addition control signal in response to the rounding condition data; And rounding addition means for outputting output data in response to the valid data and the addition control signal.

이하, 첨부된 도면을 참조하여 본 발명의 일실시예를 상세히 설명한다.Hereinafter, with reference to the accompanying drawings will be described an embodiment of the present invention;

제 1도는 본 발명에 따른 가변적인 라운딩 포인트 부호없는 데이터 클리핑/라운딩 연산기의 구성도로서, 도면에서 1은 클리핑 제어기, 2는 바렐 쉬프터(barrel shifter), 3은 조건부 1가산기 및 4는 라운딩 제어기를 각각 나타낸다.1 is a block diagram of a variable rounding point unsigned data clipping / rounding operator according to the present invention, in which 1 is a clipping controller, 2 is a barrel shifter, 3 is a conditional 1 adder and 4 is a rounding controller. Represent each.

도면에 도시한 바와 같이 본 발명은 라운딩하고자 하는 비트에 대한 가변 라운딩 포인트를 디코딩하여 z비트만큼의 쉬프트 제어값을 출력하는 클리핑 제어기(1), 상기 쉬프트 제어값에 응답하여 입력데이터(x, w, y)를 쉬프트하여 유효 데이터를 선택함으로써 클리핑 연산을 수행하는 바렐 쉬프터(2), 상기 발렐 쉬프터(2)로부터 출력되는 라운딩 조건 데이터(y')에 응답하여 유효 데이터(x')에 1가산을 할 것인지 그냥 출력할 것인지를 결정하는 가산 제어 신호를 출력하는 라운딩 제어기(4) 및 상기 바렐 쉬프터(2)로부터 출력되는 유효 데이터(x')와 상기 가산 제어 신호에 응답하여 1가산한 후 출력 데이터(x'')로 내보내거나, 유효 데이터(x')를 그대로 출력 데이터(x'')로 내보내는 조건부 1가산기(3)로 이루어진다.As shown in the figure, the present invention provides a clipping controller 1 for decoding a variable rounding point for a bit to be rounded and outputting a shift control value of z bits, and input data (x, w) in response to the shift control value. , y) by shifting the barrel shifter 2 to perform the clipping operation by selecting valid data, and adding one to the valid data x 'in response to the rounding condition data y' outputted from the barrel shifter 2. 1 is added in response to the rounding controller 4 and the valid data x 'output from the barrel shifter 2 and the addition control signal for outputting an addition control signal for deciding whether or not to output the signal. It consists of a conditional one adder 3 which exports as data x '' or exports valid data x 'as output data x' 'as it is.

여기서 입력 데이터를 구성하는 각각에 대하여 설명하자면, 먼저 w비트는 실제 클리핑 및 라운딩 연산을 하고자하는 데이터의 비트수를 나타낸다. 연산하고자하는 w비트의 앞부분에 연결되는 x비트는 유효 데이터 비트수로서, 가변 라운딩 포인트가 연산을 하고자하는 데이터 w비트의 최상위 비트에 위치할 경우를 대비하여 w비트의 최상위 비트값(최상위 비트가 1일 경우에는 1로 x만큼 채워지고, 0일 경우에는 0으로 x만큼 채워진다.)으로 최대의 유효 데이터 비트수(x)만큼 채워져 바렐 쉬프터(2)로 입력된다. 연산하고자하는 w비트의 뒷부분에 연결되는 y비트는 라운딩 비트수로서, 가변 라운딩 포인트가 연산을 하고자 하는 데이터 w비트의 최하위 비트부에 위치하는 경우 라운딩 조건을 변화시키지 않기 위해 최대 라운딩 비트수(y)만큼 0을 추가하여 바렐 쉬프터(2)로 입력된다. 따라서, 바렐 쉬프터(2)는 x+w+y를 입력받아 쉬프팅 동작을 수행한다. x''는 유효 데이터 비트수(x) 크기의 클리핑/라운딩 연산기의 최종 출력 데이터이다.Here, each of the components constituting the input data will be described. First, w bits indicate the number of bits of data to be subjected to actual clipping and rounding operations. The x bit connected to the front of the w bit to be operated is the number of valid data bits. The most significant bit value of the w bit (the most significant bit is set in case the variable rounding point is located at the most significant bit of the data w bit to be operated on). 1 is filled with x by 1, and 0 is filled with 0 by x) and input to the barrel shifter 2 by the maximum number of valid data bits x. The y bits connected to the back of the w bits to be operated are the number of rounding bits. When the variable rounding point is located at the least significant bit of the data w bits to be operated, the maximum number of rounding bits (y 0 is added to the barrel shifter 2. Therefore, the barrel shifter 2 receives x + w + y and performs the shifting operation. x '' is the final output data of the clipping / rounding operator of the effective number of data bits (x).

제 2도는 각 단계별 데이터 형태 예시도로서, 제 1도 및 제 2도를 참조하여 본 발명의 동작을 상세히 설명한다.FIG. 2 is an exemplary diagram of data in each step, and the operation of the present invention will be described in detail with reference to FIGS. 1 and 2.

먼저, 라운딩하고자하는 데이터는 1101011101(w가 10비트)이고, 유효 데이터 비트수 및 라운딩 비트수는 4비트(즉, x 및 y가 4비트)이고, 가변 라운딩 포인트는 라운딩하고자하는 데이터의 최하위비트로부터 다섯 번째 비트에서 라운딩한다고 가정한다. 가정에 따라, 클리핑 제어기(1)는 가변 라운딩 포인트를 입력받아 디코딩하여 5번 쉬프트하라는 쉬프트 제어값(101)을 바렐 쉬프터(2)로 출력하고, 바렐 쉬프터(2)는 쉬프트 제어값에 응답하여 입력되는 입력 데이터 111111010111010000을 오른쪽으로 쉬프트하여 라운딩 포인트를 중심으로 1010의 유효 데이터(x') 및 110의 라운딩 조건 데이터(y')를 조건부 1 가산기(3) 및 라운딩 제어기(4)로 각각 출력한다.First, the data to be rounded is 1101011101 (w is 10 bits), the number of valid data bits and the number of rounding bits is 4 bits (that is, x and y are 4 bits), and the variable rounding point is the least significant bit of the data to be rounded. Assume that we round at the fifth bit from. According to the assumption, the clipping controller 1 receives the variable rounding point and outputs a shift control value 101 to the barrel shifter 2 to decode and shift five times, and the barrel shifter 2 responds to the shift control value. The input data 111111010111010000 is shifted to the right to output valid data x'1010 and rounding condition data y'110 around the rounding point to the conditional 1 adder 3 and the rounding controller 4, respectively. .

다음으로, 라운딩 제어기(4)에서는 입력받은 110의 라운딩 조건 데이터(y')에 응답하여 사용자가 임의로 정한 라운딩 알고리듬을 수행하여 상기 바렐 쉬프터(2)에서 얻어진 유효 데이터에 1을 가산할 것인지 그냥 통과시킬 것인지를 결정하는 가산 제어신호를 조건부 1 가산기(3)로 출력한다. 여기서, 라운딩 알고리듬은 라운딩 포인트 아래 소수점 부분에 대한 절단 스킴(truncation scheme), 가까운 수로 라운딩하는 스킴(round-to-nearest), 가까운 짝수로 라운딩하는 스킴(round-to-nearest-even), ROM 라운딩 스킴 등이 있으며, 이러한 알고리듬은 종래기술로서 널리 알려져 있는 것으로서, 여기서는 상세한 설명을 생략한다. 여기서, 가까운 수로 라운딩하는 스킴을 라운딩 알고리듬으로 채택한 경우 라운딩을 하지 않는 즉, 유효 데이터에 1을 가산하지 않음을 나타내는 0의 논리레벨을 가지는 가산 제어 신호를 조건부 1 가산기(3)로 출력한다.Next, the rounding controller 4 performs a rounding algorithm arbitrarily determined by the user in response to the received rounding condition data y 'of 110 to pass 1 to the valid data obtained by the barrel shifter 2. An addition control signal for deciding whether or not to output is output to the conditional one adder 3. Here, the rounding algorithm is a truncation scheme for the fractional part below the rounding point, a round-to-nearest rounding to near number, a round-to-nearest-even rounding to near even number, and ROM rounding. Schemes and the like, such algorithms are well known as the prior art, and detailed description thereof is omitted here. Here, when a scheme of rounding to the nearest number is adopted as the rounding algorithm, an addition control signal having a logic level of 0 indicating no rounding, i.e. not adding 1 to valid data, is output to the conditional one adder 3.

제 3도는 조건부 1 가산기의 4비트 입력에 대한 가산기 구조도로서, 입력되는 유효 데이터(x')의 x'[0] 및 가산기 제어 신호를 입력받아 배타적 논리합하여 출력 데이터의 최하위비트(x''[0])로 내보내는 배타적 논리합 게이트(5), 유효 데이터의 나머지 비트(x'[1], x'[2], x'[3])과 가산 제어 신호를 입력받아 각각 부정 논리곱하는 3개의 부정 논리곱 게이트(6 내지 8), 유효 데이터의 나머지 비트(x'[1], x'[2], x'[3])과 3개의 부정 논리곱 게이트(6내지 8)의 출력 신호를 입력받아 각각 배타적 논리합하여 출력 데이터 (x''[1], x''[2], x''[3])로 내보내는 3개의 배타적 부정 논리합 게이트(9 내지 11)로 이루어진다.3 is an adder structure diagram for a 4-bit input of a conditional 1 adder. The input bit is x '[0] of an input valid data x' and an adder control signal. Exclusive negative OR gate (5) output to 0], the remaining bits (x '[1], x' [2], x '[3]) of valid data, and three negatives each negatively ANDed with the addition control signal. Inputs the output signals of the AND gates 6 to 8, the remaining bits of valid data (x '[1], x' [2], x '[3]) and three negative AND gates (6 to 8). And three exclusive negative OR gates 9 to 11 each receiving the exclusive OR and outputting the output data (x '' [1], x '' [2], x '' [3]).

입력된 1010의 유효 데이터(x')는 가산 제어 신호에 따라 가산하지 않고 유효 데이터 1010을 그대로 최종 출력 데이터(x'')로 출력한다.The valid data x 'of the input 1010 is not added according to the addition control signal, and the valid data 1010 is output as the final output data x' 'without change.

본 발명의 기술 사상은 상기 바람직한 실시예에 따라 구체적으로 기술되었으나, 상기한 실시예는 그 설명을 위한 것이며, 그 제한을 위한 것이 아님을 주의하여야 한다. 또한, 본 발명의 기술 분야의 통상의 전문가라면 본 발명의 기술 사상의 범위 내에서 다양한 실시예가 가능함을 이해할 수 있을 것이다.Although the technical spirit of the present invention has been described in detail according to the above-described preferred embodiment, it should be noted that the above-described embodiment is for the purpose of description and not of limitation. In addition, those skilled in the art will understand that various embodiments are possible within the scope of the technical idea of the present invention.

따라서, 본 발명은 기존의 구조들이 효율적으로 지원할 수 없는, 입력데이터의 라운딩 포인트가 가변적일 때에도 클리핑/라운딩 연산을 하드웨어적으로 용이하게 구현할 수 있도록 할 뿐만 아니라, 고속 연산이 가능한 구조를 제공한다. 그리고, 입력 데이터의 모든 비트위치에서 라운딩 포인트를 지원할 수 있으며 입력 데이터 내에서 원하는 유효 데이터를 모든 비트 위치에서 선택하여 출력할 수 있는 효과가 있다. 또한, 입력데이터의 라운딩 포인트가 고정적인 경우에 있어서는, 제안한 구조내에서 바렐 쉬프터 포인트 제어부를 사용하지 않고 입력 데이터에서 라운딩 포인트를 중심으로 유효 데이터부와 라운딩 조건 데이터부를 분리하여, 조건부 1 가산기와 라운딩 제어부만을 사용하므로써 기존은 연산기에 비해 면적이 작고 고속의 연산기를 구성할 수 있는 효과가 있다.Accordingly, the present invention not only makes it possible to easily implement clipping / rounding operations in hardware even when the rounding point of the input data is variable, which existing structures cannot efficiently support, and provides a structure capable of high-speed computation. The rounding point may be supported at all bit positions of the input data, and the desired valid data may be selected and output at all bit positions within the input data. In the case where the rounding point of the input data is fixed, the effective data part and the rounding condition data part are separated from the input data around the rounding point in the input data without using the barrel shifter control part in the proposed structure, and the conditional one adder and the rounding are performed. By using only the control unit, the area is smaller than that of the existing computer, and there is an effect that a high-speed computer can be configured.

Claims (6)

가변 라운딩 포인트를 가지는 부호없는 데이터를 클리핑 및 라운딩하는 연산 장치에 있어서, 가변 라운딩 포인트를 디코딩하여 쉬프트 제어값으로 출력하는 클리핑 제어 수단; 상기 쉬프트 제어값에 응답하여 입력 데이터를 쉬프트하여 임의의 비트수를 가지는 유효 데이터 및 임의의 비트수를 가지는 라운딩 조건 데이터를 선택하여 출력하는 쉬프팅 수단; 상기 라운딩 조건 데이터에 응답하여 가산 제어 신호를 출력하는 라운딩 제어 수단; 및 상기 유효 데이터 및 상기 가산 제어 신호에 응답하여 출력 데이터를 출력하는 라운딩 가산 수단을 포함하여 이루어지는 클리핑/라운딩 연산 장치.A computing device for clipping and rounding unsigned data having a variable rounding point, comprising: clipping control means for decoding the variable rounding point and outputting it as a shift control value; Shifting means for shifting input data in response to the shift control value to select and output valid data having any number of bits and rounding condition data having any number of bits; Rounding control means for outputting an addition control signal in response to the rounding condition data; And rounding addition means for outputting output data in response to the valid data and the addition control signal. 제 1항에 있어서, 상기 입력 데이터는 상기 유효 데이터의 임의의 비트수만큼의 제1 데이터, 실제 클리핑 및 라운딩 연산을 위한 제2 데이터 및 상기 라운딩 조건 데이터의 임의의 비트수만큼의 제3 데이터를 구비하는 것을 특징으로 하는 클리핑/라운딩 연산 장치.2. The apparatus of claim 1, wherein the input data comprises first data of any number of bits of the valid data, second data for actual clipping and rounding operations, and third data of any number of bits of the rounding condition data. Clipping / rounding operation device characterized in that it comprises. 제 1항에 있어서, 상기 쉬프팅 수단은 바렐 쉬프터인 것을 특징으로 하는 클리핑/라운딩 연산 장치.The apparatus of claim 1, wherein the shifting means is a barrel shifter. 제 1항에 있어서, 상기 라운딩 가산 수단은 상기 유효 데이터의 최하위 비트 신호를 일입력으로 하고 상기 가산 제어 신호를 타입력으로 하여 배타적 논리합 연산 후 상기 출력 데이터의 최하위 비트 신호로 출력하는 제1 논리 수단; 및 순번보다 앞선 상기 유효 데이터 입력신호를 일입력으로 하고 상기 가산 제어 신호를 타입력으로하여 부정 논리곱한 출력값을 각각의 일입력으로하고, 해당 번째의 상기 유효 데이터 입력신호를 각각의 타입력으로하여 배타적 부정 논리합하여 상기 출력 데이터의 상기 해당 번째 신호를 출력하는 적어도 하나의 제2 논리 수단을 구비하는 것을 특징으로 하는 클리핑/라운딩 연산 장치.2. The first logical means of claim 1, wherein the rounding adding means outputs the least significant bit signal of the valid data as one input and the addition control signal as a type force and outputs the least significant bit signal of the output data after an exclusive OR operation. ; And as the one input of the valid data input signal preceding the sequence and the addition control signal as the type power, and the output value multiplied by the logical logic as each input, and the corresponding valid data input signal as the respective type power. And at least one second logic means for outputting said corresponding signal of said output data in an exclusive negative OR. 제 1항에 있어서, 상기 제1 데이터는 상기 제2 데이터의 최상위 비트에 해당하는 값으로 채워지는 것을 특징으로 하는 클리핑/라운딩 연산 장치.The apparatus of claim 1, wherein the first data is filled with a value corresponding to a most significant bit of the second data. 제 2항에 있어서, 상기 제3 데이터는 0의 값으로 채워지는 것을 특징으로 하는 클리핑/라운딩 연산 장치.3. The apparatus of claim 2, wherein the third data is filled with a value of zero.
KR1019940003896A 1994-02-28 1994-02-28 Clipping and rounding arithmetic unit KR0147431B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019940003896A KR0147431B1 (en) 1994-02-28 1994-02-28 Clipping and rounding arithmetic unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019940003896A KR0147431B1 (en) 1994-02-28 1994-02-28 Clipping and rounding arithmetic unit

Publications (1)

Publication Number Publication Date
KR0147431B1 true KR0147431B1 (en) 1997-05-20

Family

ID=19378132

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019940003896A KR0147431B1 (en) 1994-02-28 1994-02-28 Clipping and rounding arithmetic unit

Country Status (1)

Country Link
KR (1) KR0147431B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100447388B1 (en) * 2000-11-28 2004-09-04 엘지전자 주식회사 clipping reduce circuit and that embodiment method in transmission system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100447388B1 (en) * 2000-11-28 2004-09-04 엘지전자 주식회사 clipping reduce circuit and that embodiment method in transmission system

Similar Documents

Publication Publication Date Title
JP2879070B2 (en) Programmable logic unit and signal processor
EP0081632A2 (en) Adder circuit
JPH0353652B2 (en)
US5721809A (en) Maximum value selector
US4417314A (en) Parallel operating mode arithmetic logic unit apparatus
US5303175A (en) Floating point arithmetic unit
US6715066B1 (en) System and method for arranging bits of a data word in accordance with a mask
JP3213628B2 (en) An arithmetic unit for multiplying long integers modulo M and an R.M. S. A. converter
US6167419A (en) Multiplication method and multiplication circuit
US5726926A (en) Shifter for shifting floating point number utilizing arithmetic operation of redundant binary number, and adder containing the same
US5081607A (en) Arithmetic logic unit
US6529930B1 (en) Methods and apparatus for performing a signed saturation operation
US5524088A (en) Multi-functional operating circuit providing capability of freely combining operating functions
KR0147431B1 (en) Clipping and rounding arithmetic unit
US8589464B1 (en) Arithmetic logic unit
US5991786A (en) Circuit and method for shifting or rotating operands of multiple size
US6269385B1 (en) Apparatus and method for performing rounding and addition in parallel in floating point multiplier
JPH05204602A (en) Method and device of control signal
KR102286101B1 (en) Data processing apparatus and method for performing a narrowing-and-rounding arithmetic operation
EP1308835B1 (en) SIMD addition circuit
US6122651A (en) Method and apparatus for performing overshifted rotate through carry instructions by shifting in opposite directions
US6629239B1 (en) System and method for unpacking and merging bits of a data world in accordance with bits of a mask word
US4007439A (en) Select high/low register method and apparatus
JPH06259227A (en) Arithmetic unit
US6317771B1 (en) Method and apparatus for performing digital division

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20050422

Year of fee payment: 8

LAPS Lapse due to unpaid annual fee