JPH11126156A - Programmable device and arithmetic processing method therein - Google Patents

Programmable device and arithmetic processing method therein

Info

Publication number
JPH11126156A
JPH11126156A JP9291167A JP29116797A JPH11126156A JP H11126156 A JPH11126156 A JP H11126156A JP 9291167 A JP9291167 A JP 9291167A JP 29116797 A JP29116797 A JP 29116797A JP H11126156 A JPH11126156 A JP H11126156A
Authority
JP
Japan
Prior art keywords
multiplicand
multiplying
multiplied
bits
programmable device
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP9291167A
Other languages
Japanese (ja)
Inventor
Manabu Mizuo
学 水尾
Etsuji Shibata
悦二 柴田
Yasuhei Yamamoto
泰平 山本
Ko Ogata
航 尾形
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shashin Kagaku Co Ltd
Original Assignee
Shashin Kagaku Co Ltd
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 Shashin Kagaku Co Ltd filed Critical Shashin Kagaku Co Ltd
Priority to JP9291167A priority Critical patent/JPH11126156A/en
Publication of JPH11126156A publication Critical patent/JPH11126156A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make realizable a plurality of circuits regarding the evaluation of a computer architecture without lowering the processing capability by performing the arithmetic processing of a specified multiplying circuit. SOLUTION: The constituent bits (32 bits) constituting a multiplier are divided into two-bit parts, which are multiplied by 0, 1, 2, and 3. When the multiplicant is multiplied by '3', the value obtained by multiplying the multiplicand by -1 is outputted and at the same time, 1 is added to a partial term where the multiplicand is multiplied by a high-order partial product (the number obtained by multiplying the partial product by '4' is handled). Thus, the value obtained by multiplying the multiplicand by '-1' is outputted and at the same time, 1 is added to the partial term where the multiplicand is multiplied by the high- order partial product, so that the value obtained by multiplying the multiplicand by '1' is subtracted from the value obtained by multiplying the multiplicand by '4'. Consequently, the result of the multiplication of the multiplicand by '3' can be obtained. Consequently, logic array blocks needed for the operation can be reduced.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、プログラマブルデ
バイスにおける演算処理方法に関する。さらに詳しく
は、高速に演算処理を行うことが可能なプログラマブル
デバイスにおける演算処理方法の改良に関する。
The present invention relates to an arithmetic processing method in a programmable device. More specifically, the present invention relates to an improvement in an arithmetic processing method in a programmable device capable of performing arithmetic processing at high speed.

【0002】[0002]

【従来の技術】従来、計算機アーキテクチャの評価を行
うために、実際にハードウェアで評価基板を製作する方
法が用いられている。このように評価基板を用いる方法
において、演算処理装置には、内部回路をプログラムに
より変更可能なプログラマブルデバイスが一般的に用い
られており、該プログラマブルデバイスで乗算回路を実
現する方法の一例として、加算による方法が取られてい
る。
2. Description of the Related Art Conventionally, in order to evaluate a computer architecture, a method of actually manufacturing an evaluation board with hardware has been used. In the method using the evaluation board as described above, a programmable device whose internal circuit can be changed by a program is generally used in the arithmetic processing unit. As an example of a method of realizing a multiplication circuit with the programmable device, an addition method is used. The method by has been taken.

【0003】またプログラマブルデバイスで乗算回路を
実現する方法の他の例として、図2に示すように、乗数
を構成する構成ビットを2ビットずつに区切り、各々の
2ビット(以下、被乗数という)に部分項0,1,2,
3を乗じ、その部分積を積算して最終的な結果を得る方
法がある。尚、図2においては、10に99を乗じて結
果を出力する場合について図示している。
As another example of a method of realizing a multiplication circuit by a programmable device, as shown in FIG. 2, constituent bits constituting a multiplier are divided into two bits, and each bit is divided into two bits (hereinafter referred to as a multiplicand). Subterms 0, 1, 2,
There is a method of multiplying by 3 and integrating the partial products to obtain a final result. FIG. 2 shows a case where 10 is multiplied by 99 and the result is output.

【0004】[0004]

