JPS58137045A - Parallel multiplier - Google Patents

Parallel multiplier

Info

Publication number
JPS58137045A
JPS58137045A JP57017902A JP1790282A JPS58137045A JP S58137045 A JPS58137045 A JP S58137045A JP 57017902 A JP57017902 A JP 57017902A JP 1790282 A JP1790282 A JP 1790282A JP S58137045 A JPS58137045 A JP S58137045A
Authority
JP
Japan
Prior art keywords
multiplier
multiplicand
circuit
output
product
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
JP57017902A
Other languages
Japanese (ja)
Inventor
Kaname Sawada
沢田 要
Yukio Ichikawa
幸雄 市川
Fumio Hayashi
林 文雄
Mikio Mizutani
水谷 幹雄
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.)
Panasonic System Solutions Japan Co Ltd
Panasonic Holdings Corp
Original Assignee
Matsushita Graphic Communication Systems Inc
Matsushita Electric Industrial 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 Matsushita Graphic Communication Systems Inc, Matsushita Electric Industrial Co Ltd filed Critical Matsushita Graphic Communication Systems Inc
Priority to JP57017902A priority Critical patent/JPS58137045A/en
Publication of JPS58137045A publication Critical patent/JPS58137045A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/52Multiplying; Dividing
    • G06F7/523Multiplying only
    • G06F7/53Multiplying only in parallel-parallel fashion, i.e. both operands being entered in parallel
    • G06F7/5324Multiplying only in parallel-parallel fashion, i.e. both operands being entered in parallel partitioned, i.e. using repetitively a smaller parallel parallel multiplier or using an array of such smaller multipliers

Abstract

PURPOSE:To reduce the scale of a circuit remarkably without delaying the operating time, by splitting a multiplier into N, multiplying each section of the split multiplier to a multiplicand sequentially, summing each obtained product and obtaining the product between the multiplier and multiplicand. CONSTITUTION:A multiplier 5 multiplies a multiplicand X, e.g., 12-bit, outputted from a multiplicand register 2 with a system clock (a), with a multiplier lower- order Yl and a multiplier upper-order YU, each 8-bit, alternatey outputted from a multiplier lower/upper order switching circuit 4. An output (h) of the multiplier 5 is shifted for bits. Through the keperation like this, an upper partial product X.Yl and a lower partial product X.Yu are outputted from a circuit 6 as a 25- bit length. In the two clocks of the clock (a), the upper partial product X.Yu is inputted to an input terminal A of an adder 9 and a lower partial product X.Yl is inputted to an input terminal B, the product between the multiplicand X and the multilier Y is outputted and picked up from an accumulator output circuit 10.

Description

【発明の詳細な説明】 本発明は、回路規模を小さくすることができる並列乗算
器に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a parallel multiplier that can reduce the circuit scale.

従来、ディジタル型乗算器には、大別して次の3種類の
方式があった。
Conventionally, digital multipliers have been broadly classified into the following three types.

(イ)被乗数Xを乗数Yと同じ回数だけ加算する方式。(b) A method in which the multiplicand X is added the same number of times as the multiplier Y.

(ロ)被乗数Xと乗数Yの各桁との部分積を、レジスタ
により順次ジフトして加算する方式(以下、順序回路方
式と言う)。
(b) A method in which the partial products of the multiplicand X and each digit of the multiplier Y are sequentially shifted and added using a register (hereinafter referred to as the sequential circuit method).

(ハ)組み合わせ回路のみで乗算を実現する方式(以下
、組み合わせ回路方式と言う)。
(c) A method that realizes multiplication using only combinational circuits (hereinafter referred to as combinational circuit method).

これらの方式のうち(イ)の方式は、論理は簡単である
が、演算時間が非常に長くかかる欠点があった。
Among these methods, method (a) has a simple logic, but has the drawback of requiring a very long calculation time.

また、(ロ)の順序回路方式も、シフト動作を必要とす
るので、(ハ)の組み合わせ回路方式に比較して、演算
時間が長くなる欠点があった。
Further, since the sequential circuit method (b) also requires a shift operation, it has the disadvantage that the calculation time is longer than the combinational circuit method (c).

