JP3153656B2 - Multiplier - Google Patents

Multiplier

Info

Publication number
JP3153656B2
JP3153656B2 JP32043892A JP32043892A JP3153656B2 JP 3153656 B2 JP3153656 B2 JP 3153656B2 JP 32043892 A JP32043892 A JP 32043892A JP 32043892 A JP32043892 A JP 32043892A JP 3153656 B2 JP3153656 B2 JP 3153656B2
Authority
JP
Japan
Prior art keywords
digit
input
multiplier
csa
csa tree
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.)
Expired - Fee Related
Application number
JP32043892A
Other languages
Japanese (ja)
Other versions
JPH06168102A (en
Inventor
左洋 大塚
陽象 中山
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.)
Fujitsu Ltd
PFU Ltd
Original Assignee
Fujitsu Ltd
PFU 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 Fujitsu Ltd, PFU Ltd filed Critical Fujitsu Ltd
Priority to JP32043892A priority Critical patent/JP3153656B2/en
Publication of JPH06168102A publication Critical patent/JPH06168102A/en
Application granted granted Critical
Publication of JP3153656B2 publication Critical patent/JP3153656B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ブースのアルゴリズム
を用いた乗算器に関する。近年、電子計算機は、様々な
分野で利用されるようになり、その性能向上が要求され
ている。とりわけ、計算機の性能に大きな影響を与える
演算器には、処理速度の高速化と物量の削減とが要求さ
れている。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiplier using the Booth algorithm. 2. Description of the Related Art In recent years, computers have been used in various fields, and their performance has been demanded to be improved. In particular, an arithmetic unit that greatly affects the performance of a computer is required to increase the processing speed and reduce the amount of data.

【0002】[0002]

【従来の技術】ブースのアルゴリズムを用いた従来の乗
算器は、2進数の乗算を行なう場合、生成した各部分積
を符号拡張してからCSA(Carry Save A
dder)トリーに入力し、その結果得られたサムとキ
ャリーをCPA(CarryPropagate Ad
der)に通して、サムとキャリーの和を求めることに
より、最終的に積を得ていた。
2. Description of the Related Art In a conventional multiplier using the Booth algorithm, when performing a binary multiplication, each of the generated partial products is sign-extended and then CSA (Carry Save A).
dder) tree, and the resulting thumb and carry are transferred to the CPA (CarryPropagate Ad).
der), the sum of Sam and Carry was obtained to finally obtain the product.

【0003】[0003]

【発明が解決しようとする課題】このような従来の乗算
器は、ブースのアルゴリズムを用いているので、他の乗
算器と比較し、回路数をある程度まで減らすことができ
るという有利さがあった。しかしながら、構造が単純で
あるため、物量と回路段数とがやや大きすぎるという問
題点があった。
Since such a conventional multiplier uses the Booth algorithm, there is an advantage that the number of circuits can be reduced to some extent as compared with other multipliers. . However, there is a problem that the physical quantity and the number of circuit stages are slightly too large due to the simple structure.

【0004】本発明は、このような従来の問題点に鑑み
て為されたものであり、各桁の最終段に設ける加算器へ
の入力が2入力になるようにCSAトリーを組むと共
に、その2入力から直接、CPAへの入力であるBit
−P/Gをつくることにより、乗算器の物量及び回路段
数の削減を実現することを目的とする。
The present invention has been made in view of such a conventional problem, and a CSA tree is constructed so that the input to an adder provided at the last stage of each digit becomes two inputs. Bit which is input to CPA directly from 2 inputs
An object of the present invention is to realize the reduction of the amount of the multiplier and the number of circuit stages by creating P / G.

【0005】[0005]

【課題を解決するための手段】本発明によれば、上述の
目的は、前記特許請求の範囲に記載した手段にて達成さ
れる。
According to the present invention, the above objects are achieved by the means as set forth in the appended claims.

