JPH04195423A - Multiplier - Google Patents

Multiplier

Info

Publication number
JPH04195423A
JPH04195423A JP2322801A JP32280190A JPH04195423A JP H04195423 A JPH04195423 A JP H04195423A JP 2322801 A JP2322801 A JP 2322801A JP 32280190 A JP32280190 A JP 32280190A JP H04195423 A JPH04195423 A JP H04195423A
Authority
JP
Japan
Prior art keywords
bit
multiplier
data
adder
multiplicand
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
JP2322801A
Other languages
Japanese (ja)
Inventor
Shinichi Obata
信一 小畑
Yuji Hatanaka
裕治 畑中
Masafumi Nakamura
雅文 中村
Toshifumi Takeuchi
敏文 竹内
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2322801A priority Critical patent/JPH04195423A/en
Publication of JPH04195423A publication Critical patent/JPH04195423A/en
Pending legal-status Critical Current

Links

Landscapes

  • Control Of Amplification And Gain Control (AREA)

Abstract

PURPOSE:To speed up multiplying with an easy operation of only bit shift in a small-scale circuit by converting serial multiplicand data to parallel data and obtaining the product between this data and values in respective digits of parallel multiplier data and counting the number of products '1' and supplying the counted value to an adder and a latch. CONSTITUTION:Serial multiplicand data is converted to parallel data by a shift register 3. A gate group 6 outputs AND between parallel multiplier data and the parallel output of the shift register 3, and a counter 7 obtains a partial sum of multiplication based on the sum of outputs of this gate group. The value of 1/2 of the partial sum before one-bit shift and the present partial sum are added by an adder 8, and the least significant bit is outputted, and the other bits are stored in a storage circuit 9. This operation is continued until the most significant bit of multiplicand data passes the shift register, and thereby, the multiplication result synchronized with bit shift of multiplicand data is outputted with the least significant bit as the first bit. Thus, the operation is quickly performed in the small scale.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はシリアル入力、シリアル出力型の2進数の乗算
器に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a serial input/serial output type binary multiplier.

[従来の技術] 従来の乗算器は、詳解ディジタルIC回路(下)のP3
04〜P311に記載のように、■被乗数Xを乗数Yと
同じ数だけ加算する方法、■被乗数Xと乗数Yの各桁と
の積を順次シフトさせ加算する方法、■演算の全部を組
合せ回路で実現する方法が知られている。第2図は■の
方法に基づいた乗算装置の実例で、被乗数Xも乗数Yも
8桁の場合であり、被乗数用レジスタ13、乗数用レジ
スタ14、アキュムレータ12、加算回路15、AND
ゲートA、B、Cを備えている。第2図を用いて、従来
の乗算器の動作について説明する。最初、乗数用レジス
タ14は乗数Yを記憶しており、アキュムレータ12は
Oに設定されている。まず乗数Yを記憶する乗数用レジ
スタ14の右端からの出力が1のときは、被乗数用レジ
スタ13の各ビットは順次ゲートAを通って加算回路1
5に入り、同時にアキュムレータ12内の演算途中の和
に相当する各ビットもゲー1− Bを通じて加算回路1
5に入る。新たな演算途中の和は、加算回路15の出ノ
Jからアキュムレータ12中に演算期間中に同時に記憶
される。
[Prior art] A conventional multiplier is P3 of a detailed digital IC circuit (bottom).
As described in pages 04 to 311, ■ a method of adding the same number of multiplicands as the multiplicand Y, ■ a method of sequentially shifting and adding the products of the multiplicand There are known ways to achieve this. FIG. 2 is an actual example of a multiplication device based on the method (■), in which both the multiplicand X and the multiplier Y are 8 digits.
It is equipped with gates A, B, and C. The operation of a conventional multiplier will be explained with reference to FIG. Initially, the multiplier register 14 stores the multiplier Y, and the accumulator 12 is set to O. First, when the output from the right end of the multiplier register 14 that stores the multiplier Y is 1, each bit of the multiplicand register 13 is sequentially passed through the gate A to the adder circuit 1.
At the same time, each bit in the accumulator 12 corresponding to the sum in the middle of the calculation is also added to the adder circuit 1 through the gate 1-B.
Enter 5. The new sum in the middle of the calculation is simultaneously stored from the output J of the adder circuit 15 into the accumulator 12 during the calculation period.

