JPH04364528A - Extraction value calculating circuit - Google Patents

Extraction value calculating circuit

Info

Publication number
JPH04364528A
JPH04364528A JP13987291A JP13987291A JPH04364528A JP H04364528 A JPH04364528 A JP H04364528A JP 13987291 A JP13987291 A JP 13987291A JP 13987291 A JP13987291 A JP 13987291A JP H04364528 A JPH04364528 A JP H04364528A
Authority
JP
Japan
Prior art keywords
register
value
square root
right shift
root value
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
Application number
JP13987291A
Other languages
Japanese (ja)
Other versions
JP2790923B2 (en
Inventor
Teruaki Uehara
輝昭 上原
Hiromi Ando
安藤 博美
Yukio Suzuki
幸夫 鈴木
Tomoyuki Kishi
智之 岸
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP13987291A priority Critical patent/JP2790923B2/en
Publication of JPH04364528A publication Critical patent/JPH04364528A/en
Application granted granted Critical
Publication of JP2790923B2 publication Critical patent/JP2790923B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To calculate an accurate extraction value at a high speed without increasing the hardware quantity. CONSTITUTION:The extracted value generating circuit 10 is added to a conventional digital signal processor which has a multiplier 20, an arithmetic logical unit, etc. Then a value Y to be extracted is stored in a 1st register 1. The output of a 2nd register 3 stored with an extraction value X is squared by a multiplier 20 and a subtracter 21 calculates the difference between the multiplication result and the output of the register 1. The circuit 10 performs addition and subtraction between the outputs of a right shift register 2 for the storage of an intermediate value R and the 2nd register 3 by exclusive logic according to the plus/minus information of the subtracter 21 and updates the contents of the register 3 according to the addition and subtraction result. The operation is repeated n times so as to find an n-bit solution and then the value in the register 3 is the extraction value X for the extracted value Y stored in the register 1.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、算術論理ユニット(以
下、ALUという)及び乗算器等を用いてプログラム制
御により高速に演算を行うディジタル・シグナル・プロ
セッサ(以下、DSPという)等に内蔵されるもので、
開平値(ルート値)を算出する開平値算出回路に関する
ものである。
[Industrial Application Field] The present invention is applied to a digital signal processor (hereinafter referred to as DSP) that performs high-speed calculations under program control using an arithmetic logic unit (hereinafter referred to as ALU) and a multiplier. It is something that
The present invention relates to a square root value calculation circuit that calculates a square root value (root value).

【0002】0002

【従来の技術】従来、この種のDSPに関する技術とし
ては、例えば特開平2−125331号公報、及び特開
平2−137023号公報に記載されるものがあった。
2. Description of the Related Art Conventionally, there have been techniques related to this type of DSP described in, for example, Japanese Patent Application Laid-Open Nos. 2-125331 and 2-137023.

【0003】近年、信号処理の分野においてDSPを用
いたディジタル信号処理技術が多用されている。DSP
は、プログラム制御により、ソフト的にその動作を自由
に変化させることが可能であり、その自由度から、種々
の応用範囲に適用されつつある。
[0003] In recent years, digital signal processing technology using DSP has been widely used in the field of signal processing. DSP
It is possible to freely change its operation using software through program control, and because of this degree of freedom, it is being applied to a variety of applications.

【0004】ディジタル信号処理技術は、信号を離散的
な数値として扱い、一般的には四則演算処理で結果を得
ている。ところが、ディジタル信号処理技術自体が複雑
になるにつれ、四則演算以外の処理も使用される場合が
多くなってきている。性能も、従来のDSPが、加減乗
算の3種類の演算回路のみを内蔵していたのが、最近で
は除算器を付加し、加減乗算の他に割算を含めた4種類
の演算回路を内蔵するDSPも出現している。
[0004] Digital signal processing technology treats signals as discrete numerical values, and generally obtains results through four arithmetic operations. However, as digital signal processing technology itself becomes more complex, processes other than the four arithmetic operations are increasingly being used. In terms of performance, conventional DSPs only had three types of arithmetic circuits for addition, subtraction, and multiplication, but recently they have added a divider and have built-in four types of arithmetic circuits, including addition, subtraction, and multiplication. DSPs that do this are also emerging.

【0005】ディジタル信号処理技術において、四則演
算の次に対応される演算として開平演算(ルート演算)
がある。前記文献の技術では、関数の接線の方程式を利
用して関数値を近似計算するNewton−Raphs
on法による収束法を用い、開平演算をソフトウェアで
実現している。
In digital signal processing technology, a square root operation (root operation) is the next operation after the four arithmetic operations.
There is. The technology in the above document uses Newton-Raphs, which approximates the function value using the equation of the tangent to the function.
The square root calculation is realized by software using a convergence method based on the on method.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、固定小
数点演算DSPを利用して、Newton−Raphs
on法による収束法で開平値の演算処理を行うと、次の
ような問題が発生する。 (a)  除算を使用するNewton−Raphso
n法を使用すると、1回の収束式に対し1回の除算を必
要とする。除算は加減乗算に比較して演算に多くの時間
を必要とするため、1回の収束式の演算時間が長くなり
、その結果、開平値を求めるために多くの演算時間を必
要とする。
[Problems to be Solved by the Invention] However, using a fixed-point arithmetic DSP, Newton-Raphs
When the square root value is calculated using the convergence method based on the ON method, the following problem occurs. (a) Newton-Raphso using division
Using the n method requires one division for one convergence equation. Since division requires more time for calculation than addition, subtraction, and multiplication, the calculation time for one convergence expression becomes longer, and as a result, more calculation time is required to obtain the square root value.

【0007】(b)  除算を使用しないNewton
−Raphson法を使用すると、中間値に逆数を用い
るために桁落ちが発生し、正しい答えに収束しない場合
がある。これは、固定小数点演算で特に顕著である。
(b) Newton without division
- When the Raphson method is used, a reciprocal number is used for the intermediate value, so a loss of precision occurs, and the answer may not converge to the correct answer. This is especially noticeable in fixed-point arithmetic.

【0008】本発明は、前記従来技術が持っていた課題
として、固定小数点DSPにおいて回路規模(ハード量
)を増加することなく、高速かつ正確に開平値を算出す
ることが困難である点について解決した開平値算出回路
を提供するものである。
The present invention solves the problem of the prior art, which is that it is difficult to calculate the square root value quickly and accurately without increasing the circuit scale (hardware amount) in a fixed-point DSP. The present invention provides a square root value calculation circuit.

【0009】[0009]

【課題を解決するための手段】第1の発明は、前記課題
を解決するために、固定小数点演算を行うDSPを利用
した開平値算出回路において、被開平値を格納する第1
のレジスタと、クロック信号に基づき右シフト動作して
2のべき乗数の値を出力する右シフトレジスタと、前記
クロック信号に基づき動作して前記右シフトレジスタの
出力が2i (但し、i;整数)であるとき、2i 桁
が論理“1”及び2i−1 桁以下の桁が全て論理“0
”となる値を出力する開平値格納用の第2のレジスタと
を、備えている。さらに、前記第2のレジスタの出力を
2乗する乗算器と、前記第1のレジスタ及び乗算器の出
力を減算してその減算結果の正負情報を出力する減算器
と、前記正負情報に基づき前記右シフトレジスタ及び第
2のレジスタの出力の排他的論理をとって加減算を行い
、その加減算結果によって前記第2のレジスタの内容を
更新する開平値発生回路とが、設けられている。
[Means for Solving the Problems] In order to solve the above-mentioned problems, the first invention provides a square root value calculation circuit using a DSP that performs fixed-point arithmetic, and a first invention that stores a square root value.
a right shift register that operates to right shift based on a clock signal and outputs a value of a power of 2; and a right shift register that operates based on the clock signal so that the output of the right shift register is 2i (where i is an integer). , the 2i digit is logic “1” and all digits below the 2i-1 digit are logic “0”
and a second register for storing a square root value that outputs a value that becomes ``.Furthermore, a multiplier that squares the output of the second register, and an output of the first register and the multiplier. and a subtracter that subtracts and outputs the positive/negative information of the subtraction result, performs addition/subtraction by performing exclusive logic of the outputs of the right shift register and the second register based on the positive/negative information, and uses the result of the addition/subtraction to A square root value generation circuit for updating the contents of the second register is provided.

【0010】第2の発明は、第1の発明と同様に固定小
数点演算を行うDSPを用いた開平値算出回路において
、被開平値を格納する第1のレジスタと、クロック信号
に基づき右シフト動作して2のべき乗数の値を出力する
右シフトレジスタと、正負情報に基づき前記クロック信
号の入力を制御するクロック制御回路と、前記クロック
制御回路の出力クロック信号に基づき動作して前記右シ
フトレジスタの出力が2i (但し、i;整数)である
とき、2i 桁が論理“1”及び2i−1 桁以下の桁
が全て論理“0”となる値を出力する開平値格納用の第
2のレジスタとを、備えている。
[0010] The second invention is a square root value calculation circuit using a DSP that performs fixed-point arithmetic operations in the same manner as the first invention. a right shift register that outputs a value of a power of 2; a clock control circuit that controls input of the clock signal based on positive/negative information; When the output of is 2i (where i is an integer), the second square root value storage unit outputs a value in which the 2i digit is logic “1” and all digits below the 2i-1 digit are logic “0”. It is equipped with a register.

【0011】さらに、前記右シフトレジスタ及び第2の
レジスタの出力の論理和による加算を行い、その加算結
果によって前記第2のレジスタの内容を更新する論理回
路と、前記論理回路の出力を2乗する乗算器と、前記第
1のレジスタ及び乗算器の出力を減算してその減算結果
の前記正負情報を前記クロック制御回路へ出力する減算
器とが、設けられている。
[0011]Furthermore, there is provided a logic circuit that performs logical addition of the outputs of the right shift register and the second register, and updates the contents of the second register with the result of the addition, and a logic circuit that squares the output of the logic circuit. and a subtracter that subtracts the outputs of the first register and the multiplier and outputs the positive/negative information of the subtraction result to the clock control circuit.

【0012】0012

【作用】第1の発明によれば、以上のように開平値算出
回路を構成したので、第2のレジスタの内容が乗算器で
2乗され、その乗算結果と第1のレジスタの内容とが減
算器で減算される。この減算器による正負情報に基づき
、開平値発生回路では右シフトレジスタ及び第2のレジ
スタの内容の排他的論理をとって加減算を行い、その加
減算結果によって第2のレジスタの内容を更新する。 そして、nビットの解を求めるために前記の動作をn回
実行すれば、第2のレジスタに存在する値が求める開平
値になる。
[Operation] According to the first invention, since the square root value calculation circuit is configured as described above, the contents of the second register are squared by the multiplier, and the multiplication result and the contents of the first register are Subtracted by the subtractor. Based on the positive/negative information from the subtracter, the square root value generation circuit performs addition/subtraction by performing exclusive logic on the contents of the right shift register and the second register, and updates the contents of the second register with the result of the addition/subtraction. Then, if the above operation is executed n times to obtain an n-bit solution, the value existing in the second register becomes the square root value to be sought.

【0013】第2の発明によれば、右シフトレジスタの
内容を論理回路を介して乗算器で2乗し、その乗算結果
と第1のレジスタの内容とを減算器で減算する。この減
算器の正負情報に基づき、クロック制御回路により、第
2のレジスタに対するクロック信号の入力を制御し、該
第2のレジスタの内容と右シフトレジスタの内容とを論
理回路で加算し、その加算結果で第2のレジスタの内容
を更新する。そして、nビットの解を求めるために、上
記の動作をn回実行すれば、第2のレジスタに存在する
値が求める開平値となる。従って、前記課題を解決でき
るのである。
According to the second invention, the contents of the right shift register are squared by a multiplier via a logic circuit, and the multiplication result is subtracted from the contents of the first register by a subtracter. Based on the positive/negative information of this subtracter, the clock control circuit controls the input of the clock signal to the second register, and the logic circuit adds the contents of the second register and the contents of the right shift register. Update the contents of the second register with the result. Then, in order to obtain an n-bit solution, if the above operation is executed n times, the value existing in the second register becomes the square root value to be sought. Therefore, the above problem can be solved.

【0014】[0014]

【実施例】まず、本発明の実施例の原理を説明する。[Embodiment] First, the principle of an embodiment of the present invention will be explained.

【0015】被開平値(正数)Yの開平値Xを求める問
題を考える。このときX,Yの関係は X2 ≦Y<(X+1)2             
    ・・・(1)で表現される。
Consider the problem of finding the square root value X of the square root value (positive number) Y. At this time, the relationship between X and Y is X2 ≦Y<(X+1)2
...It is expressed as (1).

【0016】今、Yは有限精度正数値であり、2×nビ
ットで2進数表現されると仮定する。 Y≦2 2×n −1               
       ・・・(2)式(1)を満足するXの範
囲は X<2n −1                  
        ・・・(3)で表される。
It is now assumed that Y is a finite-precision positive value and is expressed as a binary number of 2×n bits. Y≦2 2×n −1
...(2) The range of X that satisfies formula (1) is X<2n -1
...It is expressed as (3).

【0017】式(1),(2),(3)より、Xの候補
を2n−1 より、2分法で探索していくことによって
n時間でXが得られる。
From equations (1), (2), and (3), X can be obtained in n hours by searching for 2n-1 candidates for X using the bisection method.

【0018】第1の実施例 図1は、前記の原理を用いた本発明の第1の実施例を示
す開平値算出回路の構成ブロック図である。
First Embodiment FIG. 1 is a block diagram of a square root value calculation circuit showing a first embodiment of the present invention using the above-described principle.

【0019】この開平値算出回路は、乗算器及びALU
等を有するDSPを用いて構成されるもので、被開平値
Yを格納する第1のレジスタ1と、クロック信号CKの
例えば立上がりに同期して出力値が変化する右シフトレ
ジスタ2及び第2のレジスタ3とを、備えている。右シ
フトレジスタ2は、クロック信号CKの立上がりに同期
して右シフト動作を行い、2のべき乗数の中間値Rを格
納するレジスタである。第2のレジスタ3は、クロック
信号CKの立上がりに同期して記憶動作を行い、右シフ
トレジスタ2の中間値Rが2i (但し、i;整数)で
あるとき、2i 桁が必ず“1”であり、2i−1 桁
以下の桁が全て“0”となる開平値Xを格納するための
レジスタである。
This square root value calculation circuit includes a multiplier and an ALU.
A first register 1 that stores an unsquared root value Y, a right shift register 2 and a second register whose output value changes in synchronization with, for example, the rising edge of a clock signal CK. It is equipped with a register 3. The right shift register 2 is a register that performs a right shift operation in synchronization with the rise of the clock signal CK and stores an intermediate value R of a power of 2. The second register 3 performs a storage operation in synchronization with the rise of the clock signal CK, and when the intermediate value R of the right shift register 2 is 2i (where i is an integer), the 2i digit is always "1". This is a register for storing the square root value X in which all digits below 2i-1 digits are "0".

【0020】右シフトレジスタ2及び第2のレジスタ3
の出力側には、開平値発生回路10の入力端子10a,
10bが接続されると共に、該開平値発生回路10の出
力端子10dが該第2のレジスタ3の入力側に接続され
、該第2のレジスタ3の出力側が乗算器20の2つの入
力側に接続されている。開平値発生回路10は、入力端
子10a,10b及び出力端子10dの他に、正負情報
として例えば負フラグFを入力するフラグ入力端子10
cを有し、次式(A1),(A2)を演算し、その演算
結果に基づき第2のレジスタ3の内容を更新する機能を
有している。
Right shift register 2 and second register 3
On the output side of the square root value generating circuit 10, input terminals 10a,
10b is connected, the output terminal 10d of the square root value generation circuit 10 is connected to the input side of the second register 3, and the output side of the second register 3 is connected to the two input sides of the multiplier 20. has been done. The square root value generation circuit 10 includes, in addition to input terminals 10a and 10b and an output terminal 10d, a flag input terminal 10 that inputs, for example, a negative flag F as positive/negative information.
c, and has a function of calculating the following equations (A1) and (A2) and updating the contents of the second register 3 based on the calculation results.

【0021】[0021]

【数1】[Math 1]

【0022】乗算器20は、第2のレジスタ3の出力を
2乗する機能を有し、その出力側と第1のレジスタ1の
出力側とが、減算器21の入力側に接続されている。減
算器21は、2つの入力値を減算してその減算結果の正
負情報、例えば負フラグFを開平値発生回路10のフラ
グ入力端子10cへ出力する機能を有し、ALUで構成
されている。
The multiplier 20 has the function of squaring the output of the second register 3, and its output side and the output side of the first register 1 are connected to the input side of the subtracter 21. . The subtracter 21 has a function of subtracting two input values and outputting positive/negative information of the subtraction result, for example, a negative flag F, to the flag input terminal 10c of the square root value generation circuit 10, and is constituted by an ALU.

【0023】図2は、図1の開平値発生回路の一構成例
を示す回路図である。
FIG. 2 is a circuit diagram showing an example of the configuration of the square root value generating circuit of FIG. 1. In FIG.

【0024】この開平値発生回路10は、入力端子10
a及びフラグ入力端子10cからの2つの入力の論理積
をとるANDゲート群111 〜11n と、ANDゲ
ート111 の出力と固定値“0”の論理和をとるOR
ゲート121 と、入力端子10aからの入力とAND
ゲート112 〜11n の出力の論理和をとるORゲ
ート群122 〜12n と、入力端子10bからの入
力とORゲート群121 〜12n の出力の他的論理
和をとって出力端子10dへ出力する排他的論理和(E
XOR)ゲート群131 〜13n とで、構成されて
いる。EXORゲート131 は最上位ビット(MSB
)、EXORゲート13n は最下位ビット(LSB)
である。
This square root value generation circuit 10 has an input terminal 10
A group of AND gates 111 to 11n which take the AND of the two inputs from the flag input terminal 10c and the OR which takes the output of the AND gate 111 and a fixed value "0".
AND gate 121 and input from input terminal 10a
OR gate groups 122 to 12n which take the logical sum of the outputs of the gates 112 to 11n, and exclusive OR which takes the logical sum of the input from the input terminal 10b and the outputs of the OR gate group 121 to 12n and outputs to the output terminal 10d. Logical sum (E
XOR) gate groups 131 to 13n. EXOR gate 131 is the most significant bit (MSB)
), EXOR gate 13n is the least significant bit (LSB)
It is.