【0006】すなわち、本発明は、ブースのアルゴリズ
ムに従って、被乗数と乗数の部分積を生成する部分積生
成部と、生成した部分積から各桁のキャリーとサムを計
算するCSAトリー部と、各桁のキャリーとサムを加算
することにより、被乗数と乗数の積を算出するCPA部
とを具備する乗算器であって、前記CSAトリー部は、
各桁の最終段に2入力2出力の加算器を設けるものであ
り、その第n桁目における最終段の加算器への二つの入
力をAn ,Bn とするとき、An ,Bn ,An+ 1 ,B
n+1 を入力し、第n桁目のPropagationビッ
トPn 及びGenerationビットGn を生成する
回路を設ける乗算器である。
That is, according to the present invention, a partial product generating section for generating a partial product of a multiplicand and a multiplier in accordance with the Booth algorithm, a CSA tree section for calculating a carry and a sum of each digit from the generated partial product, A CPA unit for calculating the product of the multiplicand and the multiplier by adding the carry and the sum of the CSA tree.
A two-input, two-output adder is provided at the last stage of each digit. If two inputs to the last-stage adder at the n-th digit are A n and B n , A n and B n , A n + 1 , B
This is a multiplier provided with a circuit that receives n + 1 and generates a Propagation bit P n and Generation bit G n of the n-th digit.

【0007】[0007]

【作用】ブースのアルゴリズムを用いた乗算器は、乗数
のビット数に応じて、複数の部分積を生成する。それか
ら、各部分積を所要のビット数ずつシフトさせ、桁ごと
に全ての値を加算したものを最終的な積とする。そし
て、その加算においては、多入力の加算器、即ちCSA
トリーを用いる。このCSAトリーは、部分積の数(入
力数)によってその段数が決まる。
The multiplier using the Booth algorithm generates a plurality of partial products according to the number of bits of the multiplier. Then, each partial product is shifted by a required number of bits, and the sum of all values for each digit is defined as the final product. In addition, in the addition, a multi-input adder, that is, CSA
Use a tree. The number of stages in the CSA tree is determined by the number of partial products (the number of inputs).