【発明が解決しようとする課題】しかし、乗算回路を従
来の加算による方法で実現すると、IEEE−754の
単精度(指数部8ビット,符号1ビット,仮数部24ビ
ット)に準拠したデータタイプを処理する演算回路を例
にとると、第1段で個々の部分積を表現するために12
8ロジックアレイブロック(Logic Array Block 、以
下、単にLABという)を必要とし、第2段階以下各段
に各々64,32,16,8,4LABを用いるため2
52LABを要する。これではプログラマブルデバイス
のLABの多くを乗算回路でしめることになり、他の回
路を組み込むことは困難になるという問題がある。
However, if the multiplication circuit is realized by a conventional addition method, a data type conforming to the single precision of IEEE-754 (exponent part 8 bits, sign 1 bit, mantissa part 24 bits) is obtained. Taking an example of an arithmetic circuit for processing, the first stage requires 12
8 Logic Array Blocks (hereinafter simply referred to as LAB) are required, and 64, 32, 16, 8, and 4 LABs are used for each stage from the second stage onward.
Requires 52 LABs. In this case, most of the LAB of the programmable device must be multiplied by the multiplication circuit, and it is difficult to incorporate other circuits.

【0005】また、図2に示すように、乗算回路を構成
ビットを区切る方法にて実現すると、前記加算による方
法と比較すれば使用するLABを削減することはできる
利点があるものの、セレクタは図2のX1,X2,X3
の3入力と、選択用のY0,Y1の2入力、即ち合計5
入力が必要となり、4入力のルックアップテーブル(Lo
ok up table 、以下、単にLUTという)では効率的に
実現することができない。具体的には、3入力のセレク
タを実現するために2ロジックエレメント(以下、単に
LEという)を要してしまうという問題がある。
Further, as shown in FIG. 2, when the multiplication circuit is realized by a method of dividing the constituent bits, there is an advantage that the LAB to be used can be reduced as compared with the above-mentioned addition method, but the selector is not shown. X1, X2, X3 of 2
3 inputs and 2 inputs Y0 and Y1 for selection, that is, a total of 5 inputs
Input is required and a 4-input lookup table (Lo
ok up table (hereinafter simply referred to as LUT) cannot be realized efficiently. Specifically, there is a problem that two logic elements (hereinafter simply referred to as LE) are required to realize a three-input selector.

【0006】本発明は、以上のような問題点を解決する
ためになされたもので、計算機アーキテクチャの評価に
関する複数の回路を、処理能力を減ずることなく実現可
能なプログラマブルデバイス及びプログラマブルデバイ
スにおける演算処理方法を提供することを課題とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and it is an object of the present invention to provide a programmable device capable of realizing a plurality of circuits related to evaluation of a computer architecture without reducing the processing capability and an arithmetic processing in the programmable device. It is an object to provide a method.

【0007】本発明の他の課題は、4入力LUTにおい
ても効率よく乗算回路を実現可能なプログラマブルデバ
イス及びプログラマブルデバイスにおける演算処理方法
を提供することにある。
Another object of the present invention is to provide a programmable device capable of efficiently realizing a multiplication circuit even in a 4-input LUT and an arithmetic processing method in the programmable device.

【0008】[0008]

【課題を解決するための手段】上記課題を解決するため
になされた本発明に係るプログラマブルデバイスの演算
処理方法としての特徴は、請求項1記載の如く、乗算回
路の演算処理を、乗数を構成する構成ビットを2ビット
ずつ区切り、被乗数となる各々の2ビットに部分項0,
1,2,−1を乗じ、−1を乗じる際には前記被乗数に
−1を乗じた値を出力すると同時に上位の部分積にて被
乗数に乗じる部分項に1を加えて行う点にある。このよ
うに、−1を乗じた値を出力することは、即ち被乗数の
符号を反転することと同じことになるので、出力の際に
は単に被乗数の各ビットを反転させて出力すればよい。
According to a first aspect of the present invention, there is provided a method for processing a programmable device according to the present invention. Is divided into two bits, and the sub-terms 0,
The point is that when multiplying by 1, 2, -1 and multiplying by -1 are performed, a value obtained by multiplying the multiplicand by -1 is output, and at the same time, 1 is added to a partial term by which the multiplicand is multiplied by a higher partial product. In this way, outputting a value multiplied by -1 is equivalent to inverting the sign of the multiplicand, and therefore, when outputting, it is sufficient to simply invert each bit of the multiplicand and output.

【0009】更に、−1を乗じた値を出力すると同時に
上位の部分積にて被乗数に乗じる部分項に1を加えるこ
とにより、被乗数に3を乗ずることと等しくなり、被乗
数の入力値を加工して出力するだけで新たに入力要素を
加えなくとも被乗数に3を乗ずることができる。
Further, by adding a value of -1 to the partial term by which the multiplicand is multiplied by the higher partial product and adding 1 to the output, this is equivalent to multiplying the multiplicand by 3 and processing the input value of the multiplicand. , The multiplicand can be multiplied by 3 without adding a new input element.

【0010】本発明に係るプログラマブルデバイスとし
ての特徴は、請求項2に記載される如く、乗数を構成す
る構成ビットを2ビットずつ区切り、被乗数となる各々
の2ビットに部分項0,1,2,−1を乗じ、−1を乗
じる際には前記被乗数に−1を乗じた値を出力すると同
時に上位の部分積にて被乗数に乗じる部分項に1を加え
ることにより乗算回路を構成してなる点にある。このよ
うに、−1を乗じる際に前記被乗数に−1を乗じた値を
出力すると同時に上位の部分積にて被乗数に乗じる部分
項に1を加えることにより乗算回路を構成するので、乗
算回路に必要なロジックアレイブロックを減少させるこ
とができる。
A feature of the programmable device according to the present invention is that, as described in claim 2, constituent bits constituting a multiplier are divided by 2 bits, and partial terms 0, 1, and 2 are divided into each of the 2 bits to be a multiplicand. , -1 and multiplying by -1 constitutes a multiplying circuit by outputting a value obtained by multiplying the multiplicand by -1 and adding 1 to a partial term for multiplying the multiplicand by a higher partial product. On the point. As described above, when multiplying by −1, a value obtained by multiplying the multiplicand by −1 is output, and at the same time, a multiplication circuit is configured by adding 1 to a partial term by which the multiplicand is multiplied by a higher partial product. The required logic array blocks can be reduced.

【0011】[0011]

【発明の実施の形態】以下、本発明に係るプログラマブ
ルデバイス及びプログラマブルデバイスにおける演算方
法の一実施の形態について説明する。図1は本発明に係
るプログラマブルデバイスの乗算回路の一実施の形態を
示すブロック図及び回路図である。尚、以下の説明で
は、IEEE−754の単精度(指数部8ビット,符号
1ビット,仮数部24ビット)に準拠したデータタイプ
を処理する演算回路、即ち乗数を構成するビット数が3
2ビットの場合を例とし、演算の例として10に99を
乗ずる演算をさせる場合について説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a programmable device and an operation method in the programmable device according to the present invention will be described below. FIG. 1 is a block diagram and a circuit diagram showing an embodiment of a multiplication circuit of a programmable device according to the present invention. In the following description, an arithmetic circuit that processes a data type conforming to the single precision of IEEE-754 (exponent part 8 bits, sign 1 bit, mantissa part 24 bits), that is, the number of bits constituting a multiplier is 3
A case of performing an operation of multiplying 10 by 99 will be described as an example of the operation by taking the case of 2 bits as an example.

【0012】以下、プログラマブルデバイスの乗算回路
における演算方法について説明する。まず、乗数を構成
する構成ビット(32ビット)を2ビットずつに区切
り、各々の2ビットに0,1,2,3を乗じる。ここ
で、この乗じる「0」、「1」、「2」、「3」を部分
項といい、これらの積の夫々を部分積という。ここで、
「3」を被乗数に乗じる際に、被乗数に−1を乗じた値
を出力すると同時に、上位の部分積(当該部分積に
「4」を乗じた数を扱う)にて被乗数に乗じる部分項に
1を加える。このように被乗数に「−1」を乗じた値を
出力し、同時に上位の部分積にて被乗数に乗じる部分項
に1を加えることにより、被乗数に「4」を乗じた値か
ら被乗数に「1」を乗じた値を減算することになり、結
果として被乗数に「3」を乗じた数値を得ることができ
る。
Hereinafter, an operation method in the multiplication circuit of the programmable device will be described. First, the constituent bits (32 bits) constituting the multiplier are divided into two bits, and each two bits are multiplied by 0, 1, 2, and 3. Here, the multiplied “0”, “1”, “2”, and “3” are called partial terms, and each of these products is called a partial product. here,
When multiplying the multiplicand by "3", a value obtained by multiplying the multiplicand by -1 is output, and at the same time, the partial term by which the multiplicand is multiplied by the higher partial product (the number obtained by multiplying the partial product by "4") is output. Add 1. As described above, a value obtained by multiplying the multiplicand by “−1” is output, and at the same time, 1 is added to the partial term by which the multiplicand is multiplied by the upper partial product, whereby the value obtained by multiplying the multiplicand by “4” is changed to “1” by the multiplicand. Is subtracted, and as a result, a value obtained by multiplying the multiplicand by “3” can be obtained.

【0013】尚、被乗数に「−1」を乗じた値を得るに
は、2の補数、つまり与えられた被乗数の各ビットを反
転させて「1」を加算したものが被乗数の符号を反転し
たものになることを用いれば、演算に必要なビット数を
削減することができる。
In order to obtain a value obtained by multiplying the multiplicand by "-1", a two's complement, that is, a value obtained by inverting each bit of a given multiplicand and adding "1" inverts the sign of the multiplicand. If it is used, the number of bits required for the operation can be reduced.

【0014】このような演算方法で乗算回路が構成され
たプログラマブルデバイスを4入力LUTに使用する場
合について次に説明する。4入力LUTにおいては、そ
の内の2入力(図1におけるX1,X2)を被乗数の入
力とする。このとき、入力の一方は被乗数をそのまま入
力し、もう一方は被乗数を1ビット左にシフトしたもの
を入力する。
A case in which a programmable device having a multiplication circuit formed by such an operation method is used for a 4-input LUT will be described below. In the four-input LUT, two of the inputs (X1 and X2 in FIG. 1) are set as inputs of the multiplicand. At this time, one of the inputs inputs the multiplicand as it is, and the other inputs the multiplicand shifted one bit to the left.

【0015】そして、残りの2つの入力、即ち図1のY
0,Y1で被乗数に乗ずる部分項「0」,「1」,
「2」,「−1」を選択する。部分項「−1」を選択し
た場合には、被乗数の各ビットを反転させて出力するこ
とと等しい。よって、被乗数の入力値を加工して出力す
るだけでよいため、従来の如く、新たに入力要素を加え
る必要がない。
Then, the remaining two inputs, that is, Y in FIG.
The sub-terms "0", "1",
Select "2" or "-1". Selecting the sub-term "-1" is equivalent to inverting and outputting each bit of the multiplicand. Therefore, since it is only necessary to process and output the input value of the multiplicand, it is not necessary to add a new input element as in the related art.

【0016】このように、本発明に係るプログラマブル
デバイスによれば入力要素を加える必要がないので、各
ビットに1LEを加えるだけでよく、効率的に4入力L
UTに使用することができる。
As described above, according to the programmable device of the present invention, since it is not necessary to add an input element, it is only necessary to add 1 LE to each bit, and the 4-input L is efficiently provided.
Can be used for UT.

【0017】上述のように構成されたプログラマブルデ
バイスを用いることで、従来の如く、第1段階において
被乗数に「3」を乗じた値を得る加算を行う必要がなく
なったので、これに伴うキャリー伝播遅延がなくなる。
また、従来とは異なり、部分積の各々に乗じる乗数の部
分項の演算が必要であるが、これに要する伝播遅延は1
6ビットであり、従来の約2分の1で済む。
By using the programmable device configured as described above, it is no longer necessary to perform an addition for obtaining a value obtained by multiplying the multiplicand by "3" in the first stage as in the prior art. Eliminate delays.
Also, unlike the conventional case, it is necessary to calculate a partial term of a multiplier by which each of the partial products is multiplied.
It is 6 bits, which is about one half of the conventional value.

【0018】例えば、従来と同じ32ビットの場合、第
1段階で64LAB、第1段階で得られた16項を加算
する加算機に順次32LAB,16LAB,8LAB,
4LAB必要で、合計では124LABとなる。即ち、
前記従来の252LABと比較して、演算に必要なロジ
ックアレイブロックを削減することができる。しかも、
その処理速度や処理能力は低下することがない。
For example, in the case of 32 bits, which is the same as the conventional case, 32 LAB, 16 LAB, 8 LAB, and 8 LAB are sequentially added to an adder that adds 64 LAB in the first stage and 16 terms obtained in the first stage.
4 LABs are required, for a total of 124 LABs. That is,
As compared with the conventional 252 LAB, the number of logic array blocks required for the operation can be reduced. Moreover,
The processing speed and processing capacity do not decrease.

【0019】このように、本発明に係るプログラマブル
デバイスによれば、乗算回路に必要なロジックアレイブ
ロックを削減することができるので、このようなプログ
ラマブルデバイスを評価基板に用いることにより、計算
機アーキテクチャの評価に用いる様々な回路を一枚の基
板上に搭載した場合に於いても、その制御回路を別に設
ける必要はなく、プログラマブルデバイス内に制御回路
を搭載することができる効果が得られる。
As described above, according to the programmable device of the present invention, it is possible to reduce the number of logic array blocks required for the multiplication circuit. Even when various circuits used for the above are mounted on a single substrate, it is not necessary to separately provide a control circuit, and an effect that a control circuit can be mounted in a programmable device can be obtained.

【0020】[0020]

【発明の効果】本発明に係るプログラマブルデバイスの
演算方法によれば、乗算回路の演算処理を、乗数を構成
する構成ビットを2ビットずつ区切り、被乗数となる各
々の2ビットに部分項0,1,2,−1を乗じ、−1を
乗じる際には前記被乗数に−1を乗じた値を出力すると
同時に上位の部分積にて被乗数に乗じる部分項に1を加
えて行うため、演算に必要なロジックアレイブロックを
削減することができる。
According to the operation method of the programmable device of the present invention, the operation of the multiplication circuit is performed by dividing the constituent bits constituting the multiplier by two bits, and dividing the sub-items 0 and 1 into each of the two bits to be the multiplicand. , 2, -1. When multiplying by -1, a value obtained by multiplying the multiplicand by -1 is output. At the same time, 1 is added to the partial term by which the multiplicand is multiplied by a higher partial product. Logic array blocks can be reduced.

【0021】また、本発明に係るプログラマブルデバイ
スによれば、乗数を構成する構成ビットを2ビットずつ
区切り、被乗数となる各々の2ビットに部分項0,1,
2,−1を乗じ、−1を乗じる際には前記被乗数に−1
を乗じた値を出力すると同時に上位の部分積にて被乗数
に乗じる部分項に1を加えることにより乗算回路を構成
してなるので、入力要素を増加させることなく、4入力
LUTに効果的に使用することができる。
Further, according to the programmable device of the present invention, the constituent bits constituting the multiplier are divided into two bits, and the sub-terms 0, 1,
Multiply by 2, -1. When multiplying by -1, the multiplicand is -1.
The multiplication circuit is constructed by adding a 1 to the multiplicand multiplied by the higher partial product at the same time as outputting the value multiplied by. Therefore, it is effectively used for a 4-input LUT without increasing the number of input elements. can do.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明に係るプログラマブルデバイスの乗算回
路の一実施の形態のブロック図及び回路図を示す。
FIG. 1 shows a block diagram and a circuit diagram of an embodiment of a multiplication circuit of a programmable device according to the present invention.

【図2】従来のプログラマブルデバイスの乗算回路の一
例のブロック図及び回路図を示す。
FIG. 2 shows a block diagram and a circuit diagram of an example of a conventional multiplication circuit of a programmable device.

【符号の説明】[Explanation of symbols]

X1 入力 X2 入力 Y0 入力 Y1 入力 X1 input X2 input Y0 input Y1 input

───────────────────────────────────────────────────── フロントページの続き (72)発明者 山本 泰平 京都市上京区東堀川通り一条上ル竪富田町 436番地の5 株式会社写真化学内 (72)発明者 尾形 航 神奈川県横須賀市光風台21−14 ──────────────────────────────────────────────────続 き Continued on the front page (72) Taihei Yamamoto, Inventor 436-5 Ichijokami-ru-Verita-Tomita-cho, Higashi-Horikawa-dori, Kamigyo-ku, Kyoto Photographic Chemistry Co., Ltd.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 プログラマブルデバイスの演算処理方法
において、乗算回路の演算処理を、乗数を構成する構成
ビットを2ビットずつ区切り、被乗数となる各々の2ビ
ットに部分項0,1,2,−1を乗じ、−1を乗じる際
には前記被乗数に−1を乗じた値を出力すると同時に上
位の部分積にて被乗数に乗じる部分項に1を加えて行う
ことを特徴とするプログラマブルデバイスの演算処理方
法。
In the arithmetic processing method of a programmable device, the arithmetic processing of a multiplying circuit is performed by dividing constituent bits constituting a multiplier by two bits, and sub-terms 0, 1, 2, -1 are assigned to each of the two bits to be a multiplicand. And multiplying the multiplicand by -1 by outputting a value obtained by multiplying the multiplicand by -1 and simultaneously adding 1 to a partial term by which the multiplicand is multiplied by a higher partial product. Method.
【請求項2】 乗数を構成する構成ビットを2ビットず
つ区切り、被乗数となる各々の2ビットに部分項0,
1,2,−1を乗じ、−1を乗じる際には前記被乗数に
−1を乗じた値を出力すると同時に上位の部分積にて被
乗数に乗じる部分項に1を加えることにより乗算回路を
構成してなることを特徴とするプログラマブルデバイ
ス。
2. The constituent bits constituting a multiplier are divided into two bits at a time, and the sub-terms 0,
A multiplication circuit is constructed by multiplying 1, 2, -1 and multiplying by -1 by outputting a value obtained by multiplying the multiplicand by -1 and simultaneously adding 1 to a partial term by which the multiplicand is multiplied by a higher partial product. A programmable device, comprising:
JP9291167A 1997-10-23 1997-10-23 Programmable device and arithmetic processing method therein Pending JPH11126156A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9291167A JPH11126156A (en) 1997-10-23 1997-10-23 Programmable device and arithmetic processing method therein

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9291167A JPH11126156A (en) 1997-10-23 1997-10-23 Programmable device and arithmetic processing method therein

Publications (1)

Publication Number Publication Date
JPH11126156A true JPH11126156A (en) 1999-05-11

Family

ID=17765323

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9291167A Pending JPH11126156A (en) 1997-10-23 1997-10-23 Programmable device and arithmetic processing method therein

Country Status (1)

Country Link
JP (1) JPH11126156A (en)

Similar Documents

Publication Publication Date Title
US8615543B1 (en) Saturation and rounding in multiply-accumulate blocks
US7437401B2 (en) Multiplier-accumulator block mode splitting
US5500812A (en) Multiplication circuit having rounding function
US5506799A (en) Booth array multiplying circuit having carry correction
JPH07200260A (en) Parallel data processing in unit processor
JP2002108606A (en) Sticky bit generating circuit and multiplier
US5177703A (en) Division circuit using higher radices
JPH0640301B2 (en) Parallel multiplier circuit
US4785412A (en) Double precision approximate quotient network
US4677583A (en) Apparatus for decimal multiplication
JP3537378B2 (en) Adders and integrated circuits
EP0472030A2 (en) Method and apparatus for modifying two's complement multiplier to perform unsigned magnitude multiplication
US6484193B1 (en) Fully pipelined parallel multiplier with a fast clock cycle
JPH11126156A (en) Programmable device and arithmetic processing method therein
JP2700876B2 (en) Parallel multiplier
KR0147942B1 (en) Booths recording circuit in a multiplier
JPH04172526A (en) Floating point divider
JPH11126157A (en) Method and circuit for multiplication
EP1566730B1 (en) Multiplier-accumulator block mode splitting
Babu et al. FPGA Implementation of Energy Efficient Approximate Multiplier with Image Processing Applications
KR0136484B1 (en) Parallel multiplier
Bisoyi et al. Design of a Novel Fused Add-Sub Module for IEEE 754-2008 Floating Point Unit in High Speed Applications
KR0153759B1 (en) Circuit of high speed multiplication and involution
JP2777265B2 (en) High radix square root arithmetic unit
JPH0784762A (en) Multiplication circuit