被乗数用レジスタ13内のXの内容8ビツトが全て加算
回路15に加わってしまい、乗数Yの1桁分の乗算が終
了すると、ゲートCが制御されアキュムレータ12の内
容は1ビツトだけ乗数用レジスタ14内にシフトするよ
うになる。乗数用レジスタ14の右端からの出力が0の
ときはゲートAは導通せず、被乗算用レジスタ13の内
容は加算回路15に加わらない。このようにして乗数用
レジスタ14の内容全部について加算が終了すると前演
算は終了したことになり、アキュムレータ12と乗数用
レジスタ14の中に求まった積が記憶されることになる
All 8 bits of the contents of begins to shift inward. When the output from the right end of the multiplier register 14 is 0, the gate A is not conductive, and the contents of the multiplicand register 13 are not added to the adder circuit 15. When the addition of all the contents of the multiplier register 14 is completed in this way, the pre-calculation is completed, and the product obtained is stored in the accumulator 12 and the multiplier register 14.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上記従来技術は、■及び■の方法は動作スピードが遅く
、■の方法は規模が大きいため、特にディジタルオーデ
ィオにおけるフェード処理やミュート処理には使いにく
いという問題があった。
The above-mentioned conventional techniques have the problem that methods (1) and (2) are slow in operation, and method (2) is large in scale, making them difficult to use, especially for fade processing and muting processing in digital audio.

本発明は、小規模で高速動作が可能な乗算方法を確立す
ることを目的としており、さらにその方法に応じた乗算
装置を提供することを目的とする。
The present invention aims to establish a multiplication method that is small-scale and capable of high-speed operation, and further aims to provide a multiplication device according to the method.

〔課題を解決するための手段] 」−記口的を達成するためにシリアル被乗数データをパ
ラレルデータに変換するシフトレジスタ、パラレル乗数
データの各桁とシフトレジスタの各ピッ)・との積を求
めるゲート群、ゲート群の出力により積が1になったも
のの数を数える計数器、計数器からの出力を加算してい
く加算器及びラッチによって回路を構成したものである
[Means for solving the problem] - A shift register that converts serial multiplicand data into parallel data in order to achieve a written record, and calculates the product of each digit of the parallel multiplier data and each pip of the shift register. The circuit is composed of a gate group, a counter that counts the number of items whose product becomes 1 due to the outputs of the gate group, an adder that adds up the outputs from the counter, and a latch.

[作用] シフトレジスタを最初Oにクリアしておき、シリアル被
乗数データを最下位ビットを先頭にしてlビットずつ入
力しパラレルデータに変換する。
[Operation] The shift register is first cleared to O, and the serial multiplicand data is input l bit by bit starting from the least significant bit and converted into parallel data.

ゲート群は、パラレル乗数データとシフトレジスタのパ
ラレル出力との論理積を出力する。計数器はこのゲート
群の出力の和を求める。この計数値は乗算における部分
和となる。加算器により、1ビツトシフト前における部
分和の1/2の値と、現在の部分和とを加算し、その最
下位ビットを出力し、それ以外のビットを記憶回路に記
憶しておく。この記憶回路に記憶された値は部分和の桁
上かりに相当し、次の1ビットシフト後の部分和との加
算に備える。
The gate group outputs the AND of the parallel multiplier data and the parallel output of the shift register. The counter calculates the sum of the outputs of this group of gates. This count value becomes a partial sum in multiplication. The adder adds 1/2 of the partial sum before the 1-bit shift and the current partial sum, outputs the least significant bit, and stores the other bits in the storage circuit. The value stored in this storage circuit corresponds to the carry over of the partial sum, and is ready for addition with the partial sum after the next 1-bit shift.

以]二の操作を被乗数データの最」二位ビットがシフト
レジスタを通過するまで続けることにより、被乗数デー
タのビットシフトに同期した乗数結果か最下位ビットを
先頭にして出力される。
By continuing the above two operations until the second most significant bit of the multiplicand data passes through the shift register, a multiplier result synchronized with the bit shift of the multiplicand data is output with the least significant bit at the beginning.