【0008】また、CSAトリーの出力は、CPAの入
力になるが、CSAトリーの最終段は2入力になるよう
にCSAトリーを組む。そして、その最終段への2入力
を、従来のように2入力のCSAへ渡すことなく、CP
Aへの入力であるBit−P/G(ビット単位のPro
pagate/Generation)を直接つくる別
の回路へ渡すことにより、物量と回路段数の削減(高速
化)を図る。
The output of the CSA tree becomes the input of the CPA, but the CSA tree is constructed so that the last stage of the CSA tree has two inputs. Then, without passing the two inputs to the final stage to the two-input CSA as in the related art,
Bit-P / G which is the input to A (Pro-
By passing (page / generation) directly to another circuit that is directly formed, the amount of material and the number of circuit stages can be reduced (speeding up).

【0009】図1は、本発明の原理を説明するための図
である。図1(a)に示すひとつの4入力回路1は、図
1(b)に示す二つの2入力回路2,3を組み合わせた
ものと同様に作用するものである。図1(a)の4入力
回路1を使用すると、ゲート数の削減と共に、回路段数
の削減とを図ることができるが、その詳細については、
実施例において詳述する。
FIG. 1 is a diagram for explaining the principle of the present invention. One four-input circuit 1 shown in FIG. 1A operates similarly to the combination of the two two-input circuits 2 and 3 shown in FIG. 1B. When the four-input circuit 1 shown in FIG. 1A is used, it is possible to reduce the number of gates and the number of circuit stages.
This will be described in detail in Examples.

【0010】本発明では、CSAトリーの最終段に設け
るべき2入力のCSAを取り除く。よって、物量を減ら
すことができ、同時に、回路段数も削減する。さらに、
クリティカルパスを通過する信号の遅延時間は減少し、
乗算は高速化する。なお、本発明は、既に特許出願され
ている「乗算器」(平成2年9月13日出願)の手法を
併用すると、大きな効果を得ることが可能である。
According to the present invention, a two-input CSA to be provided at the last stage of the CSA tree is removed. Therefore, the physical quantity can be reduced, and at the same time, the number of circuit stages is reduced. further,
The delay time of signals passing through the critical path is reduced,
Multiplication speeds up. It should be noted that the present invention can achieve a great effect when used in combination with the technique of the “multiplier” (filed on September 13, 1990), which has already been applied for a patent.

【0011】[0011]

【実施例】以下、8ビット×8ビットの整数乗算の実施
例について説明する。まず、ブースのアルゴリズムに従
って、部分積を生成する方法について説明する。ここで
は、単純に符号拡張する第一の方法と、既に特許出願さ
れている「乗算器」の発明で開示された第二の方法との
2通りについて述べることにする。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of 8-bit by 8-bit integer multiplication will be described below. First, a method of generating a partial product according to the Booth algorithm will be described. Here, two methods will be described, a first method of simply sign-extending and a second method disclosed in the invention of the "multiplier" for which a patent application has already been filed.

【0012】図2に示すように、8ビットの乗数をブー
スのデコーダに通すことにより、倍率を示すG1〜G5
のデコード信号を得る。さらに、このG1〜G5の倍率
により、部分積を求める。そして、求めた五つの部分積
を2ビットずつシフトさせて並べ、CSAトリーに入力
する。
As shown in FIG. 2, by passing an 8-bit multiplier through a Booth decoder, G1 to G5 indicating magnification are displayed.
To obtain the decoded signal. Further, a partial product is obtained from the magnification of G1 to G5. Then, the obtained five partial products are shifted and arranged by 2 bits and input to the CSA tree.

【0013】図3は、符号拡張する第一の方法により生
成する部分積を示している。図3において、S1 は、G
1 の倍率で生成した部分積の符号であるが、この符号S
1 は、CSAトリーの最上位の桁まで符合拡張されてい
る。また、‘H’は、HOT−BITである。HOT−
BITは、倍率が−1倍、−2倍となった時に立てる補
正ビットである。
FIG. 3 shows a partial product generated by the first method of sign extension. In FIG. 3, S 1 is G
The sign of the partial product generated at a magnification of 1
1 is sign extended to the most significant digit of the CSA tree. 'H' is HOT-BIT. HOT-
BIT is a correction bit that is set when the magnification is -1 or -2.

【0014】図3の符号拡張する場合のCSAトリーの
構成例を、図5〜7に示す。CSAトリーは、図示する
ように、3入力又は2入力の加算器10〜42で構成す
ることができる。図示する3入力又は2入力の加算器1
0〜42は、サムとキャリーの二つの出力を求めるCS
Aである。なお、図中、点線で示すパスは、CSAトリ
ーの動作速度を表わすクリティカルパスである。
FIGS. 5 to 7 show examples of the configuration of the CSA tree in the case of sign extension in FIG. As shown, the CSA tree can be constituted by adders 10 to 42 of three inputs or two inputs. 3-input or 2-input adder 1 shown
0 to 42 are CSs for calculating two outputs of sum and carry.
A. In the drawing, the path indicated by the dotted line is a critical path representing the operating speed of the CSA tree.

【0015】一方、図4は、上記「乗算器」の発明に基
づいた第二の方法により生成する部分積を示している。
図4において、E0 ,E1 は、「乗算器」の発明で開示
された拡張ビットである。これらの拡張ビットE0 ,E
1 を使用することにより、符号拡張のためのゲート数と
共に、CSAトリーへの入力数を削減することができ
る。
FIG. 4 shows a partial product generated by the second method based on the invention of the "multiplier".
In FIG. 4, E 0 and E 1 are extension bits disclosed in the invention of the “multiplier”. These extension bits E 0 , E
By using 1 , the number of inputs to the CSA tree as well as the number of gates for sign extension can be reduced.

【0016】図4の入力数を削減した場合におけるCS
Aトリーの構成例を、図8〜10に示す。ここでも、C
SAトリーは、3入力又は2入力の加算器50〜84で
構成している。ところで、図9に示す第5桁目は、三つ
の3入力CSAで構成することが可能であるが、図9の
例では、二つの3入力CSA63,64と、二つの2入
力CSA65,66、すなわち合計四つのCSA63〜
66で構成してあり、使用するゲート数を削減してい
る。このように、第5桁目のCSA数をひとつ増やして
も、点線で示すこのCSAトリーのクリティカルパスを
通過するCSA数は変わらない。
The CS in FIG. 4 when the number of inputs is reduced
8 to 10 show configuration examples of the A tree. Again, C
The SA tree is composed of adders 50 to 84 of three inputs or two inputs. By the way, the fifth digit shown in FIG. 9 can be composed of three 3-input CSAs, but in the example of FIG. 9, two 3-input CSAs 63 and 64 and two 2-input CSAs 65 and 66, That is, a total of four CSA 63 ~
The number of gates used is reduced. Thus, even if the number of CSAs at the fifth digit is increased by one, the number of CSAs passing through the critical path of this CSA tree indicated by the dotted line does not change.

【0017】図5〜7に示すCSAトリーも、図8〜1
0に示すCSAトリーも、それぞれ最終段を2入力のC
SAになるように工夫して組んでいる。また、3入力の
CSAを用いればよい場合でも、2入力のCSAを二つ
用いることにより、最終段を2入力のCSAとしてい
る。なお、図8〜10では、第12桁目以降が省略され
ているが、これらは、図7に示す第12桁目以降のもの
と同様とする。
The CSA tree shown in FIGS.
Also, the CSA tree shown in FIG.
We are devised to be SA. In addition, even when it is sufficient to use a three-input CSA, two final CSAs are used by using two two-input CSAs. 8 to 10, the twelfth and subsequent digits are omitted, but these are the same as those of the twelfth and subsequent digits shown in FIG.

【0018】最終的な積は、CSAトリーが出力するサ
ムとキャリーを、CPAを用いて加算することにより求
めることができる。図11は、CPAによる積の算出例
を示す図である。図11におけるCPAは、CSAトリ
ーが出力する第n桁目のサムSn と、第n+1桁目のキ
ャリーCn+1 を全加算し、第n桁目のプロダクトPn
算出している。
The final product can be obtained by adding the sum and carry output from the CSA tree using CPA. FIG. 11 is a diagram illustrating an example of calculating a product by CPA. CPA in Figure 11, and the n-th digit of the sum S n of CSA tree outputs, a carry C n + 1 of the (n + 1) digit to full adder, and calculates the n-th digit of the product P n.

【0019】ところで、最終段のCSAへの二つの入力
をA,Bとすると、
By the way, if two inputs to the final stage CSA are A and B,

【数1】 であり、CPAへの入力であるBit−P/Gは、(Equation 1) And the input to the CPA, Bit-P / G, is

【数2】 である。但し、n=0〜15とする。(Equation 2) It is. However, n = 0 to 15.

【0020】このBit−P/G(ビット単位のPro
pagate/Generation)の論理は、NO
Rゲートが有効な(高速あるいは、小さい)テクノロジ
ーではNORゲートを使用し、ANDゲートが有効なテ
クノロジーではANDゲートを使用するという具合に最
適化すれば、回路段数とゲート数とを削減することがで
きる。
This Bit-P / G (Pro unit in bit units)
page / Generation) logic is NO
By optimizing the use of NOR gates in technologies where R-gates are enabled (fast or small) and using AND gates in technologies where AND-gates are enabled, the number of circuit stages and the number of gates can be reduced. it can.