【0025】図3は、図1における被開平値Yの開平値
Xを求める基本アルゴリズムを示すフローチャートであ
る。この図に示すように、nビットの解を求めるために
、ステップ110〜140の処理をn回実行する必要が
ある。この基本アルゴリズムの実現方法は、右シフトレ
ジスタ2及び第2のレジスタ3の値の特徴を利用してい
る。即ち、右シフトレジスタ2の中間値Rは必ず2のべ
き乗数であり、第2のレジスタ3の値Xは中間値Rが2
i であるとき、2i 桁が必ず“1”であり、2i−
1 桁以下の桁が全て“0”であるという特徴を利用し
、前記(A1),(A2)式、つまり次式(4)の加算
及び減算を開平値発生回路10のEXORゲート群13
1 〜13n で実現している。                   X−R+R′=
X EXOR R EXOR R′      ・・・
(4)次に、図3を参照しつつ開平値の算出動作を説明
する。
FIG. 3 is a flowchart showing a basic algorithm for determining the square root value X of the unexpanded root value Y in FIG. As shown in this figure, in order to obtain an n-bit solution, it is necessary to perform the processing of steps 110 to 140 n times. The implementation method of this basic algorithm utilizes the characteristics of the values of the right shift register 2 and the second register 3. That is, the intermediate value R of the right shift register 2 is always a power of 2, and the value X of the second register 3 is such that the intermediate value R is 2.
i, the 2i digit is always “1” and 2i−
Utilizing the feature that all digits below the first digit are "0", the EXOR gate group 13 of the square root value generation circuit 10 performs the addition and subtraction of the equations (A1) and (A2), that is, the following equation (4).
1 to 13n. X-R+R'=
X EXOR R EXOR R'...
(4) Next, the calculation operation of the square root value will be explained with reference to FIG.