[実施例] 以下、本発明の一実施例を第1図により説明する。第1
図はMビットの被乗数2とNビットの乗数5との乗算の
結果10を求める乗算装置の一例でNビットシフトレジ
スタ3、ゲート群6、計数器7、Kビット加算器8及び
(K−])ピットラッチ9、被乗数入力端子1、乗数人
ツノ端子4、乗算器出力端子11とから構成されている
。ここでMは2以上、Nは3以上の整数であり、Kはl
og。
[Example] Hereinafter, an example of the present invention will be described with reference to FIG. 1st
The figure shows an example of a multiplication device that multiplies an M-bit multiplicand 2 and an N-bit multiplier 5 to obtain a result 10, including an N-bit shift register 3, a gate group 6, a counter 7, a K-bit adder 8, and (K-) ) It consists of a pit latch 9, a multiplicand input terminal 1, a multiplier horn terminal 4, and a multiplier output terminal 11. Here, M is an integer of 2 or more, N is an integer of 3 or more, and K is l
og.

N<K<Nを満たす自然数である。It is a natural number satisfying N<K<N.

以下、第1図を用いて本乗算器の動作を説明する。まず
、シフトレジスタ3、ラッチ9をクリアする。Mビット
の被乗数2は入ツノ端子lから、l73B先頭のシリア
ルデータとしてNビットシフトレジスタ3に入力される
。シフトレジスタ3のN個のパラレル出力とパラレルデ
ータであるNビットの乗数5との各ピッ]・の積がゲー
ト群6によってN個畠力される。なおシフトレジスタ3
のパラレル出ツノとパラレル乗数データ5とは、最初に
被乗数2のL S Bと乗数5のLSBとの積が得られ
る向きに組み合わせがなされている。ゲート群6のN本
の出力のうちlであるものの数を計数器7が出力し、K
ビット加算器8に送られ最初は、シフトレジスタ3とラ
ッチ9がクリアされているためLSBはそのまま(M十
N)ビット演算結果シリアルデータ10として乗算器出
力端子11に出力され他の(K−])ビットは(K−1
)ビットラッチ9に送られる。次に被乗数の2ビツト目
がシフトレジスタ3に入力され、上記と同様の動作で1
の数が加算器8に入力される。一方ラッチ9から前回の
桁上がりも加算器8に入力され、今回の1の数と前回の
1の数の桁上がりの分との加算が行われ、その結果のL
SBは演算結果10の2ビツト目として出力され、他の
(K−]、)ビピッはラッチ9に送られる。以上の動作
を被乗数2のMSBがシフトレジスタ3を通過するまで
繰り返し行う。その結果乗算器出力端子7に(M十N)
ビットのLSB先頭のシリアルデータ10として乗算結
果が出力されたことになる。
The operation of this multiplier will be explained below with reference to FIG. First, shift register 3 and latch 9 are cleared. The M-bit multiplicand 2 is input from the input terminal 1 to the N-bit shift register 3 as serial data at the head of 173B. The gate group 6 outputs N products of the N parallel outputs of the shift register 3 and the N-bit multiplier 5, which is parallel data. Furthermore, shift register 3
The parallel output horns and the parallel multiplier data 5 are first combined in such a direction that the product of the LSB of the multiplicand 2 and the LSB of the multiplier 5 is obtained. Counter 7 outputs the number of N outputs of gate group 6 that are l, and K
Initially, the LSB is sent to the bit adder 8, and since the shift register 3 and latch 9 are cleared, the LSB is output as it is (M+N) bit operation result serial data 10 to the multiplier output terminal 11, and the other (K- ]) bit is (K-1
) is sent to bit latch 9. Next, the 2nd bit of the multiplicand is input to the shift register 3, and the 2nd bit of the multiplicand is
is input to the adder 8. On the other hand, the previous carry is also input from the latch 9 to the adder 8, and the current number of 1s is added to the carry of the previous number of 1s, and the resultant L
SB is output as the second bit of the operation result 10, and the other bits (K-], ) are sent to the latch 9. The above operation is repeated until the MSB of the multiplicand 2 passes through the shift register 3. As a result, the multiplier output terminal 7 (M1N)
This means that the multiplication result is output as serial data 10 starting with the LSB of the bit.