【0021】図12に示す4入力2出力の回路90,9
1は、上記A,Bを入力し、上記P,Gを出力するもの
である。一方、図13に示すCSAトリーの最終段に設
ける2入力2出力の回路100〜102は、上記A,B
を入力し、サムとキャリーとを出力するものであり、そ
の次の段に設ける2入力2出力の回路103,104
は、サムとキャリーを入力し、上記P,Gを出力するも
のである。
The four-input two-output circuits 90 and 9 shown in FIG.
1 is for inputting the above A and B and outputting the above P and G. On the other hand, the two-input two-output circuits 100 to 102 provided in the last stage of the CSA tree shown in FIG.
, And outputs a sum and a carry. Two-input two-output circuits 103 and 104 provided in the next stage
Is for inputting a thumb and a carry and outputting the above P and G.

【0022】物量を比較すると、桁ごとにひとつの4入
力2出力の回路を用いる図12の場合の方が、桁ごとに
二つの2入力2出力の回路を用いる図13の場合より
も、ゲート数を少なくすることができるので有利であ
る。動作速度、すなわち、回路段数の点でも、図12の
場合の方が有利である。なお、図12及び図13に示す
各CPA92,105は、上記P,Gを入力して、被乗
数と乗数との乗算結果である積を求めることになる。
Comparing the physical quantities, the case of FIG. 12 using one 4-input, 2-output circuit for each digit is greater than the case of FIG. 13 using two 2-input, 2-output circuits for each digit. This is advantageous because the number can be reduced. FIG. 12 is more advantageous in terms of operating speed, that is, the number of circuit stages. Each of the CPAs 92 and 105 shown in FIGS. 12 and 13 receives the above P and G and obtains a product that is a result of multiplication of the multiplicand and the multiplier.