【0026】但し、右シフトレジスタ2及び第2のレジ
スタ3の出力値は、クロック信号CKの立上りで変化す
ると仮定する。
However, it is assumed that the output values of the right shift register 2 and the second register 3 change at the rising edge of the clock signal CK.

【0027】図3のステップ100において、第1,第
2のレジスタ1,3と右シフトレジスタ2の初期設定を
行う。第1のレジスタ1には、被開平値Yが格納される
。第2のレジスタ3及び右シフトレジスタ2の両レジス
タには、MSBのみ“1”の値が格納される。ここで、
右シフトレジスタ2は、開平値算出動作に従い、“1”
の位置が右シフトして行き、全ビットが“0”になった
とき、開平値算出動作が終了する。第2のレジスタ3で
は、開平値算出動作に従い、MSB側から開平値が確定
する機能を有している。
At step 100 in FIG. 3, the first and second registers 1 and 3 and the right shift register 2 are initialized. The first register 1 stores the opened mean value Y. Both the second register 3 and the right shift register 2 store a value of "1" only in the MSB. here,
The right shift register 2 is set to “1” according to the square root value calculation operation.
The position of is shifted to the right, and when all bits become "0", the square root value calculation operation ends. The second register 3 has a function of determining the square root value from the MSB side according to the square root value calculation operation.