また、第1図は、符号なしのデータを対象とする場合の
組み合わせ回路方式における乗算のアルゴリズムを示す
。この場合には、被乗数Xと乗数Yの各桁との部分積z
iをANDゲートのアレイにより求め、かつこれらの部
分積ziを並列加算器により加算する。したがって、1
段につきM個、N段のANDゲートおよび(N−1)段
の並列加算器が必要となるので、回路規模が大きくなる
欠点があった。
Further, FIG. 1 shows a multiplication algorithm in a combinational circuit system when unsigned data is targeted. In this case, the partial product z of the multiplicand X and each digit of the multiplier Y
i is determined by an array of AND gates, and these partial products zi are added by a parallel adder. Therefore, 1
Since each stage requires M AND gates of N stages and parallel adders of (N-1) stages, there is a drawback that the circuit scale becomes large.

また、第2図は、符号付きの場合で、2の補数形式を用
いる組み合わせ回路方式における乗算のアルゴリズムを
示す。同図においてis、ysは符号ビット、“△”は
論理和を示す。
Further, FIG. 2 shows a multiplication algorithm in a combinational circuit system using a two's complement format in a signed case. In the figure, is and ys represent sign bits, and "Δ" represents a logical sum.

同図から明らかなように、この場合には、さらに符号に
関して補正回路が必要となり、回路規模がより増大する
欠点があった。
As is clear from the figure, in this case, a correction circuit is further required for the sign, which has the disadvantage of further increasing the circuit scale.

また、符号付きの乗算を簡略化する方法として、ブース
のアルゴリズムがある。このアルゴリズムを使用すれば
、部分積の生成が簡単になり、2の補数形式の乗算を補
正なしに実行できる。第3図は、2次のブースのアルゴ
リズムを示し、同図中8は符号ビットを表している。
Additionally, Booth's algorithm is a method for simplifying signed multiplication. This algorithm simplifies the generation of partial products and allows two's complement multiplication to be performed without correction. FIG. 3 shows the second-order Booth algorithm, in which 8 represents a sign bit.

しかし、このようなブースのアルゴリズムを使用する組
み合わせ回路方式の乗算器においても、乗算の桁数が多
くなると、やけυ部分積の段数が多くなり、回路規模が
増大する欠点があった。
However, even in combinational circuit type multipliers using Booth's algorithm, as the number of digits in multiplication increases, the number of stages of partial products increases, resulting in an increase in circuit scale.

本発明は、前記従来のべ点を解消するべくなされたもの
で、演算速度を遅くすることなく、回路規模を小さくす
ることができる並列乗算器を提供することを目的とする
The present invention has been made in order to eliminate the drawbacks of the conventional art, and it is an object of the present invention to provide a parallel multiplier that can reduce the circuit scale without slowing down the calculation speed.

本発明による並列乗算器は、乗数をN分割しくNは2以
上の自然数)、とのN分割された乗数の各分割部分を順
次、被乗数に乗じ、これによって得られる各積を加算す
ることにより、被乗数と乗数との積を求めるものである
The parallel multiplier according to the present invention divides the multiplier into N (where N is a natural number of 2 or more), and sequentially multiplies the multiplicand by each divided part of the N-divided multiplier, and adds the resulting products. , which calculates the product of the multiplicand and the multiplier.

以下本発明を図面に示す実施例に基づいて詳細に説明す
る。
The present invention will be described in detail below based on embodiments shown in the drawings.