【0023】[0023]

【発明の効果】以上説明したように、本発明によれば、
CSAトリーにおけるクリティカルパスの負荷(遅延時
間)を小さくし、乗算器の動作速度を高速化することが
できる。しかも、使用するゲート数が減るので、乗算器
の物量を削減できるという効果を奏し、計算機の性能向
上に寄与するところが大きい。
As described above, according to the present invention,
The load (delay time) of the critical path in the CSA tree can be reduced, and the operating speed of the multiplier can be increased. In addition, since the number of gates used is reduced, the amount of the multiplier can be reduced, which greatly contributes to improving the performance of the computer.

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

【図1】本発明の原理を説明するための図である。FIG. 1 is a diagram for explaining the principle of the present invention.

【図2】ブースのデコーダを説明する図である。FIG. 2 illustrates a booth decoder.

【図3】部分積を加算する方法の一例を示す図である。FIG. 3 is a diagram illustrating an example of a method of adding partial products.

【図4】部分積を加算する方法の他の例を示す図であ
る。
FIG. 4 is a diagram illustrating another example of a method of adding partial products.

【図5】図3に示す部分積の加算を行なうCSAトリー
の構成例を示す図である。
FIG. 5 is a diagram illustrating a configuration example of a CSA tree that performs addition of partial products illustrated in FIG. 3;

【図6】図5に続く図である。FIG. 6 is a view following FIG. 5;

【図7】図6に続く図である。FIG. 7 is a view following FIG. 6;

【図8】図4に示す部分積の加算を行なうCSAトリー
の構成例を示す図である。
8 is a diagram illustrating a configuration example of a CSA tree that performs addition of the partial products illustrated in FIG. 4;

【図9】図8に続く図である。FIG. 9 is a view following FIG. 8;

【図10】図9に続く図である。FIG. 10 is a view following FIG. 9;

【図11】CPAによる積の算出例を示す図である。FIG. 11 is a diagram illustrating an example of calculating a product by CPA.

【図12】4入力の回路を用いた実施例を示す図であ
る。
FIG. 12 is a diagram showing an embodiment using a four-input circuit.

【図13】2入力の回路を用いた従来例を示す図であ
る。
FIG. 13 is a diagram showing a conventional example using a two-input circuit.

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

1,3,90,91,103,104 Bit−P/G
の生成回路 2,10〜42,50〜84,100〜102 CSA 92,105 CPA
1,3,90,91,103,104 Bit-P / G
Generation circuit 2,10-42,50-84,100-102 CSA 92,105 CPA