【0028】時刻t1において、クロック信号CKの立
上がりから、時刻t2の次の立上がりまでの時間で、次
の動作が実行される。
At time t1, the next operation is executed during the time from the rising edge of clock signal CK to the next rising edge at time t2.

【0029】ステップ110で右シフトレジスタ2の中
間値Rが0でないとき、ステップ120において、第2
のレジスタ3の値Xの平方値X2 を乗算器20で計算
する。さらに、ステップ120では、乗算器20で計算
された平方値X2 と第1のレジスタ1の値Yの差(Y
−X2 )を減算器21で計算し、負フラグFを確定し
て開平値発生回路10のフラグ入力端子10cへ出力す
る。
When the intermediate value R of the right shift register 2 is not 0 in step 110, in step 120, the second
The multiplier 20 calculates the square value X2 of the value X of the register 3. Furthermore, in step 120, the difference (Y
-X2) is calculated by the subtracter 21, and the negative flag F is determined and outputted to the flag input terminal 10c of the square root value generation circuit 10.

【0030】ステップ130において、開平値発生回路
10では、確定された負フラグFの値を用い、Y−X2
 >0のときには(A1)式を計算し(ステップ131
)、Y−X2 <0のときには(A2)式を計算する(
ステップ132)。この決定論理は、(A1),(A2
)式に基づき、 出力のMBSビット目=Xmsb   EXOR (R
msb AND  F)) それ以外のiビット目 出力のiビット目=Xi   EXOR (Ri+1 
  OR (Ri AND  F)) である。但し、Xi は第2のレジスタ3のiビット目
、Ri は右シフトレジスタ2のiビット目、Fは負フ
ラグ(正論理=負の時“1”)である。
In step 130, the square root value generating circuit 10 uses the determined negative flag F to calculate Y−X2.
>0, calculate formula (A1) (step 131
), when Y-X2 < 0, calculate formula (A2) (
Step 132). This decision logic is (A1), (A2
) Based on the formula, MBS bit of output = Xmsb EXOR (R
msb AND F)) Other i-th bit output = Xi EXOR (Ri+1
OR (Ri AND F)). However, Xi is the i-th bit of the second register 3, Ri is the i-th bit of the right shift register 2, and F is a negative flag ("1" when positive logic = negative).

【0031】クロック信号CKの次の時刻t2の立上が
りの瞬間には、ステップ140において、右シフトレジ
スタ2の中間値Rを1ビットだけ右シフトを行うと共に
、開平値発生回路10の出力を第2のレジスタ3に格納
する。
At the next rising edge of the clock signal CK at time t2, in step 140, the intermediate value R of the right shift register 2 is shifted to the right by one bit, and the output of the square root value generating circuit 10 is shifted to the second is stored in register 3.