第4図は本発明の1実施例における乗算のアルゴリズム
を示す。この図において、Xは被乗数(12ビツトの2
進数)、Yは乗数(16ビツトの2進数)のビット配列
を示し、左側が上位桁、右側が下位桁となっている。ま
た、1は小数点の位置を示す。
FIG. 4 shows a multiplication algorithm in one embodiment of the invention. In this figure, X is the multiplicand (12 bits of 2
Y indicates the bit array of the multiplier (16-bit binary number), with the upper digits on the left and the lower digits on the right. Further, 1 indicates the position of the decimal point.

本実施例では、乗数Yを、上位Yuと下位Ylとに2分
割し、それぞれ別のクロック・サイクルで被乗数Xに乗
じる。ここで、乗数下位Ylは乗数Yのy6〜yOQ、
、、、7ビツトと最上位のOとの8ビツトからなる一方
、乗数上位Yuは乗数Yの”14〜y7の8ビツトから
なる。
In this embodiment, the multiplier Y is divided into two into an upper Yu and a lower Yl, and the multiplicand X is multiplied by each in a different clock cycle. Here, the lower multiplier Yl is y6 to yOQ of the multiplier Y,
, , consists of 8 bits of 7 bits and the most significant O, while the upper multiplier Yu consists of 8 bits of the multiplier Y from ``14'' to y7.

X 、 Y7は被乗数Xと乗数下位Ylとの積(以下、
下位部分積と言う)であり、z18が符号ビットに相当
し、z25〜z19にはz18と同じデータが埋められ
る。
X, Y7 is the product of the multiplicand X and the lower multiplier Yl (hereinafter,
z18 corresponds to the sign bit, and z25 to z19 are filled with the same data as z18.

X a Yuは被乗数Xと乗数上位Yuとの積(以下、
上位部分積と言う)であり、z24と225は符号ビッ
トである。また、Zs〜z0には0が埋められる。
X a Yu is the product of the multiplicand X and the upper multiplier Yu (hereinafter,
z24 and 225 are sign bits. Further, Zs to z0 are filled with 0.

そして、前記下位部分積X、Ylと上位部分積X−Yu
とを加算することによシ、被乗数又と乗数Y全体との、
積2を得る。
Then, the lower partial products X, Yl and the upper partial product X−Yu
By adding, the multiplicand and the entire multiplier Y,
Get the product 2.

第6図は前記実施例による並列乗算器の回路構成図、第
6図は同乗算器における信号波形図を示す。
FIG. 6 is a circuit diagram of the parallel multiplier according to the embodiment, and FIG. 6 is a signal waveform diagram in the multiplier.

第6図において、2は被乗数Xを保持する被乗数レジス
タ、3は乗数Yを保持する乗数レジスタ、4は乗数レジ
スタ3の上位と下位とを選択する乗数上位下位切替回路
である。6は被乗数レジスタ2の出力Iに乗数上位切替
回路4の出力qを乗じる並列乗算器でアリ、この乗算器
6は前記従来のブースのアルゴリズムによるもの等で構
成される。26は乗算器6の出力のビットシフトを行な
う乗算器出力切替回路、7はアキュムレータ、8はアキ
ュムレータ7の出力mおよび任意数Kを入力し、これら
の2つの入力のうちの一方を選択して出力するアキュム
レータ入力制御回路である。
In FIG. 6, 2 is a multiplicand register that holds the multiplicand X, 3 is a multiplier register that holds the multiplier Y, and 4 is a multiplier upper/lower switching circuit that selects the upper and lower parts of the multiplier register 3. Reference numeral 6 denotes a parallel multiplier that multiplies the output I of the multiplicand register 2 by the output q of the multiplier upper switching circuit 4. This multiplier 6 is constructed by the conventional Booth algorithm or the like. 26 is a multiplier output switching circuit for bit-shifting the output of the multiplier 6, 7 is an accumulator, and 8 is a circuit for inputting the output m of the accumulator 7 and an arbitrary number K, and selecting one of these two inputs. This is an accumulator input control circuit that outputs.

9は乗算器出力切替回路6の、出力jとアキュムレータ
入力制御回路8の出力にとを加算し、前記アキュムレー
タ7に出力する加算器、10はアキュムレータ7の出力
mから、被乗数Xと乗数Yとの積を選択して蓄えるアキ
ュムレータ出力回路である。
9 is an adder that adds the output j of the multiplier output switching circuit 6 and the output of the accumulator input control circuit 8, and outputs it to the accumulator 7; 10, from the output m of the accumulator 7, adds the multiplicand X and the multiplier Y; This is an accumulator output circuit that selects and stores the product of .

次に、この乗算器の動作を第6図の信号波形図とともに
説明する。
Next, the operation of this multiplier will be explained with reference to the signal waveform diagram in FIG.

被乗数Xは、システム・クロックaの2倍の周期を有す
る被乗数ラッチクロックCの立ち上がりで、被乗数レジ
スタ2に保持される。また、乗数Yは、やはシ、システ
ム−クロックaの2倍の周・期を有する乗数ラッチクロ
ックdの立ち上がシで、乗数レジスタ3に保持される(
なお、第6図中のXl、X2.X3.Yl、Y2.Y3
は、連続的に乗算を行われるそれぞれ異なる被乗数、乗
数を示している)。
The multiplicand X is held in the multiplicand register 2 at the rising edge of the multiplicand latch clock C, which has a period twice that of the system clock a. Also, the multiplier Y is held in the multiplier register 3 at the rising edge of the multiplier latch clock d, which has a cycle and period twice that of the system clock a.
Note that Xl, X2. X3. Yl, Y2. Y3
(indicates different multiplicands and multipliers that are successively multiplied).

乗数上位下位切替回路4は、上位下位切替信号eがロウ
レベル(以下、L″と略記する)のときは、乗数レジス
タ3から出力さ軌る乗数Yのうち、下位Ylを、また上
位下位切替信号eがハイレベル(以下゛H″と略記する
)のときは、乗数レジスタ3から出力される乗数Yのう
ち、上位Yuをそれぞれ選択し、乗算器6へ出力する。
When the upper/lower switching signal e is at a low level (hereinafter abbreviated as L''), the multiplier upper/lower switching circuit 4 switches the lower Yl of the multiplier Y output from the multiplier register 3 to the upper/lower switching signal. When e is at a high level (hereinafter abbreviated as "H"), the higher order Yu of the multipliers Y output from the multiplier register 3 is selected and output to the multiplier 6.

hはこの上位下位切替回路4の出力を示す。h indicates the output of this upper/lower switching circuit 4.

乗算器6は、システム・クロックaによって、被乗数レ
ジスタ2から出力される被乗数x、12ビットと、乗数
上位下位切替回路4から交互に出力される乗数下位Yl
、乗数上位Yu、それぞれ8ビツトとの乗算を行なう。
The multiplier 6 receives the 12-bit multiplicand x output from the multiplicand register 2 and the lower multiplier Yl alternately output from the multiplier upper/lower switching circuit 4 in response to the system clock a.
, the upper multiplier Yu, each of which is multiplied by 8 bits.

そして、これにより得られる下位部分積X 、 YlO
方は、システム・クロックaの第1サイクルで乗算器6
の出力ヒに現れ、上位部分積X−Yuの方は、システム
・クロックaの第2サイクルで乗算器6の出力りに現れ
る。
Then, the lower partial products obtained from this are X, YlO
In the first cycle of system clock a, multiplier 6
The upper partial product X-Yu appears at the output of the multiplier 6 in the second cycle of the system clock a.

ここで、乗算器5自体は、被乗数Xと乗数下位Ylとの
乗算か、被乗数Xと乗数上位Yuとの乗算かを区別でき
ないので、乗算器出力切替回路6は、前記上位下位切替
信号eによって乗算器6の出力りのビットシフトを行々
う。すなわち、乗算器5の出力りは19ピツト長で得ら
れるが、下位部分積X・’Ylの場合は、前記第4図の
ように符号ビットを7ビツト分上位へ拡張する。また、
上位部分積X−Yuの場合は、乗算器6の出力りの19
ビツトを左詰めにする。
Here, since the multiplier 5 itself cannot distinguish between the multiplication of the multiplicand X and the lower multiplier Yl, or the multiplication of the multiplicand X and the upper multiplier Yu, the multiplier output switching circuit 6 uses the upper and lower switching signal e to Let's perform a bit shift on the output of the multiplier 6. That is, the output of the multiplier 5 is obtained with a length of 19 pits, but in the case of the lower partial product X·'Yl, the sign bit is extended upward by 7 bits as shown in FIG. Also,
In the case of the upper partial product X-Yu, the output of multiplier 6 is 19
Align the bits to the left.

以上の操作により、下位部分積X、Ylおよび上位部分
積XeYuは、それぞれ26ビツト長として、乗算器出
力切替回路6から出力される。jはこの乗算器出力切替
回路6の出力を示す。
Through the above operations, the lower partial products X, Yl and the upper partial products XeYu are outputted from the multiplier output switching circuit 6 as each having a length of 26 bits. j indicates the output of this multiplier output switching circuit 6.

一方、アキュムレータ入力制御回路8の出力には、シス
テム・クロックaの第1サイクルでは、アキュムレータ
入力クリア信号rにより、″0”に設定される。したが
って、システム・クロックaの第1サイクルでは、加算
器9からは、そのへ入力端子に入力する下位部分積−X
 7 Yl!  がそのまま出力される(tは加算器9
の出力を示す)。そして、この下位部分積X、Ytは、
システム・クロックaの第2サイクルの立ち上がりで、
アキュムレータ7に蓄えられる。
On the other hand, the output of the accumulator input control circuit 8 is set to "0" by the accumulator input clear signal r in the first cycle of the system clock a. Therefore, in the first cycle of the system clock a, the adder 9 outputs the lower partial product -X
7 Yl! is output as is (t is the adder 9
). And these lower partial products X, Yt are
At the rising edge of the second cycle of system clock a,
It is stored in the accumulator 7.

次に、−システム・クロックaの第2サイクルでは、ア
キュムレータ7から、前記下位部分積X・Ytがアキュ
ムレータ入力制御回路8を通して加算器9のB入力端子
に入力される。そして、このとき、加算器9のへ入力端
子には、乗算器出力切替回路6から上位部分積X−Yu
が入力される。
Next, in the second cycle of the system clock a, the lower partial product X·Yt is input from the accumulator 7 to the B input terminal of the adder 9 through the accumulator input control circuit 8. At this time, the input terminal of the adder 9 receives the upper partial product X-Yu from the multiplier output switching circuit 6.
is input.

この結果、システム・クロックaの第2サイクルでは、
加算器9から、被乗数Xと乗数Y全体との積が出力され
る。そして、この積はシステム・クロックaの次のサイ
クルの立ち上がりで、アキュムレータ7に蓄えられる。
As a result, in the second cycle of system clock a,
The adder 9 outputs the product of the multiplicand X and the entire multiplier Y. This product is then stored in the accumulator 7 at the rising edge of the next cycle of the system clock a.

したがって、アキュムレータ7からは下位部分積X、Y
tと、被乗数Xと乗数Y全体との積とが、システム・ク
ロックaの1クロツク毎に、交互に出力されることにな
るが、アキュムレータ出力回路10は、アキュムレータ
出力クロックnの立ち上がりで、アキュムレータフの出
力mを蓄えることにより、被乗数Xと乗数Y全体と9積
のみを蓄える。これゆえ、この乗算器では、システム・
クロックaの2クロツクで、アキュムレータ出力回路1
0の出力qから、被乗数Xと乗数Y全体との積を得るこ
とができる。
Therefore, from the accumulator 7, the lower partial products X, Y
t and the product of the multiplicand X and the entire multiplier Y are output alternately every clock of the system clock a. By storing the output m of F, only the multiplicand X, the entire multiplier Y, and the 9 products are stored. Therefore, in this multiplier, the system
Accumulator output circuit 1 with two clocks of clock a
From the output q of 0, we can obtain the product of the multiplicand X and the entire multiplier Y.

なお、本実施例では、単なる乗算のみならず、(被乗数
x×乗数Y十任意数K)の演算をも行うことができる。
In addition, in this embodiment, not only simple multiplication but also the calculation of (multiplicand x x multiplier Y 10 arbitrary number K) can be performed.

すなわち、アキュムレータ入力制御回路8は、アキュム
レータ入力制御信号、tが“H″のときは、アキュムレ
ータ7の出力を選択せず、任意数にの入力の方を選択す
る。このようにして、システム・クロックaの第1サイ
クルにおいて、アキュムレータ入力制御回路8から加算
器7のB入力端子に、前記0の代わりに任意数Kを入力
すれば、(被乗数x×乗数Y十任意数K)の演算を行う
ことができる。
That is, when the accumulator input control signal t is "H", the accumulator input control circuit 8 does not select the output of the accumulator 7, but selects an arbitrary number of inputs. In this way, if an arbitrary number K is input from the accumulator input control circuit 8 to the B input terminal of the adder 7 instead of 0 in the first cycle of the system clock a, (multiplicand x x multiplier Y An arbitrary number K) of operations can be performed.

また、乗算器出力切替回路6の出力は、乗算器出力クリ
ア信号Uがオンされることによりクリアされる。そして
、乗算器出力クリア信号Uがオンされると、アキ−ムレ
−タフの内容は保存される。
Further, the output of the multiplier output switching circuit 6 is cleared by turning on the multiplier output clear signal U. Then, when the multiplier output clear signal U is turned on, the contents of the achievable data are saved.

前記第3図のブースのアルゴリズムを用いる従来の乗算
器で、被乗数12ビツト、乗数16ビツトの乗算を行う
場合には、部分積を生成する回路の段数が7段になるが
、本実施例では、乗数Yを7ビツトと8ビツトに2分割
するので、部分積を生成する回路は4段ですむ。
When a conventional multiplier using the Booth algorithm shown in FIG. 3 multiplies a 12-bit multiplicand and a 16-bit multiplier, the number of stages of the partial product generating circuit is seven, but in this embodiment, , the multiplier Y is divided into two into 7 bits and 8 bits, so the circuit for generating partial products only needs to have four stages.

また、上位部分積と下位部分積とを加算するための加算
器9は、アキュムレータ7に備えられている加算器と兼
用できるので、従来より増加する回路は乗数上位下位切
替回路4、乗算器出力切替回路6、アキュムレータ入力
制御回路8等のみで、はとんど無視できる規模である。
Furthermore, since the adder 9 for adding the upper partial product and the lower partial product can be used as the adder provided in the accumulator 7, the additional circuits compared to the conventional ones are the multiplier upper/lower switching circuit 4, the multiplier output With only the switching circuit 6, accumulator input control circuit 8, etc., the scale is almost negligible.

したがって、全体として、従来の乗算器の約半分の回路
規模とすることができる。
Therefore, the overall circuit size can be about half that of a conventional multiplier.

また、信号伝搬遅延時間も、はぼ回路数に比例して減少
し、従来のほぼ半分とすることができる。
Further, the signal propagation delay time is also reduced in proportion to the number of circuits, and can be reduced to approximately half of the conventional one.

そして、本実施例では、1回の乗算を行うのに、従来の
2倍のクロック・サイクルが必要になるが、前記のよう
に信号伝搬遅延時間が従来のほぼ半分になることから、
クロック周波数を従来の2倍に上げることが可能になる
ので、実際の演算時間は従来のものと変らないようにす
ることができる。
In this embodiment, twice as many clock cycles as in the conventional method are required to perform one multiplication, but as mentioned above, the signal propagation delay time is approximately half that of the conventional method.
Since it is possible to increase the clock frequency to twice that of the conventional method, the actual calculation time can be kept the same as that of the conventional method.

なお、前記実施例では、乗数を2分割して被乗数にそれ
ぞれ順次乗算しているが、一般に、乗数をN分割して、
それぞれ被乗数に順次乗算し、これによって得られる6
積を累積加算する構成としてもよいことは言うまでもな
い。
In the above embodiment, the multiplier is divided into two and each multiplicand is sequentially multiplied, but in general, the multiplier is divided into N,
Multiply each multiplicand in turn and obtain 6
It goes without saying that a configuration in which products are cumulatively added may also be used.

以上のように本発明によれば、演算時間を遅くすること
なく、従来の乗算器より回路規模を大幅に縮少すること
ができ、LSI化に好適であるという優れた効果を得ら
れる。
As described above, according to the present invention, the circuit scale can be significantly reduced compared to conventional multipliers without slowing down the calculation time, and the excellent effect of being suitable for LSI implementation can be obtained.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は従来の符号なしの場合の組み合わせ回路方式の
乗算器のアルゴリズムを示す図、第2図は従来の符号が
ある場合の組み合わせ回路方式の乗算器のアルゴリズム
を示す図、第3図は従来の2次のブースのアルゴリズム
を示す図、第4図は本発明の一実施例による並列乗算器
における乗算のアルゴリズムを示す図、第6図は前記実
施例による並列乗算器を示すブロック図、第6図は前記
実施例による並列乗算器における信号波形図である。 4・・・・・・乗数上位下位切替回路、6・・・・・・
乗算器、6・・・・・・乗算器出力切替回路、7・・・
1・・・アキュムレータ、9・・・・・・加算器。 代理人の氏名 弁理士 中 尾 敏 男 ほか1名第1
図 ハ ヱ3 χ! 叉f−−−職皇歓X 第2図 り勾Zt ’fニーt−X メsip 714ft ”J−sfJt :AtpLa
13χs13 Ztds 1t1Bχ$ 14s lt
p ヱS p6 pCp6 P4 Ps Pt Pt第3図 X4 1−g  ’Le  l−1−−−−X×)す4
ソs ’it %t−’1’ 3154St P4’ Ps’ Pg’ pt’+)S
2ンP5″シP/ Fs Pg Ps F’4 h h Pt第4図 γl      口]江正冒Σ回 X−Ylt岬j   rtlt+ *  Me J  
t t 。
Figure 1 is a diagram showing the algorithm of a conventional combinational circuit type multiplier without a code, Figure 2 is a diagram showing the algorithm of a combinational circuit type multiplier with a conventional code, and Figure 3 is a diagram showing the algorithm of a combinational circuit type multiplier in the case of a conventional unsigned case. FIG. 4 is a diagram showing a multiplication algorithm in a parallel multiplier according to an embodiment of the present invention; FIG. 6 is a block diagram showing a parallel multiplier according to the embodiment; FIG. 6 is a signal waveform diagram in the parallel multiplier according to the embodiment. 4... Multiplier upper/lower switching circuit, 6...
Multiplier, 6... Multiplier output switching circuit, 7...
1...Accumulator, 9...Adder. Name of agent: Patent attorney Toshio Nakao and 1 other person No. 1
Figure 3 χ!叉f---J-sfJt: AtpLa
13χs13 Ztds 1t1Bχ$ 14s lt
p ヱS p6 pCp6 P4 Ps Pt PtFigure 3X4 1-g 'Le l-1---X×)su4
Sos 'it %t-'1' 3154St P4'Ps'Pg'pt'+)S
2in P5''shi P/ Fs Pg Ps F'4 h h PtFigure 4 γl Mouth] Jiang Zheng Adventure Σ times
t t.