───────────────────────────────────────────────────── フロントページの続き (72)発明者 中山 陽象 神奈川県大和市深見西4丁目2番49号 株式会社ピーエフユー大和工場内 (56)参考文献 特開 昭63−241634(JP,A) 特開 平3−177922(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 7/52 310 ──────────────────────────────────────────────────続 き Continuation of the front page (72) Inventor Yozo Nakayama 4-49 Fukami Nishi, Yamato-shi, Kanagawa Prefecture PFY Yamato Factory Co., Ltd. (56) References JP-A-63-241634 (JP, A) Kaihei 3-177922 (JP, A) (58) Field surveyed (Int. Cl. 7 , DB name) G06F 7/52 310

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ブースのアルゴリズムに従って、被乗数と
乗数の部分積を生成する部分積生成部と、生成した部分
積から各桁のキャリーとサムを計算するCSAトリー部
と、各桁のキャリーとサムを加算することにより、被乗
数と乗数の積を算出するCPA部とを具備する乗算器で
あって、前記CSAトリー部は、各桁の最終段に2入力
2出力の加算器を設けるものであり、その第n桁目にお
ける最終段の加算器への二つの入力をAn ,Bn とする
とき、 An ,Bn ,An+1 ,Bn+1 を入力し、第n桁目のPr
opagationビットPn 及びGeneratio
nビットGn を生成する回路を設けることを特徴とする
乗算器。
1. A partial product generator for generating a partial product of a multiplicand and a multiplier according to a Booth algorithm, a CSA tree unit for calculating a carry and a sum of each digit from the generated partial product, a carry and a sum of each digit. And a CPA unit for calculating the product of the multiplicand and the multiplier by adding the CSA tree, wherein the CSA tree unit includes a 2-input / 2-output adder at the last stage of each digit. , two inputs of the a n to the adder of the final stage in the first digit n, when the B n, a n, B n, enter the a n + 1, B n + 1, the n-th digit Pr
Opagation bits P n and Generator
A multiplier provided with a circuit for generating n bits Gn .
JP32043892A 1992-11-30 1992-11-30 Multiplier Expired - Fee Related JP3153656B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32043892A JP3153656B2 (en) 1992-11-30 1992-11-30 Multiplier

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32043892A JP3153656B2 (en) 1992-11-30 1992-11-30 Multiplier

Publications (2)

Publication Number Publication Date
JPH06168102A JPH06168102A (en) 1994-06-14
JP3153656B2 true JP3153656B2 (en) 2001-04-09

Family

ID=18121453

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32043892A Expired - Fee Related JP3153656B2 (en) 1992-11-30 1992-11-30 Multiplier

Country Status (1)

Country Link
JP (1) JP3153656B2 (en)

Also Published As

Publication number Publication date
JPH06168102A (en) 1994-06-14

Similar Documents

Publication Publication Date Title
US7313585B2 (en) Multiplier circuit
JP3761977B2 (en) Floating-point multiplier with reduced critical path by using delay matching technology and its operation method
US7139788B2 (en) Multiplication logic circuit
US9519460B1 (en) Universal single instruction multiple data multiplier and wide accumulator unit
JP3244506B2 (en) Small multiplier
US3993891A (en) High speed parallel digital adder employing conditional and look-ahead approaches
JPS6217770B2 (en)
EP0811908B1 (en) Two's complement multiplier
US7373368B1 (en) Multiply execution unit that includes 4:2 and/or 5:3 compressors for performing integer and XOR multiplication
US6434586B1 (en) Narrow Wallace multiplier
JP3276444B2 (en) Division circuit
Samavi et al. Modular array structure for non-restoring square root circuit
JP3556950B2 (en) Structure and method for reducing the number of carry look-ahead adder stages in high speed arithmetic devices
US20040010536A1 (en) Apparatus for multiplication of data in two's complement and unsigned magnitude formats
JP3537378B2 (en) Adders and integrated circuits
US5586071A (en) Enhanced fast multiplier
US6421699B1 (en) Method and system for a speedup of a bit multiplier
JP3153656B2 (en) Multiplier
US6684236B1 (en) System of and method for efficiently performing computations through extended booth encoding of the operands thereto
US7124162B2 (en) Adder tree structure digital signal processor system and method
Sait et al. A novel technique for fast multiplication
US6631393B1 (en) Method and apparatus for speculative addition using a limited carry
Tamilselvan et al. An efficient MAC design for image processing application
US5416733A (en) Apparatus for finding quotient in a digital system
US20060242219A1 (en) Asynchronous multiplier

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: 20010116

LAPS Cancellation because of no payment of annual fees