【0032】このようなステップ110〜140の動作
がn回実行されてn個のクロック信号CKが入力される
と、ステップ110で中間値Rが0となり、第2のレジ
スタ3内に存在する値Xが被開平値Yの開平値となる(
ステップ121)。
When the operations of steps 110 to 140 are executed n times and n clock signals CK are input, the intermediate value R becomes 0 in step 110, and the value existing in the second register 3 X becomes the square root value of the opened root value Y (
Step 121).

【0033】この第1の実施例では、次のような利点が
ある。
This first embodiment has the following advantages.

【0034】(a)  プログラム制御によるジャンプ
動作をすることなく、開平値Xを求めることが可能とな
る。さらに、必要な計算時間は、開平値Xのビット数n
であり、これは一般的な除算器で逆数を求めるために必
要とする計算時間と同じである。しかも、第2のレジス
タ3の出力が乗算器20で乗算されて減算器21で減算
されるので、これらの間のスループットが速く、処理速
度が速い。従って、固定小数点DSPにおいて、高速で
、かつ正確な開平値Xが算出できる。
(a) It becomes possible to obtain the square root value X without performing a jump operation under program control. Furthermore, the required calculation time is the number of bits n of the square root value
This is the same calculation time required to find the reciprocal using a general divider. Moreover, since the output of the second register 3 is multiplied by the multiplier 20 and subtracted by the subtracter 21, the throughput between them is fast and the processing speed is fast. Therefore, the square root value X can be calculated quickly and accurately using a fixed-point DSP.

【0035】(b)  従来のDSPと、本実施例の開
平値発生回路10を追加したDSPとを比較すると、該
開平値発生回路10の追加によって増加するハード量は
、図2に示すように1ビット当り、ANDゲート、OR
ゲート、及びEXORゲートの各1個であり、素子量と
しても極めて少ない。しかも、これらのゲートが規則的
な配列構造となっているため、LSI回路化等も簡単で
あり、ハード量の増加を防止できる。
(b) Comparing the conventional DSP and the DSP to which the square root value generating circuit 10 of this embodiment is added, the amount of hardware increased by the addition of the square root value generating circuit 10 is as shown in FIG. per bit, AND gate, OR
There is only one gate and one EXOR gate, and the amount of elements is extremely small. Furthermore, since these gates have a regular arrangement structure, it is easy to implement an LSI circuit, and an increase in the amount of hardware can be prevented.

【0036】第2の実施例 図4は、本発明の第2実施例を示す開平値算出回路の構
成ブロック図であり、図1中の要素と共通の要素には共
通の符号が付されている。
Second Embodiment FIG. 4 is a block diagram of a square root value calculation circuit showing a second embodiment of the present invention. Elements common to those in FIG. 1 are given the same reference numerals. There is.

【0037】この開平値算出回路では、図1の開平値発
生回路10に代えて、クロック制御回路30及び論理回
路40が設けられている。
In this square root value calculation circuit, a clock control circuit 30 and a logic circuit 40 are provided in place of the square root value generation circuit 10 of FIG.

【0038】クロック制御回路30は、減算器21から
出力される正負情報、例えば正フラグGに基づき、第2
のレジスタ3に対するクロック信号CKの入力を制御す
る回路であり、例えばANDゲート31で構成されてい
る。
The clock control circuit 30 uses the second clock signal based on the positive/negative information output from the subtracter 21, for example, the positive flag G.
This circuit controls the input of the clock signal CK to the register 3, and is composed of, for example, an AND gate 31.

【0039】ANDゲート31の入力側に接続された右
シフトレジスタ2は、クロック信号CKの例えば立上が
りに同期して出力値が変化する中間値Rを格納するため
のレジスタであり、初期値がMSBのみ“1”の値とな
り、開平値算出動作に従い、その“1”の位置が右シフ
トしていき、全ビットが“0”になったときに開平値算
出動作が終了する。この右シフトレジスタ3の出力側は
、論理回路40の入力端子40aに接続されている。 また、ANDゲート31の出力側に接続された第2のレ
ジスタ3は、クロック信号CKの例えば立上がりに同期
して出力値が変化する開平値Xを格納するためのレジス
タであり、開平値算出動作に従い、MSB側から開平値
が確定する機能を有している。この第2のレジスタ3の
出力側は、論理回路40の入力端子40bに接続されて
いる。
The right shift register 2 connected to the input side of the AND gate 31 is a register for storing an intermediate value R whose output value changes in synchronization with, for example, the rising edge of the clock signal CK, and the initial value is MSB. According to the square root value calculation operation, the position of the "1" is shifted to the right, and when all bits become "0", the square root value calculation operation ends. The output side of this right shift register 3 is connected to an input terminal 40a of a logic circuit 40. Further, the second register 3 connected to the output side of the AND gate 31 is a register for storing the square root value X whose output value changes in synchronization with, for example, the rising edge of the clock signal CK, and performs the square root value calculation operation. According to this, the square root value is determined from the MSB side. The output side of this second register 3 is connected to an input terminal 40b of a logic circuit 40.

【0040】論理回路40は、その出力端子40cが乗
算器20及び第2のレジスタ3の入力側に接続され、2
つの入力端子40a,40bの入力の加算を行い、その
加算結果によって第2のレジスタ3の内容を更新する機
能を有し、ORゲート群で構成されている。乗算器20
は、論理回路40の出力を2乗してその乗算結果を減算
器21へ出力する回路である。減算器21は、第1のレ
ジスタ1及び乗算器20の出力を減算してその減算結果
の正負情報、例えば正フラグGをANDゲート31へ出
力する回路である。
The logic circuit 40 has an output terminal 40c connected to the input side of the multiplier 20 and the second register 3, and
It has a function of adding the inputs of the two input terminals 40a and 40b and updating the contents of the second register 3 based on the addition result, and is composed of a group of OR gates. Multiplier 20
is a circuit that squares the output of the logic circuit 40 and outputs the multiplication result to the subtracter 21. The subtracter 21 is a circuit that subtracts the outputs of the first register 1 and the multiplier 20 and outputs positive/negative information of the subtraction result, for example, a positive flag G, to the AND gate 31.