Claims (1)

【特許請求の範囲】[Claims] 乗算をN分割する手段と(Nは2以上の自然数)、前記
N分割された乗数の各分割部分を順次、被乗数に乗じる
並列乗算器と、この乗算器から順次出力される前記被乗
数と前記乗数の各分割部分との積を、それぞれ前記各分
割部分の桁位置に応じたビット数、シフトするシフト手
段と、このシフト手段によりシフトされた前記積を累積
加算する累算器とを有する並列乗算器。
means for dividing a multiplication into N (N is a natural number of 2 or more); a parallel multiplier for sequentially multiplying a multiplicand by each divided part of the N-divided multiplier; and the multiplicand and the multiplier sequentially output from the multiplier. A parallel multiplier comprising a shift means for shifting the product with each divided portion by a number of bits corresponding to the digit position of each divided portion, and an accumulator for cumulatively adding the products shifted by the shifting means. vessel.
JP57017902A 1982-02-05 1982-02-05 Parallel multiplier Pending JPS58137045A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57017902A JPS58137045A (en) 1982-02-05 1982-02-05 Parallel multiplier

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57017902A JPS58137045A (en) 1982-02-05 1982-02-05 Parallel multiplier

Publications (1)

Publication Number Publication Date
JPS58137045A true JPS58137045A (en) 1983-08-15

