JPH0414173A - Fixed point product sum computing element - Google Patents
Fixed point product sum computing elementInfo
- Publication number
- JPH0414173A JPH0414173A JP11576990A JP11576990A JPH0414173A JP H0414173 A JPH0414173 A JP H0414173A JP 11576990 A JP11576990 A JP 11576990A JP 11576990 A JP11576990 A JP 11576990A JP H0414173 A JPH0414173 A JP H0414173A
- Authority
- JP
- Japan
- Prior art keywords
- output
- accumulator
- register
- format
- shifter
- 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.)
- Granted
Links
- 238000004364 calculation method Methods 0.000 abstract description 23
- 238000010586 diagram Methods 0.000 description 7
- 238000000034 method Methods 0.000 description 3
- 238000004088 simulation Methods 0.000 description 3
- 230000001186 cumulative effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000001771 impaired effect Effects 0.000 description 1
- 230000007704 transition Effects 0.000 description 1
Landscapes
- Complex Calculations (AREA)
Abstract
Description
【発明の詳細な説明】
(産業上の利用分野)
この発明は、信号処理装置の演算部などに使用して、様
々なアルゴリズムに対し、簡単に適用できるようにした
固定小数点積和演算器に関するものである。Detailed Description of the Invention (Industrial Field of Application) The present invention relates to a fixed-point product-sum calculator that can be used in the calculation section of a signal processing device and can be easily applied to various algorithms. It is something.
(従来の技術)
従来、演算装置に関しては、r 5econd −Ge
nerationJTMS 320 User’s G
uide 3 22〜3−27に記載されており、また
、浮動小数点積和演算器に関しては、特開昭62−16
8228号公報により開示されている。(Prior Art) Conventionally, regarding an arithmetic device, r 5econd -Ge
nerationJTMS 320 User's G
uide 3 22 to 3-27, and the floating point multiply-accumulator is described in Japanese Patent Laid-Open No. 62-16
It is disclosed in Japanese Patent No. 8228.
第3図は従来の固定小数点積和演算器の一構成を示すブ
ロック図である。この第3図において、乗算器lの出力
あるいは入力レジスタ2の出力をマルチプレクサ3で選
択し、その選択した出力を図示しないレジスタによって
指定される値だけシフタ4によってシフトし、このシフ
タ4の出力とアキュムレータ6の出力とを演算装置5(
以下、ALUという)で加算するようになっている。FIG. 3 is a block diagram showing the configuration of a conventional fixed-point product-sum calculator. In FIG. 3, the output of multiplier l or the output of input register 2 is selected by multiplexer 3, and the selected output is shifted by shifter 4 by a value specified by a register (not shown). The output of the accumulator 6 and the arithmetic unit 5 (
(hereinafter referred to as ALU).
このALU5の出力はアキエムレータ6に格納されると
ともに、アキュムレータ6の出力を命令から指定される
値だけ左シフタ7で左シフトするように構成されている
。The output of this ALU 5 is stored in an accumulator 6, and the output of the accumulator 6 is shifted to the left by a left shifter 7 by a value specified by the instruction.
このような構成をなす固定小数点積和演算器を用いて二
つのデータ列の内積を求める場合、ALU5でのオーバ
フローを避けるためには、以下のような手段を必要とす
る。When calculating the inner product of two data strings using a fixed-point product-sum calculator having such a configuration, the following means are required to avoid overflow in the ALU 5.
すなわち、積和演算途中のデータの最大値がALUの出
力として表現できる値となるように乗算器1の出力を右
シフトする。この右シフトした数値フォーマットで累積
加算を行い、最後に元の数(1フオーマツトに戻すため
にアキュムレータに格納された結果を左シフトして取り
出す。That is, the output of the multiplier 1 is shifted to the right so that the maximum value of data during the product-sum calculation becomes a value that can be expressed as the output of the ALU. Cumulative addition is performed in this right-shifted numerical format, and finally the result stored in the accumulator is shifted to the left and retrieved in order to return to the original number (1 format).
また、上記手順以外の方法としては、ALUのビット幅
を乗算器出力ビット以上に拡張し、積和演算途中のデー
タがALUの出力として表現できるようにすることによ
り、オーバフローを避けるという構成が採られてきた。In addition, as a method other than the above procedure, a configuration is adopted in which overflow is avoided by expanding the bit width of the ALU to be larger than the multiplier output bits so that the data in the middle of the multiply-accumulate operation can be expressed as the output of the ALU. I've been exposed to it.
(発明が解決しようとする課題)
しかしながら、上記構成の固定小数点積和演算器では、
汎用計算機などを用いたシミュレーションを行うことに
よって、入力データあるいは演算途中でのデータのダイ
ナミックレンジをあらかしめ調査し、オーバフローが起
こらないようにシフト量を決定させる必要がある。(Problem to be solved by the invention) However, in the fixed-point product-sum calculator with the above configuration,
It is necessary to conduct a simulation using a general-purpose computer or the like to roughly investigate the dynamic range of input data or data during calculation, and to determine the amount of shift to prevent overflow.
また、突発的に大きいデータが入力した場合には、対処
できない。Furthermore, it is not possible to deal with the sudden input of large data.
このシミュレーションを省略あるいは簡略化する方法と
して、どのようなデータが入力されても、オーバフロー
が起こらないようなシフト量を選択することが考えられ
る。One possible way to omit or simplify this simulation is to select a shift amount that will not cause overflow no matter what data is input.
この方法では、実際の入力データに対し、余裕を持たせ
たシフト量であるため、演算精度が損なわれるという問
題点がある。This method has a problem in that the calculation accuracy is impaired because the shift amount is set with a margin for the actual input data.
また、このシフト量のビット数だけALU幅を拡張する
と、精度は保たれるが、演算が変わったり、入力データ
のダイナミックレンジが変わったりすると、ALUの拡
張ビット幅は変更できないため、拡張幅だけでは不足し
たり、ハードウェアが余分になったりするという問題点
があった。Also, if you extend the ALU width by the number of bits equal to this shift amount, accuracy will be maintained, but if the calculation changes or the dynamic range of the input data changes, the ALU extension bit width cannot be changed. However, there were problems such as insufficient hardware or redundant hardware.
この発明は前記従来技術が持っている問題点のうち、シ
ミュレーションが必要な点と、精度が確保できない点と
、ハードウェアに冗長性がある点について解決した固定
小数点積和演算器を提供するものである。This invention provides a fixed-point multiply-accumulator that solves the problems of the prior art, including the need for simulation, the inability to ensure accuracy, and redundancy in hardware. It is.
(課題を解決するための手段)
この発明は前記問題点を解決するために、固定小数点積
和演算器において、入力データをシフト量レジスタの値
だけ算術右シフトする右シフタと、右シフタの出力とア
キュムレータの出力とにより演算を行ってその演算結果
のオーバフローを検出すると演算結果を1ビット右シフ
トしてアキュムレータに格納し、かつシフト量レジスタ
の値を+1するALUと、アキュムレータの出力をシフ
ト量レジスタの値だけ算術左シフトする左シフタとを設
けたものである。(Means for Solving the Problems) In order to solve the above-mentioned problems, the present invention provides a right shifter for arithmetic right shifting input data by the value of a shift amount register in a fixed-point multiply-accumulator, and an output of the right shifter. When an overflow is detected in the result of the calculation, the ALU shifts the result of the calculation by 1 bit to the right and stores it in the accumulator, and adds 1 to the value of the shift amount register, and the output of the accumulator is changed to the shift amount. A left shifter is provided for arithmetic left shifting by the value of the register.
(作 用)
この発明によれば、以上のように、固定小数点積和演算
器を構成したので、右シフタで入力データをシフト量レ
ジスタの値だけ算術右シフトし、この右シフタの出力と
アキュムレータの出力とによりALUで演算を行い、そ
の演算結果がオーバフローすると、演算結果を1ビット
右シフトして7t−ユムレータに格納するとともに、シ
フト量レジスタの値を+1して、演算中の数値フォーマ
ットに自動的に入力データフォーマットを適合させ、か
つ演算中のデータフォーマットを出力データフォーマッ
トに適合させるように作用し、したがって、前記問題点
を除去できる。(Function) According to the present invention, since the fixed-point multiply-accumulator is configured as described above, the input data is arithmetic right-shifted by the value of the shift amount register by the right shifter, and the output of this right shifter and the accumulator are The ALU performs calculations based on the output of It acts to automatically adapt the input data format and the data format under operation to the output data format, thus eliminating the above-mentioned problems.
(実施例)
以下、この発明の固定小数点積和演算器の実施例につい
て図面に基づき説明する。第1図はその一実施例の構成
を示すブロック図である。(Example) Hereinafter, an example of the fixed-point product-sum calculator of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of one embodiment.
この第1図において、乗算器11の出力と入力レジスタ
12の出力はマルチプレクサ13に入力され、このマル
チプレクサ13により選択されて出力されるようになっ
ている。In FIG. 1, the output of the multiplier 11 and the output of the input register 12 are input to a multiplexer 13, and are selected and output by the multiplexer 13.
マルチプレクサ13の出力は右シフタ140入カデータ
として、この右シフタ14に入力されるようになってい
る。この右シフタ14はマルチプレクサ13の出力を入
力して、シフト量レジスタ15の内容だけ算術右シフト
が行われるようになっている。The output of the multiplexer 13 is input to the right shifter 14 as input data to the right shifter 140. This right shifter 14 receives the output of the multiplexer 13 and performs an arithmetic right shift by the contents of the shift amount register 15.
右シフタ14の出力とアキュムレータ17の出力はAL
U16に入力されるようになっている。The output of the right shifter 14 and the output of the accumulator 17 are AL
It is configured to be input to U16.
このALU16は右シフタ14の出力とアキエムレータ
17の出力との加減算を行うとともに、その演算結果が
オーバフローしているか、否かの検出も行うようになっ
ている。This ALU 16 performs addition and subtraction between the output of the right shifter 14 and the output of the achievator 17, and also detects whether or not the result of the calculation is overflowing.
ALU16の演算結果はアキュムレータ17に出力され
るようになっているが、演算結果がオーバフローしてい
ることを検出すると、演算結果を1ビット右シフトして
アキュムレータ17に格納するとともに、シフト量レジ
スタ15の値に+1するようになっている。The calculation result of the ALU 16 is output to the accumulator 17, but when it is detected that the calculation result has overflowed, the calculation result is shifted to the right by 1 bit and stored in the accumulator 17, and the shift amount register 15 +1 is added to the value of .
このアキュムレータ17の出力は上述のように、ALU
16に入力されるようになっているとともに、左シフタ
18にも出力するようになっている。As mentioned above, the output of this accumulator 17 is
16, and is also output to the left shifter 18.
この左シフタ18はシフト量レジスタ15の値だけ算術
左シフトして出力するようになっている。This left shifter 18 is adapted to perform an arithmetic left shift by the value of the shift amount register 15 and output the result.
次に、動作について説明する。積和演算を行う場合には
、まず、積和演算を行う前に、アキュムレータ17の内
容とシフト量レジスタ15の内容をともにOにしておく
。Next, the operation will be explained. When performing a product-sum operation, first, both the contents of the accumulator 17 and the contents of the shift amount register 15 are set to O before performing the product-sum operation.
この状態で、乗算器11の二つの入力端子にデータを与
えると、乗算器11はこの二つの入力データの乗算を行
い、その乗算結果をマルチプレクサ13に出力する。In this state, when data is applied to the two input terminals of the multiplier 11, the multiplier 11 multiplies these two input data and outputs the multiplication result to the multiplexer 13.
この乗算器11の出力はマルチプレクサ13により選択
される。積和演算を行う場合には、マルチプレクサ13
は常に乗算器11の出力を選択して右シフタ14に出力
する。The output of this multiplier 11 is selected by a multiplexer 13. When performing a product-sum operation, the multiplexer 13
always selects the output of the multiplier 11 and outputs it to the right shifter 14.
また、入力レジスタ12の演算したい場合には、マルチ
プレクサ13を切り換える必要があるが、これについて
は後述する。Further, when it is desired to perform an operation on the input register 12, it is necessary to switch the multiplexer 13, but this will be described later.
いまは、マルチプレクサ13が乗算器11の出力を選択
した場合であり、マルチプレクサ13が乗算器11の出
力を選択して右シフタ14に出力すると、この右シフタ
14により、マルチプレクサ13の出力をシフト量レジ
スタ15の内容だけ算術右シフトするが、最初はシフト
量レジスタ15の値はOであるので、データは影響され
ない。Now, the case is that the multiplexer 13 selects the output of the multiplier 11. When the multiplexer 13 selects the output of the multiplier 11 and outputs it to the right shifter 14, the right shifter 14 shifts the output of the multiplexer 13 by the amount of shift. The contents of the register 15 are arithmetic shifted to the right, but since the value of the shift amount register 15 is initially O, the data is not affected.
次に、右シフタ14の出力とアキュムレータ17の内容
をALU16に入力し、この両者をALU16で加算す
る。この加算の結果、オーバフローが生した場合には、
加算結果を1ビット右シフトして、アキュムレータ17
に格納するとともに、シフト量レジスタ15の内容を+
1して、このシフト量レジスタ15に格納する。Next, the output of the right shifter 14 and the contents of the accumulator 17 are input to the ALU 16, and the two are added together by the ALU 16. If an overflow occurs as a result of this addition, then
Shift the addition result to the right by 1 bit and transfer it to accumulator 17.
At the same time, the contents of the shift amount register 15 are stored in +
1 and stored in this shift amount register 15.
以降ALU 16では、これまでのデータフォーマット
(データフォーマットに関しては後に詳述)より1ビッ
ト小数点の位置が右に移動したフォーマットで演算を行
うことになる。Thereafter, the ALU 16 will perform calculations in a format in which the position of the decimal point is shifted by 1 bit to the right compared to the previous data format (the data format will be described in detail later).
ALU16において、オーバフローが生じなかった場合
には、右シフタ14の出力とアキュムレータ17の出力
との加算結果をそのままアキュムレータ17に格納する
。If no overflow occurs in the ALU 16, the result of addition of the output of the right shifter 14 and the output of the accumulator 17 is stored in the accumulator 17 as is.
次に、乗算器11の入力データを変えて、上記と同様に
乗算し、その乗算結果をマルチプレクサ13で選択して
右シフタ14に出力し、右シフタ14の出力とアキュム
レータ17の出力とを上記と同様にして加算し、その加
算結果をアキュムレータ17に格納するという操作をデ
ータの数だけ繰り返す。Next, the input data of the multiplier 11 is changed and multiplied in the same manner as above, the multiplication result is selected by the multiplexer 13 and output to the right shifter 14, and the output of the right shifter 14 and the output of the accumulator 17 are The operation of adding in the same manner as above and storing the addition result in the accumulator 17 is repeated for the number of data.
ただし、2度目以腎の操作はシフト量レジスタ15の内
容が0でない可能性があるので、乗算器11の出力デー
タは右シフタ14により、シフト量レジスタ15の内容
だけ算術右シフトされる。However, in the second and subsequent operations, the contents of the shift amount register 15 may not be 0, so the output data of the multiplier 11 is arithmetic right-shifted by the contents of the shift amount register 15 by the right shifter 14.
このような操作の繰り返しが終了すると、アキュムレー
タ17の内容を左シフタ18により、シフト量レジスタ
15の内容だけ算術左シフトして出力する。When the repetition of such operations is completed, the contents of the accumulator 17 are arithmetically shifted to the left by the contents of the shift amount register 15 by the left shifter 18 and output.
このようにすることにより、アキュムレータ17のデー
タフォーマットを意識しないで、乗算器11の出力デー
タフォーマットと同しフォーマットの出力データが得ら
れる。By doing so, output data in the same format as the output data format of the multiplier 11 can be obtained without being aware of the data format of the accumulator 17.
また、アキュムレータ17と入力レジスタ12の出力を
ALU16を用いて行う場合には、まず、マルチプレク
サ13を切り換えて、入力レジスタ12の出力がマルチ
プレクサ13により選択され、右シフタ14に出力する
。Further, when outputting the accumulator 17 and the input register 12 using the ALU 16, the multiplexer 13 is first switched so that the output of the input register 12 is selected by the multiplexer 13 and output to the right shifter 14.
次に、右シフタ14により、シフト量レジスタ15の内
容だけ右シフトし、ALU16でアキュムレータ17の
出力と右シフタ14の出力との演算を行う。Next, the right shifter 14 shifts the contents of the shift amount register 15 to the right, and the ALU 16 calculates the output of the accumulator 17 and the output of the right shifter 14.
このようにして、アキュムレータ17内のデータフォー
マットを意識せずに、入力レジスタ12のデータフォー
マットを自動的にアキュムレータI7のデータフォーマ
ットに合わせて演算が行える。ただし、入力レジスタ1
2のデータフォーマットは乗算器11の出力データフォ
ーマットと同一でなければならない。In this way, the data format of the input register 12 can be automatically adjusted to match the data format of the accumulator I7 without being aware of the data format in the accumulator 17. However, input register 1
The data format of 2 must be the same as the output data format of multiplier 11.
次に、上記積和演算を行う際のALUI6で扱うデータ
フォーマットに関して説明する。第2図はこのデータフ
ォーマットおよびシフト量レジスタ15の値の推移を示
す図である。Next, the data format handled by the ALUI 6 when performing the above product-sum operation will be explained. FIG. 2 is a diagram showing the data format and the transition of the value of the shift amount register 15.
乗算器11の出力フォーマットを第2図(a)に示すよ
うに、整数部nビット、小数部mビットであると仮定す
る。Assume that the output format of the multiplier 11 is n bits for the integer part and m bits for the decimal part, as shown in FIG. 2(a).
積和演算を行う前はシフト量レジスタ15、アキュムレ
ータ17の値は0であるので、ALU16での乗算結果
のシフトは行われず、第2図(a)のフォーマントのま
までアキュムレータ17に格納される。Since the values of the shift amount register 15 and the accumulator 17 are 0 before the product-sum operation is performed, the multiplication results are not shifted in the ALU 16 and are stored in the accumulator 17 in the formant shown in FIG. 2(a). Ru.
次に、次サイクルでの乗算器11の出力がアキュムレー
タ17の値とALUI6で加算され、その加算結果がオ
ーバフローしたとする。Next, assume that the output of the multiplier 11 in the next cycle is added to the value of the accumulator 17 in the ALUI 6, and that the addition result overflows.
この時、シフト量レジスタ15を+1増加させるととも
に、ALU16では、演算結果を1ビット右シフトし、
アキュムレータ17に格納する。At this time, the shift amount register 15 is increased by +1, and the ALU 16 shifts the operation result by 1 bit to the right.
It is stored in the accumulator 17.
この場合のアキュムレータ17のデータフォーマットは
第2図ら)のようになる。The data format of the accumulator 17 in this case is as shown in FIG.
このようにして、積和演算を繰り返した場合の途中のデ
ータフォーマットが第2図(c)のように、整数部(n
+3)ビット、小数部(m−3)ビットとなったと仮定
する。この時のシフト量レジスタ15の値は「3jであ
る。In this way, when the product-sum operation is repeated, the data format in the middle is as shown in Figure 2(c), where the integer part (n
+3) bits, and the fractional part (m-3) bits. The value of the shift amount register 15 at this time is "3j".
次サイクルでの乗算器11の出力はこのシフト量レジス
タ15により右シフタ14で3ビット右シフトされ、A
LU16の入力では、アキュムレータ17と同一のデー
タフォーマットとなり、演算が可能となる。The output of the multiplier 11 in the next cycle is shifted to the right by 3 bits by the right shifter 14 by this shift amount register 15, and A
The input to the LU 16 has the same data format as the accumulator 17, and calculations are possible.
このようにして、積和演算の繰り返しが終了した時のア
キュムレータ17のデータフォーマットが第2図(山の
ように整数倍(n+8)ビット、小数部(m−8)ビッ
トになったと仮定する。In this way, it is assumed that the data format of the accumulator 17 when the repetition of the product-sum operation is completed becomes the integer multiple (n+8) bits and the decimal part (m-8) bits as shown in FIG. 2.
この時のシフト量レジスタ15の値は「8」である、こ
のフォーマットを持つアキュムレータ17のデータを出
力する場合には、シフト量レジスタ15により、左シフ
タ8において、8ビット左シフトされるため、データフ
ォーマットは第2図(e)のようになる。The value of the shift amount register 15 at this time is "8". When outputting the data of the accumulator 17 having this format, the shift amount register 15 causes the left shifter 8 to shift the data to the left by 8 bits. The data format is as shown in FIG. 2(e).
この第2図(e)のフォーマットは乗算器11の出力フ
ォーマットと同一である。The format shown in FIG. 2(e) is the same as the output format of the multiplier 11.
このように、積和演算中のデータフォーマットの変化を
意識せずに、乗算器11の出力と同一フォーマットの積
和演算結果が得られる。In this way, the product-sum calculation result can be obtained in the same format as the output of the multiplier 11 without being aware of changes in the data format during the product-sum calculation.
また、積和演算途中で別のデータとの演算を行う場合に
は、まず、マルチプレクサ13を入力レジスタ12の出
力が選択するように切り換える。Further, when performing an operation with other data during the product-sum operation, first, the multiplexer 13 is switched so that the output of the input register 12 is selected.
この入力レジスタ12には、乗算器11の出力と同一フ
ォーマットのデータを格納する。現在のアキュムレータ
17のデータフォーマットが第2図(c)であると仮定
すると、入力レジスタ12の値は右シフタ14により3
ビット右シフトされ、アキュムレータ17と同一のデー
タフォーマントとなり、演算が可能になる。This input register 12 stores data in the same format as the output of the multiplier 11. Assuming that the current data format of the accumulator 17 is as shown in FIG.
The bits are shifted to the right and the data form is the same as that of the accumulator 17, allowing calculation.
したがって、入力レジスタ12には、現在のアキュムレ
ータ17のデータフォーマットに関わらず、乗算器11
の出力と同一データフォーマントを格納しておけば、ア
キュムレータ17との演算が可能となる。Therefore, regardless of the data format of the current accumulator 17, the input register 12 is
If the same data formant as the output of is stored, calculations with the accumulator 17 are possible.
(発明の効果)
以上詳細に説明したように、この発明によれば、自動的
にALUで数値フォーマットを決定するとともに、入力
データと出力データを自動的にALUでの数値フォーマ
ットに変換するようにしたので、入力データのダイナミ
ックレンジ、演算回数などに関係なく、最適なハードウ
ェア量と演算精度の確保が期待できる。(Effects of the Invention) As explained in detail above, according to the present invention, the ALU automatically determines the numerical format, and the input data and output data are automatically converted into the ALU numerical format. Therefore, it is expected that the optimal amount of hardware and calculation accuracy will be secured regardless of the dynamic range of input data, the number of calculations, etc.
したがって、信号処理装置の演算部などに使用すれば、
様々なアルゴリズムに対し、簡単に適用できる。Therefore, if used in the calculation section of a signal processing device,
It can be easily applied to various algorithms.
第1図はこの発明の固定小数点積和演算器の一実施例の
構成を示すブロック図、第2図は同上実施例を説明する
ためのシフト量レジスタの値とアキュムレータのデータ
フォーマットの推移を示す説明図、第3図は従来の固定
小数点積和演算器のブロック図である。
11・・・乗算器、12・・・入力レジスタ、13・・
・マルチプレクサ、14・・・右シフタ、15・・・シ
フト量レジスタ、16・・・ALU、17・・・アキュ
ムレータ、18・・・左シフタ。
本発明の3@M岩しのブロック図
第1図
ノワYずレジ°フ9の値
6°−ターフオー々ツ゛ト
シフドルンヌタのイitフイ、L−レータのう第2図
−44F1−FIG. 1 is a block diagram showing the configuration of an embodiment of the fixed-point product-sum calculator of the present invention, and FIG. 2 shows changes in the value of the shift amount register and the data format of the accumulator to explain the same embodiment. The explanatory diagram, FIG. 3, is a block diagram of a conventional fixed-point product-sum calculator. 11... Multiplier, 12... Input register, 13...
- Multiplexer, 14... Right shifter, 15... Shift amount register, 16... ALU, 17... Accumulator, 18... Left shifter. 3@M block diagram of the present invention Fig. 1 Value of register 9: 6°
Claims (1)
ルチプレクサと、 (b)このマルチプレクサの出力をシフト量レジスタの
値だけ算術右シフトする右シフタと、 (c)この右シフタの出力とアキュムレータの出力とに
より演算を行うとともにこの演算結果オーバフローが起
こった場合に演算結果を1ビット右シフトして上記アキ
ュムレータに格納しかつ上記シフト量レジスタの値を+
1する演算手段と、 (d)上記アキュムレータの出力を上記シフト量レジス
タの値だけ算術左シフトを行って出力する左シフタと、 よりなる固定小数点積和演算器。[Claims] (a) a multiplexer that selects data from a multiplier and an input register; (b) a right shifter that arithmetic shifts the output of this multiplexer to the right by the value of a shift amount register; An operation is performed using the output of the shifter and the output of the accumulator, and if the operation result overflows, the operation result is shifted to the right by 1 bit and stored in the accumulator, and the value of the shift amount register is +
(d) a left shifter that performs arithmetic left shift on the output of the accumulator by the value of the shift amount register and outputs the result.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11576990A JP2951685B2 (en) | 1990-05-07 | 1990-05-07 | Fixed-point arithmetic unit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11576990A JP2951685B2 (en) | 1990-05-07 | 1990-05-07 | Fixed-point arithmetic unit |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0414173A true JPH0414173A (en) | 1992-01-20 |
JP2951685B2 JP2951685B2 (en) | 1999-09-20 |
Family
ID=14670597
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP11576990A Expired - Fee Related JP2951685B2 (en) | 1990-05-07 | 1990-05-07 | Fixed-point arithmetic unit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2951685B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100457040B1 (en) * | 2000-06-21 | 2004-11-10 | 패러데이 테크놀로지 코퍼레이션 | Apparatus and method for data processing using multiply-accumulate instructions |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101644039B1 (en) * | 2015-06-11 | 2016-07-29 | 에스케이텔레콤 주식회사 | Method for operating of fixed point and apparatus therefor |
-
1990
- 1990-05-07 JP JP11576990A patent/JP2951685B2/en not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100457040B1 (en) * | 2000-06-21 | 2004-11-10 | 패러데이 테크놀로지 코퍼레이션 | Apparatus and method for data processing using multiply-accumulate instructions |
Also Published As
Publication number | Publication date |
---|---|
JP2951685B2 (en) | 1999-09-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6209017B1 (en) | High speed digital signal processor | |
EP0351242B1 (en) | Floating point arithmetic units | |
EP0849664B1 (en) | Apparatus for computing transcendental functions quickly | |
EP0136834A2 (en) | A digital circuit performing an arithmetic operation with an overflow | |
US6233597B1 (en) | Computing apparatus for double-precision multiplication | |
US5245564A (en) | Apparatus for multiplying operands | |
JPH1195981A (en) | Multiplication circuit | |
CA2530015C (en) | Division and square root arithmetic unit | |
EP0464493B1 (en) | High-radix divider | |
US4594680A (en) | Apparatus for performing quadratic convergence division in a large data processing system | |
US6480873B1 (en) | Power operation device | |
US5177703A (en) | Division circuit using higher radices | |
US7016930B2 (en) | Apparatus and method for performing operations implemented by iterative execution of a recurrence equation | |
US4677583A (en) | Apparatus for decimal multiplication | |
JPH0690668B2 (en) | Fuzzy computing device | |
JPH07234778A (en) | Arithmetic circuit | |
KR100317767B1 (en) | Floating point binary quad word format multiply instruction unit | |
JPH0414173A (en) | Fixed point product sum computing element | |
KR100481586B1 (en) | Apparatus for modular multiplication | |
US20050246406A9 (en) | Emod a fast modulus calculation for computer systems | |
JPH04172526A (en) | Floating point divider | |
JP3252954B2 (en) | Multiplication method and multiplication circuit | |
JPS62197868A (en) | Linear approximation conversion circuit for pipeline construction | |
JPH0578049B2 (en) | ||
JP3336986B2 (en) | Signal processor and multiply-accumulate unit with rounding function used therefor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080709 Year of fee payment: 9 |
|
LAPS | Cancellation because of no payment of annual fees |