【0041】図5は、図4の論理回路40の構成例を示
す回路図である。
FIG. 5 is a circuit diagram showing an example of the configuration of logic circuit 40 in FIG. 4. Referring to FIG.

【0042】この論理回路40は、2つの入力端子40
a,40bにそれぞれ接続されたORゲート群411 
〜41n で構成され、それらの出力側が出力端子40
cに接続されている。
This logic circuit 40 has two input terminals 40
OR gate group 411 connected to a and 40b, respectively
~41n, and their output side is the output terminal 40
connected to c.

【0043】図6は、図4における被開平値Yの開平値
Xを求める基本アルゴリズムを示すフローチャートであ
る。この図に示すように、この第2の実施例の基本アル
ゴリズムでは、nビットの解を求めるためにループをn
回実行する必要がある。この基本アルゴリズムの実現方
法では、第1の実施例と同様に、右シフトレジスタ2及
び第2のレジスタ3の値の特徴、つまりレジスタ2の中
間値Rは必ず2のべき乗数であり、レジスタ3の値Xは
中間値Rが2i であるとき、2i 桁が必ず“1”で
あり、2i−1 桁以下の値が全て“0”であるという
特徴を利用し、図6に示す次式(A3)の加算を論理回
路40で実現している。 B←X+R                    
・・・(A3)次に、図6の各ステップの動作を説明す
る。
FIG. 6 is a flowchart showing a basic algorithm for determining the square root value X of the unexpanded root value Y in FIG. As shown in this figure, in the basic algorithm of this second embodiment, in order to obtain an n-bit solution, the loop is
need to be executed once. In the implementation method of this basic algorithm, as in the first embodiment, the characteristics of the values of the right shift register 2 and the second register 3, that is, the intermediate value R of the register 2 is always a power of 2; When the intermediate value R is 2i, the value X of is calculated by the following formula ( The addition of A3) is realized by the logic circuit 40. B←X+R
(A3) Next, the operation of each step in FIG. 6 will be explained.

【0044】ステップ200で初期設定し、第2のレジ
スタ3に全て“0”、右シフトレジスタ2にMSBのみ
“1”の値をそれぞれ格納する。第1のレジスタ1には
、被開平値Yが格納されていると仮定する。
Initialization is performed in step 200, and the second register 3 stores all "0" values, and the right shift register 2 stores only the MSB "1" values. It is assumed that the first register 1 stores an opened mean value Y.

【0045】ステップ210で右シフトレジスタ2の中
間値Rが0でないことを条件に、ステップ220では、
論理回路40により、(A3)式に従い右シフトレジス
タ2の中間値Rと第2のレジスタ3の値Xとを加算する
。この加算値をBとする。ステップ230では、ステッ
プ220での加算値Bを2乗し、その2乗値B2 と第
1のレジスタ1の被開平値Yとの差(Y−B2 )を減
算器21で計算し、正フラグGを確定する。
On the condition that the intermediate value R of the right shift register 2 is not 0 in step 210, in step 220,
The logic circuit 40 adds the intermediate value R of the right shift register 2 and the value X of the second register 3 according to equation (A3). Let this added value be B. In step 230, the added value B in step 220 is squared, and the subtracter 21 calculates the difference (Y-B2) between the squared value B2 and the squared root value Y of the first register 1, and the positive flag is Confirm G.

【0046】クロック制御回路30では、ステップ23
0で確定された正フラグGを利用し、ステップ240に
おいて第2のレジスタ3に対するクロック信号CKの入
力を制御する。即ち、正フラグGが正のとき(“1”)
は、ステップ240においてANDゲート31が開いて
クロック信号CKが第2のレジスタ3へ供給され、論理
回路40の出力が該第2のレジスタ3に取り込まれる。 これに対し、正フラグGが負のとき(“0”)は、AN
Dゲート31が閉じてクロック信号CKが第2のレジス
タ3へ供給されず、該第2のレジスタ3が前の状態の値
を保持し、ステップ250へ進む。
In the clock control circuit 30, step 23
Using the positive flag G determined as 0, the input of the clock signal CK to the second register 3 is controlled in step 240. That is, when the positive flag G is positive (“1”)
In step 240, the AND gate 31 is opened, the clock signal CK is supplied to the second register 3, and the output of the logic circuit 40 is taken into the second register 3. On the other hand, when the positive flag G is negative (“0”), the AN
The D-gate 31 is closed and the clock signal CK is not supplied to the second register 3, which retains the value of the previous state and the process proceeds to step 250.

【0047】ステップ250では、右シフトレジスタ2
の中間値Rを1ビットだけ右へシフトし、ステップ21
0へ戻る。そして、クロック信号CKがn個入力され、
ステップ210で右シフトレジスタ2の中間値Rが0と
なると、ステップ221で開平値算出処理が終わり、第
2のレジスタ3に存在する値が求める開平値Xとなる。
In step 250, right shift register 2
Shift the intermediate value R of 1 bit to the right, step 21
Return to 0. Then, n clock signals CK are input,
When the intermediate value R of the right shift register 2 becomes 0 in step 210, the square root value calculation process ends in step 221, and the value existing in the second register 3 becomes the square root value X to be sought.

【0048】この第2の実施例では、次のような利点を
有している。
This second embodiment has the following advantages.

【0049】(A)  第1の実施例と同様に、プログ
ラム制御によりジャンプ動作をすることなく、開平値を
求めることが可能になり、さらに、必要とされる計算時
間は、開平値Xのビット数であり、これは一般的な除算
器で逆数を求めるために必要とされる計算時間と同じで
ある。従って、固定小数点DSPにおいても、正確な開
平値Xが高速に求められる。
(A) As in the first embodiment, it is possible to obtain the square root value without performing a jump operation by program control, and the required calculation time is reduced by the bits of the square root value This is the same calculation time required to find the reciprocal with a general divider. Therefore, even in a fixed-point DSP, an accurate square root value X can be obtained quickly.