ここで第1図の回路で乗算が行えることを以下に説明す
る。被乗数をX M−I YM−2・・・・・・X、 
X、、乗数を、YN−I YN−2・・・・・・Y、Y
。と表現すると、筆算では第3図のように被乗数Xと乗
数Yのlピッ[・との積を順にシフトさせていき、縦に
全部を加算するという作業を行っている。一方、表1は
第1図の回路内のゲート群6の1ステツプごとの出力状
態を示したものである。これらを比較すると、第:3図
で縦に加算を行うことは表1で横に加算を行うことと同
じだということは明らがである。つまり、第1図の回路
では表1の横の加算を計数器7で行い桁」−げを加算器
8で行っている。従って第1図の回路で乗算が行えるこ
とになる。
The following describes how the circuit shown in FIG. 1 can perform multiplication. The multiplicand is X M-I YM-2...X,
X,, multiplier, YN-I YN-2...Y, Y
. Expressed as follows, in hand calculation, the product of the multiplicand X and the multiplier Y by 1 p[. On the other hand, Table 1 shows the output state of the gate group 6 in the circuit of FIG. 1 for each step. Comparing these, it is clear that performing vertical addition in Figure 3 is the same as performing horizontal addition in Table 1. That is, in the circuit of FIG. 1, the horizontal addition of Table 1 is performed by the counter 7, and the addition of digits is performed by the adder 8. Therefore, multiplication can be performed using the circuit shown in FIG.

ところで本発明を採用せずゲート群6及び計数器7を用
いない場合には、Kピッ]・加算器8、(K−1)ピッ
トラッチ9の代わりに、(M+N)ビット加算器及び、
(M十N)ピットラッチを採用することで乗算が可能で
ある。しかしこの場合、回路が大きくなり、高速加算器
が必要とされる。
By the way, if the present invention is not adopted and the gate group 6 and counter 7 are not used, an (M+N) bit adder and
Multiplication is possible by employing a (M+N) pit latch. However, in this case the circuit is large and a high speed adder is required.

本発明では加算器8のビット数にはlog、 N (K
を満たせば良いので、M、Nより小さくなり、回路が小
規模にできる。よって本発明によりtJz規模の回路で
ビットシフトの単純な操作で乗算が可能となる。
In the present invention, the number of bits of the adder 8 is log, N (K
Since it is sufficient to satisfy the following, it becomes smaller than M and N, and the circuit can be made small. Therefore, according to the present invention, multiplication can be performed using a simple bit shift operation in a tJz scale circuit.

表1 第4図は具体的に8ビツトの被乗数17と8ビツトの乗
数20との乗算結果である16ビツ[・データ25を出
力される乗算装置の一例であり、8ピツ)・シフトレジ
スタ18.ケート群21.計数3j422.4ビット加
算器23.:3ビツトラツチ24、被乗数入力端子16
.乗数入力端子+9.乗算器出力端子26によって構成
されている。同図中52は八N IT)回線である。
Table 1 Figure 4 shows an example of a multiplication device that outputs 16-bit data 25, which is the result of multiplying an 8-bit multiplicand 17 and an 8-bit multiplier 20, and a shift register 18. .. Kate group 21. Counter 3j422.4 bit adder 23. :3-bit latch 24, multiplicand input terminal 16
.. Multiplier input terminal +9. It is constituted by a multiplier output terminal 26. In the figure, 52 is an 8NIT) line.

ここで被乗数・8ビット、乗数:8ビツトの時について
の具体例を示す。第4図中のゲート群21の出ツノは表
2に示しである。最初はシフトレジスタ18の内容はO
に設定され、1ステツプ1」で被乗数17のLSBが入
力される。そのときのゲート群21の出力は表2の1ス
テツプロの通りになる。そして被乗数データが1ビツト
入力されること、あるいはシフトされるごとに、ゲート
群21の出力は順に次のステップに記されたものに変化
していく。第5図に示された筆算による乗算において、
桁の同じ縦の方向に加算するという作業は、表2にでは
、各ステップにおいての出力を加算するという作業に相
当する。従って、第4図の乗算器出力26には、L S
 B先頭シリアルデータとして乗算結果が出力される。
Here, a specific example will be shown when the multiplicand is 8 bits and the multiplier is 8 bits. The protrusions of the gate group 21 in FIG. 4 are shown in Table 2. Initially, the contents of shift register 18 are O
, and the LSB of the multiplicand 17 is input at 1 step 1. The output of the gate group 21 at that time is as shown in step 1 of Table 2. Each time one bit of the multiplicand data is input or shifted, the output of the gate group 21 sequentially changes to the one described in the next step. In the multiplication by hand calculation shown in Figure 5,
In Table 2, the operation of adding in the same vertical direction of the digits corresponds to the operation of adding the outputs at each step. Therefore, the multiplier output 26 in FIG.
The multiplication result is output as B first serial data.

なおここで加算器23が4ビツト、ラッチ24が3ビッ
トとしたのは、O〜8の数値を表現するには2進数で最
小4桁は必要であり、また最小の桁数を採用するのは、
回路を小規模化するためである。これを式で表すと、l
og、 8 (Kを満たす最小の自然数ということにな
る。
Note that the reason why the adder 23 is 4 bits and the latch 24 is 3 bits is because a minimum of 4 digits is required in binary to represent a value from O to 8, and the minimum number of digits is used. teeth,
This is to downsize the circuit. Expressing this as a formula, l
og, 8 (This is the smallest natural number that satisfies K.

表2 被乗数 10110101 乗数 1001.1011 第6rぶ1は16ビツト被乗数28と16ビツト乗数3
1との乗算を行う乗算装置の一例であり、16ビツトシ
フトレジスタ29、ゲート群32、計数’A:+:33
.5ピツ1〜加算器34.4ビツトラツチ35、被乗数
入力端子272乗数入力端子30、乗算器出力端子37
によって構成されている。ここで加算器34のビット数
である5は、log、 I (iくKを満たす最小の自
然数Kから決めている。16ビツトのLSB先頭シリア
ルデータである被乗数28は16ビツトのシフトレジス
タ29に入力され、その16本のパラレル出力と16ビ
ツトのパラレルデータである乗数31との各ビットごと
の積がゲート群32の出力に出る。その出力のうち、1
であるものの数を計数器33が5ビツトで出力し、それ
を加算器34がラッチ35から出力された前回の桁上が
りの4ビツトと加算し、結果のL S Bを乗算型出〕
〕端子37に、他の4ビツトをラッチ35に出力する。
Table 2 Multiplicand 10110101 Multiplier 1001.1011 The 6th r1 is a 16-bit multiplicand 28 and a 16-bit multiplier 3
This is an example of a multiplication device that performs multiplication by 1, and includes a 16-bit shift register 29, a gate group 32, and a count 'A:+:33.
.. 5 bits 1 to adder 34.4 bit latch 35, multiplicand input terminal 272 multiplier input terminal 30, multiplier output terminal 37
It is made up of. Here, the number of bits of the adder 34, 5, is determined from the smallest natural number K that satisfies log, I (i). The product of each bit of the 16 parallel outputs and the multiplier 31, which is 16-bit parallel data, is output from the gate group 32. Among the outputs, 1
The counter 33 outputs the number of 5 bits, the adder 34 adds it to the 4 bits of the previous carry output from the latch 35, and the resulting LSB is multiplied and output]
] The other 4 bits are output to the latch 35 at the terminal 37.

これが順次、繰り返されることによって、乗算器出力端
子37には、32ビツトの乗算結果がL S B先頭シ
リアルデータ36として出力される。ところで、】の数
の計数器としては、1.(OMによるものとゲートによ
るものとが考えられる。ゲートによるもので4本の入力
を備えた計数器の一例が第9図に示してあり、入力端子
53、出力端子55を備えている。なお同図中の54は
FORゲートである。この回路により、入力端子53に
入った信号のうち、1であるものの数が2進数3ビツト
で出力端子55に得られる。
By repeating this sequentially, a 32-bit multiplication result is outputted to the multiplier output terminal 37 as the LSB first serial data 36. By the way, as a counter for the number of ], 1. (There are two types of counters: one based on OM and one based on gates. An example of a counter based on gates and having four inputs is shown in FIG. 9, and is equipped with an input terminal 53 and an output terminal 55. Reference numeral 54 in the figure is a FOR gate.With this circuit, the number of 1s among the signals input to the input terminal 53 is obtained at the output terminal 55 as a 3-bit binary number.

第7図は、本発明をディジタルオーディオの信号処理回
路内に採用した一例であり、RAM38゜補間回路39
1乗算器、16.D/A変換器47゜乗数制御回路45
.Mute信号入力端子41゜ATT信号入力端子43
.アナログオーディオ出力端子49で構成され、乗算器
46は第3図の乗算器回路と同様のものである。
FIG. 7 shows an example in which the present invention is adopted in a digital audio signal processing circuit, in which a RAM 38° interpolation circuit 39
1 multiplier, 16. D/A converter 47° multiplier control circuit 45
.. Mute signal input terminal 41° ATT signal input terminal 43
.. It consists of an analog audio output terminal 49, and the multiplier 46 is similar to the multiplier circuit of FIG.

RAM38から出力されたディジタル音声データは補間
回路39で補間等の処理を受けた後、LSB先頭シリア
ルデータ40として乗算器46に入力する。一方、ミュ
ートやアッテネートの信号は端子41あるいは端子43
から乗数制御回路45に入力し、それらの処理に応じた
乗数(この第7図では仮に8ビツトの乗数について示し
ている)が乗算器46に入力される。乗算結果47はD
/Δ変換器48でアナログ信号49に変換されて出力端
子50に送られる。また乗算器46の内部では前述と同
様に、LSB先頭シリアルデータ40がシフトレジスタ
18に入力されそのパラレル出力とパラレル乗数20と
の論理積がゲート群21で求められる。そしてその結果
の1の数を計算器22が数値にし、その数値の加算を加
算器23及びラッチ24で行って、乗算結果47はL 
S I3先頭シリアルデータとして出力される。乗数2
0が8ビットであるから乗算結果47の下から9ビツト
目をL S Bとし、それ以上のビットをデータとして
採用すれば、1未満の乗数の乗算を行ったことになり、
フェード、ミュート、アッテネートと言った処理が可能
になる。
The digital audio data output from the RAM 38 is subjected to processing such as interpolation in an interpolation circuit 39, and then input to a multiplier 46 as LSB leading serial data 40. On the other hand, mute and attenuate signals are sent to terminal 41 or terminal 43.
are input to the multiplier control circuit 45, and a multiplier corresponding to these processes (an 8-bit multiplier is shown in FIG. 7) is input to the multiplier 46. The multiplication result 47 is D
/Δ converter 48 converts it into an analog signal 49 and sends it to output terminal 50. Also, inside the multiplier 46, the LSB leading serial data 40 is input to the shift register 18, and the logical product of the parallel output and the parallel multiplier 20 is obtained by the gate group 21, as described above. Then, the calculator 22 converts the resulting number of 1 into a numerical value, and the adder 23 and latch 24 add the numerical values, and the multiplication result 47 is L
Output as SI3 first serial data. multiplier 2
Since 0 is 8 bits, if the 9th bit from the bottom of the multiplication result 47 is set as LSB and the bits beyond that are used as data, multiplication by a multiplier less than 1 is performed.
Processing such as fade, mute, and attenuation is possible.

第8図は、フェード及びミュート処理によってオーディ
オ信号が変化する様子である。領域aで通常のデータで
あったオーディオ信号51は、領域すでフェードアラl
−、領域Cでミュート、領域dでフェードインの処理が
行われ、領域eで再び通常データに戻っている。
FIG. 8 shows how the audio signal changes due to fade and mute processing. The audio signal 51, which was normal data in area a, has already faded in area a.
-, mute processing is performed in area C, fade-in processing is performed in area d, and the data returns to normal data again in area e.

具体的に図には示していないが、被乗数としてディジタ
ルビデオ信号を入力させる場合も考えられる。この場合
、画面の輝度を上げるフェードアウト、画面の輝度を下
げるフェードアウト、ビンスポット、周辺輝度落としに
よるぼかし、単色化なとか、回路の構成によっては可能
になると考えられる一例である。
Although not specifically shown in the figure, it is also possible to input a digital video signal as the multiplicand. In this case, fade-outs that increase the brightness of the screen, fade-outs that lower the brightness of the screen, bin spots, blurring by lowering the peripheral brightness, and monochrome are some examples that may be possible depending on the circuit configuration.

[発明の効果] 本発明によれば、小規模の回路でビットシフトするだけ
の容易な操作で高速に乗算を行うことか可能となる。
[Effects of the Invention] According to the present invention, multiplication can be performed at high speed with a simple operation of bit shifting using a small-scale circuit.

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

第1図は本発明の乗算装置のブロック図、第2図は従来
の方法に基づいた乗算装置を示す図、第3図は、本発明
の乗算装置に行わせる乗算を筆算−1、゛ で行った場合の手順の図、第4図は8ビット×8ビット
の乗算を行う乗算装置のブロック図、第5図は8ビツト
×8ビツトの演算を筆算で行った場合の手順の図、第6
図は16ビツト×16ビツトの演算を行う乗算装置のブ
ロック図、第7図はディジタルオーディオの信号処理回
路に本発明を組み込んだ一例の図、第8図は、フェード
アウト、フェードイン処理によるアナログデータの変化
の様子を示した図、第9図はゲートにより構成された計
数器の一例の図である。 3・・・シフトレジスタ、6・・・ゲート群、7・・計
数器、8・・・加算器、9・・・ラッチ回路、1・・・
被乗数入力端子、4・・・乗数入力端子、11・・・乗
算器出力端子。
FIG. 1 is a block diagram of a multiplication device according to the present invention, FIG. 2 is a diagram showing a multiplication device based on a conventional method, and FIG. Figure 4 is a block diagram of a multiplication device that performs 8-bit x 8-bit multiplication. Figure 5 is a diagram of the procedure when 8-bit x 8-bit operations are performed by hand. 6
The figure is a block diagram of a multiplication device that performs 16-bit x 16-bit operations, Figure 7 is a diagram of an example of incorporating the present invention into a digital audio signal processing circuit, and Figure 8 is a diagram of analog data processed by fade-out and fade-in processing. FIG. 9 is a diagram showing an example of a counter composed of gates. 3...Shift register, 6...Gate group, 7...Counter, 8...Adder, 9...Latch circuit, 1...
Multiplicand input terminal, 4... Multiplier input terminal, 11... Multiplier output terminal.

Claims (4)

【特許請求の範囲】[Claims] 1.2進数表示である被乗数と2進数表示である乗数と
の乗算を行う乗算器であり上記被乗数データをシリアル
入力に受けるシフトレジスタと、上記シフトレジスタの
出力と上記乗数データとの論理積を出力するゲート群と
、上記ゲート群の出力の和を求める計数器と、上記計数
器の出力を一方の入力とする加算器と上記加算器の最下
位ビット以外を記憶し、記憶した値を上記加算器のもう
一方の入力とする記憶回路から成り、上記加算器の最下
位ビットから乗算結果をビットシリアルに出力すること
を特徴とする乗算器。
1. A shift register which is a multiplier that multiplies a multiplicand expressed in a binary number by a multiplier expressed in a binary number and which receives the multiplicand data as a serial input, and a logical product of the output of the shift register and the multiplier data. A group of gates to output, a counter that calculates the sum of the outputs of the gate group, an adder that takes the output of the counter as one input, and a memory of the adder other than the least significant bit, and the stored value is 1. A multiplier comprising a storage circuit which serves as the other input of an adder, and outputs a multiplication result bit-serially starting from the least significant bit of the adder.
2.請求項第1項において、Mビット(Mは自然数)の
被乗数とNビット(Nは自然数)の乗数との乗算を行う
乗算器で、上記被乗数データをシリアル入力に受けるN
ビットシフトレジスタ、上記シフトレジスタの出力と上
記Nビット乗数データとのN個の論理積を出力するゲー
ト群と、上記ゲート群の出力の和を求める計数器と、上
記計数器の出力を一方の入力とするKビット(Kはlo
g_2N<K<Nを満たす自然数)の加算器と、上記加
算器の最下位ビット以外を記憶し、記憶した値を上記加
算器のもう一方の入力とする(K−1)ビット記憶回路
を備えることを特徴とする乗算器。
2. Claim 1, wherein the multiplier multiplies an M-bit (M is a natural number) multiplicand by an N-bit (N is a natural number) multiplier, and receives the multiplicand data as a serial input.
a bit shift register, a gate group that outputs N logical products of the output of the shift register and the N-bit multiplier data; a counter that calculates the sum of the outputs of the gate group; K bits as input (K is lo
(a natural number satisfying g_2N<K<N), and a (K-1) bit storage circuit that stores bits other than the least significant bit of the adder and uses the stored value as the other input of the adder. A multiplier characterized by:
3.請求項第1項において、論理積を正で与えるゲート
群と、1の数を数える計数器を備えることを特徴とする
乗算器。
3. 2. The multiplier according to claim 1, comprising a gate group that provides a positive logical product and a counter that counts the number of ones.
4.請求項第1項において、論理積を負で与えるゲート
群と、0の数を数える計数器を備えることを特徴とする
乗算器。
4. 2. The multiplier according to claim 1, comprising a gate group that provides a negative logical product and a counter that counts the number of zeros.
JP2322801A 1990-11-28 1990-11-28 Multiplier Pending JPH04195423A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2322801A JPH04195423A (en) 1990-11-28 1990-11-28 Multiplier

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2322801A JPH04195423A (en) 1990-11-28 1990-11-28 Multiplier

Publications (1)

Publication Number Publication Date
JPH04195423A true JPH04195423A (en) 1992-07-15

Family

ID=18147780

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2322801A Pending JPH04195423A (en) 1990-11-28 1990-11-28 Multiplier

Country Status (1)

Country Link
JP (1) JPH04195423A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100438456B1 (en) * 2001-09-29 2004-07-03 경북대학교 산학협력단 Digit-serial systolic multiplier for finite fields
JP2020038655A (en) * 2018-09-03 2020-03-12 三星電子株式会社Samsung Electronics Co.,Ltd. Neuromorphic apparatus and method of processing multi-bit neuromorphic operations using the same

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100438456B1 (en) * 2001-09-29 2004-07-03 경북대학교 산학협력단 Digit-serial systolic multiplier for finite fields
JP2020038655A (en) * 2018-09-03 2020-03-12 三星電子株式会社Samsung Electronics Co.,Ltd. Neuromorphic apparatus and method of processing multi-bit neuromorphic operations using the same
US11868870B2 (en) 2018-09-03 2024-01-09 Samsung Electronics Co., Ltd. Neuromorphic method and apparatus with multi-bit neuromorphic operation

Similar Documents

Publication Publication Date Title
JPS6059470A (en) Basic cell suitable for multiplication- accumulation processor and said processor
EP0416869B1 (en) Digital adder/accumulator
JPH0713741A (en) Alpha resultant conputing element
US4745569A (en) Decimal multiplier device and method therefor
JPH04195423A (en) Multiplier
JPS61159827A (en) Digital-to-analog converter
JP3071607B2 (en) Multiplication circuit
JPH0472421B2 (en)
JP2838326B2 (en) Digital multiplier
JP2629737B2 (en) accumulator
JP2734438B2 (en) Multiplier
JP3083119B2 (en) Encoding / decoding circuit using adaptive delta modulation scheme
US4091452A (en) CVSD digital adder
KR0182169B1 (en) Log arithmathic value calculator
JPS6043744A (en) Division circuit
JPS6240888B2 (en)
KR940007925B1 (en) Accumulating arithmetic circuit with sign processing function
JPS6136653B2 (en)
JPS615345A (en) Serial multiplication method
JPS63163927A (en) Multiplication circuit
JPH0250723A (en) Partial product forming circuit
JPH05211446A (en) Linear interpolation device
JPS6124851B2 (en)
JPH06131158A (en) Adding method and addition circuit
JPH0828646B2 (en) Digital filter