Family

ID=11956669

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57017902A Pending JPS58137045A (en) 1982-02-05 1982-02-05 Parallel multiplier

Country Status (1)

Country Link
JP (1) JPS58137045A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6083140A (en) * 1983-10-14 1985-05-11 Hitachi Ltd Multiplication system
JPS62147526A (en) * 1985-12-23 1987-07-01 Nec Corp Multiplier
JPS62236029A (en) * 1986-04-08 1987-10-16 Nec Corp Multiplication circuit
JPS62236030A (en) * 1986-04-08 1987-10-16 Nec Corp Multiplication circuit
EP0255285A2 (en) * 1986-07-30 1988-02-03 Advanced Micro Devices, Inc. Word-sliced signal processors
US4754421A (en) * 1985-09-06 1988-06-28 Texas Instruments Incorporated Multiple precision multiplication device
JPS6423614A (en) * 1987-07-17 1989-01-26 Sanyo Electric Co Method for constituting low-band digital filter
JPH04140827A (en) * 1990-10-02 1992-05-14 Fujitsu Ten Ltd Arithmetic method for floating point display data

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5386539A (en) * 1977-01-10 1978-07-31 Hitachi Ltd Arithmetic unit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5386539A (en) * 1977-01-10 1978-07-31 Hitachi Ltd Arithmetic unit

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6083140A (en) * 1983-10-14 1985-05-11 Hitachi Ltd Multiplication system
US4754421A (en) * 1985-09-06 1988-06-28 Texas Instruments Incorporated Multiple precision multiplication device
JPS62147526A (en) * 1985-12-23 1987-07-01 Nec Corp Multiplier
JPS62236029A (en) * 1986-04-08 1987-10-16 Nec Corp Multiplication circuit
JPS62236030A (en) * 1986-04-08 1987-10-16 Nec Corp Multiplication circuit
EP0255285A2 (en) * 1986-07-30 1988-02-03 Advanced Micro Devices, Inc. Word-sliced signal processors
JPS6423614A (en) * 1987-07-17 1989-01-26 Sanyo Electric Co Method for constituting low-band digital filter
JPH04140827A (en) * 1990-10-02 1992-05-14 Fujitsu Ten Ltd Arithmetic method for floating point display data

Similar Documents

Publication Publication Date Title
JPS588009B2 (en) digital multiplier
JP3276444B2 (en) Division circuit
JPS595350A (en) Combined multiplier
JPS58137045A (en) Parallel multiplier
JPH08221256A (en) Multiplier and product-sum arithmetic unit
JP3660075B2 (en) Dividing device
JPH076024A (en) Decimal number multiplier
JPS6226723B2 (en)
JP3190826B2 (en) Product-sum operation unit
JPH0869372A (en) Binary multiplier
JP2991788B2 (en) Decoder
JPH0368415B2 (en)
JP2777265B2 (en) High radix square root arithmetic unit
JPS6259828B2 (en)
JP3106767B2 (en) Multiplication method and multiplication circuit
JP3288273B2 (en) Divider circuit and partial divider used therefor
JPH10333885A (en) Multiplying circuit
JPH11134174A (en) Arithmetic circuit
JPH10254680A (en) Square circuit
JPH06161714A (en) Multiplying and dividing circuit
JPH1049347A (en) Multiplicator
JPH09167082A (en) Multiplication device
JPS6224365A (en) Product sum arithmetic unit
JPH0253819B2 (en)
JPH07114454A (en) Multiplication circuit and multiplication method