【0050】(B)  増加するハード量は、従来のD
SPに対してクロック制御回路30及び論理回路40だ
けであり、素子量としても極めて少なく、LSI回路化
等も簡単である。また、クロック制御回路30及び論理
回路40の回路構成が第1の実施例の開平値発生回路1
0に比べて簡単となるため、付加する回路構成が第1の
実施例よりも簡単となる。
(B) The amount of hardware increases compared to the conventional D
Compared to the SP, there is only a clock control circuit 30 and a logic circuit 40, the amount of elements is extremely small, and it is easy to implement LSI circuits. Further, the circuit configuration of the clock control circuit 30 and the logic circuit 40 is the same as that of the square root value generation circuit 1 of the first embodiment.
Since this embodiment is simpler than 0, the additional circuit configuration is simpler than that of the first embodiment.

【0051】なお、本発明は上記実施例に限定されず、
種々の変形が可能である。その変形例としては、例えば
次のようなものがある。
[0051] Note that the present invention is not limited to the above embodiments,
Various modifications are possible. Examples of such modifications include the following.

【0052】(i)  図1では、減算器21の負フラ
グFを用いて開平値発生回路10で排他的論理和を求め
ているが、図2に示す開平値発生回路10の回路構成を
排他的否定論理和ゲート等で構成することにより、減算
器21から出力される正負情報の内の正フラグを用いて
開平値発生回路10で処理することも可能である。
(i) In FIG. 1, the negative flag F of the subtracter 21 is used to obtain the exclusive OR in the square root value generating circuit 10, but the circuit configuration of the square root value generating circuit 10 shown in FIG. It is also possible to process in the square root value generation circuit 10 using a positive flag of the positive/negative information outputted from the subtracter 21 by configuring it with a logical NOR gate or the like.

【0053】(ii)  図4では減算器21から出力
される正負情報の内、正フラグGをクロック制御回路3
0に入力してクロック信号CKの入力制御を行っている
が、該クロック制御回路30を他のゲート回路で構成す
ることにより、負フラグを用いて第2のレジスタ3に対
するクロック信号CKの入力を制御するようにしてもよ
い。 また、論理回路40はORゲートで構成しているが、右
シフトレジスタ2及び第2のレジスタ3の出力が逆相信
号であれば、それに応じたゲート回路で論理回路40を
構成することも可能である。
(ii) In FIG. 4, of the positive and negative information output from the subtracter 21, the positive flag G is set to the clock control circuit 3.
0 to control the input of the clock signal CK, but by configuring the clock control circuit 30 with another gate circuit, the input of the clock signal CK to the second register 3 can be controlled using the negative flag. It may also be controlled. Further, although the logic circuit 40 is configured with an OR gate, if the outputs of the right shift register 2 and the second register 3 are reverse phase signals, the logic circuit 40 can also be configured with gate circuits corresponding to the outputs. It is.

【0054】(iii)  図1及び図4では、減算器
21をALUで構成したが、これは専用の減算回路で構
成してもよい。
(iii) In FIGS. 1 and 4, the subtracter 21 is constructed from an ALU, but it may also be constructed from a dedicated subtraction circuit.

【0055】[0055]

【発明の効果】以上詳細に説明したように、第1の発明
によれば、減算器の正負情報に基づき、開平値発生回路
で第2のレジスタの内容を更新する、つまり開平値の候
補を算出するようにしたので、固定小数点DSPにおい
ても、正確な開平値を高速に求めることができる。しか
も、従来のALU及び乗算器等を利用すれば、開平値発
生回路のみを追加するだけで、開平値算出回路を構成で
き、ハード量の増大を抑制しつつ、適確な開平値算出回
路が実現できる。
As explained in detail above, according to the first invention, the content of the second register is updated in the square root value generation circuit based on the positive/negative information of the subtracter, that is, the square root value candidate is Since the calculation is performed, an accurate square root value can be obtained quickly even in a fixed-point DSP. Moreover, by using conventional ALUs, multipliers, etc., a square root value calculation circuit can be configured by simply adding a square root value generation circuit, and an accurate square root value calculation circuit can be configured while suppressing an increase in the amount of hardware. realizable.

【0056】第2の発明によれば、減算器の正負情報に
基づき、クロック制御回路で第2のレジスタに対するク
ロック信号の入力を制御し、論理回路の出力に基づき、
該第2のレジスタの内容を更新する、つまり開平値の候
補を算出するようにしたので、第1の発明と同様に、固
定小数点DSPにおいても、高速かつ正確に開平値を算
出することができる。しかも、従来のALU及び乗算器
等を有するDSPを利用すれば、クロック制御回路及び
論理回路を追加するだけで、ハード量の増加を抑制しつ
つ、適確な開平値算出回路を実現できる。
According to the second invention, the clock control circuit controls the input of the clock signal to the second register based on the positive/negative information of the subtracter, and based on the output of the logic circuit,
Since the contents of the second register are updated, that is, candidates for the square root value are calculated, the square root value can be calculated quickly and accurately even in a fixed-point DSP, similar to the first invention. . Furthermore, by using a DSP having a conventional ALU, multiplier, etc., an accurate square root value calculation circuit can be realized by simply adding a clock control circuit and a logic circuit, while suppressing an increase in the amount of hardware.

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

【図1】本発明の第1の実施例を示す開平値算出回路の
構成ブロック図である。
FIG. 1 is a configuration block diagram of a square root value calculation circuit showing a first embodiment of the present invention.

【図2】図1の開平値発生回路の回路図である。FIG. 2 is a circuit diagram of the square root value generation circuit of FIG. 1;

【図3】図1における基本アルゴリズムのフローチャー
トである。
FIG. 3 is a flowchart of the basic algorithm in FIG. 1;

【図4】本発明の第2の実施例を示す開平値算出回路の
構成ブロック図である。
FIG. 4 is a configuration block diagram of a square root value calculation circuit showing a second embodiment of the present invention.

【図5】図4の論理回路の回路図である。FIG. 5 is a circuit diagram of the logic circuit of FIG. 4;

【図6】図4における基本アルゴリズムのフローチャー
トである。
FIG. 6 is a flowchart of the basic algorithm in FIG. 4;

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

1        第1のレジスタ 2        右シフトレジスタ 3        第2のレジスタ 10      開平値発生回路 20      乗算器 21      減算器 30      クロック制御回路 31      ANDゲート 40      論理回路 F        負フラグ G        正フラグ 1 First register 2 Right shift register 3 Second register 10 Square root value generation circuit 20 Multiplier 21 Subtractor 30 Clock control circuit 31 AND gate 40 Logic circuit F Negative flag G Positive flag

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  被開平値を格納する第1のレジスタと
、クロック信号に基づき右シフト動作して2のべき乗数
の値を出力する右シフトレジスタと、前記クロック信号
に基づき動作して前記右シフトレジスタの出力が2i 
(但し、i;整数)であるとき、2i 桁が論理“1”
及び2i−1 桁以下の桁が全て論理“0”となる値を
出力する開平値格納用の第2のレジスタと、前記第2の
レジスタの出力を2乗する乗算器と、前記第1のレジス
タ及び乗算器の出力を減算してその減算結果の正負情報
を出力する減算器と、前記正負情報に基づき前記右シフ
トレジスタ及び第2のレジスタの出力の排他的論理をと
って加減算を行い、その加減算結果によって前記第2の
レジスタの内容を更新する開平値発生回路とを、備えた
ことを特徴とする開平値算出回路。
1. A first register that stores an unexpanded root value, a right shift register that operates to right shift based on a clock signal and outputs a value of a power of 2, and a right shift register that operates based on the clock signal to output a value of a power of 2. The output of the shift register is 2i
(where i is an integer), the 2i digit is logic “1”
and a second register for storing a square root value that outputs a value in which all digits below the 2i-1 digit are logic "0"; a multiplier that squares the output of the second register; and a multiplier that squares the output of the second register; a subtracter that subtracts the outputs of the register and the multiplier and outputs positive/negative information of the subtraction result; and performs addition/subtraction by taking exclusive logic of the outputs of the right shift register and the second register based on the positive/negative information; A square root value calculation circuit comprising: a square root value generation circuit that updates the contents of the second register according to the addition/subtraction results.
【請求項2】  被開平値を格納する第1のレジスタと
、クロック信号に基づき右シフト動作して2のべき乗数
の値を出力する右シフトレジスタと、正負情報に基づき
前記クロック信号の入力を制御するクロック制御回路と
、前記クロック制御回路の出力クロック信号に基づき動
作して前記右シフトレジスタの出力が2i (但し、i
;整数)であるとき、2i 桁が論理“1”及び2i−
1 桁以下の桁が全て論理“0”となる値を出力する開
平値格納用の第2のレジスタと、前記右シフトレジスタ
及び第2のレジスタの出力の論理和による加算を行い、
その加算結果によって前記第2のレジスタの内容を更新
する論理回路と、前記論理回路の出力を2乗する乗算器
と、前記第1のレジスタ及び乗算器の出力を減算してそ
の減算結果の前記正負情報を前記クロック制御回路へ出
力する減算器とを、備えたことを特徴とする開平値算出
回路。
2. A first register that stores an unexpanded root value; a right shift register that performs a right shift operation based on a clock signal and outputs a value of a power of 2; and a right shift register that outputs a value of a power of 2; The output of the right shift register operates based on the clock control circuit to control and the output clock signal of the clock control circuit, and the output of the right shift register is 2i
; integer), then 2i digits are logical “1” and 2i-
A second register for storing a square root value that outputs a value in which all digits below the first digit are logical "0", and a logical sum of the outputs of the right shift register and the second register;
a logic circuit that updates the contents of the second register according to the addition result; a multiplier that squares the output of the logic circuit; A square root value calculation circuit comprising: a subtracter that outputs positive/negative information to the clock control circuit.
JP13987291A 1991-06-12 1991-06-12 Square root value calculation circuit Expired - Lifetime JP2790923B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13987291A JP2790923B2 (en) 1991-06-12 1991-06-12 Square root value calculation circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13987291A JP2790923B2 (en) 1991-06-12 1991-06-12 Square root value calculation circuit

Publications (2)

Publication Number Publication Date
JPH04364528A true JPH04364528A (en) 1992-12-16
JP2790923B2 JP2790923B2 (en) 1998-08-27

Family

ID=15255529

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13987291A Expired - Lifetime JP2790923B2 (en) 1991-06-12 1991-06-12 Square root value calculation circuit

Country Status (1)

Country Link
JP (1) JP2790923B2 (en)

Also Published As

Publication number Publication date
JP2790923B2 (en) 1998-08-27

Similar Documents

Publication Publication Date Title
US7395304B2 (en) Method and apparatus for performing single-cycle addition or subtraction and comparison in redundant form arithmetic
JP2622896B2 (en) Division device
EP0356153B1 (en) Radix-2**n divider method and apparatus using overlapped quotient bit selection and concurrent quotient rounding and correction
US5957996A (en) Digital data comparator and microprocessor
JP2508784B2 (en) Exponential function calculator
JP3003467B2 (en) Arithmetic unit
JP2001222410A (en) Divider
US5574677A (en) Adaptive non-restoring integer divide apparatus with integrated overflow detect
US7016930B2 (en) Apparatus and method for performing operations implemented by iterative execution of a recurrence equation
US6813628B2 (en) Method and apparatus for performing equality comparison in redundant form arithmetic
JPH04270415A (en) High-performance adder
JP2511527B2 (en) Floating point arithmetic unit
US4866655A (en) Arithmetic processor and divider using redundant signed digit
JPH09222991A (en) Adding method and adder
EP1504338B1 (en) &#34;emod&#34; a fast modulus calculation for computer systems
JPH04364528A (en) Extraction value calculating circuit
JP2578482B2 (en) Floating point arithmetic unit
JP2790327B2 (en) Remainder multiplication circuit and remainder multiplication method
Lu et al. A Multibit Left-Shift Modular Inverse Hardware Algorithm and its Implementation
JP2518532B2 (en) Subtractor shift type divider
JP4300332B2 (en) Divider
JP2001034457A (en) Adding and subtracting circuit
JPH11134174A (en) Arithmetic circuit
JPH0553768A (en) Divider
JPH0414173A (en) Fixed point product sum computing element

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980602

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090612

Year of fee payment: 11

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090612

Year of fee payment: 11

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100612

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110612

Year of fee payment: 13

EXPY Cancellation because of completion of term