JPH08263167A - Time information synchronizing device - Google Patents

Time information synchronizing device

Info

Publication number
JPH08263167A
JPH08263167A JP7062815A JP6281595A JPH08263167A JP H08263167 A JPH08263167 A JP H08263167A JP 7062815 A JP7062815 A JP 7062815A JP 6281595 A JP6281595 A JP 6281595A JP H08263167 A JPH08263167 A JP H08263167A
Authority
JP
Japan
Prior art keywords
time information
timer
register
contents
time
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
JP7062815A
Other languages
Japanese (ja)
Other versions
JP2845768B2 (en
Inventor
Izuyuki Uehara
出之 上原
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.)
NEC Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP7062815A priority Critical patent/JP2845768B2/en
Publication of JPH08263167A publication Critical patent/JPH08263167A/en
Application granted granted Critical
Publication of JP2845768B2 publication Critical patent/JP2845768B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE: To synchronize time information that processors share with high precision through minimum hardware. CONSTITUTION: The value of a timer 10 indicating reference time is read out at constant intervals and sent as serial data to respective processors 6-9 together with a strobe signal, and the respective processors 6-9 put the time information in their timer registers. A flag is provided which indicates whether or not there is a change in host device when the timer register is updated and when the processors 6-9 read in the time information divisionally, flags are referred to after the completion of the read, thereby reading the time information out again when there is the change.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、時刻情報同期化装置、
特に、複数のプロセッサが同一の時刻情報を共有する情
報処理装置の時刻同期化装置に関する。
BACKGROUND OF THE INVENTION The present invention relates to a time information synchronizing device,
In particular, the present invention relates to a time synchronization device of an information processing device in which a plurality of processors share the same time information.

【0002】[0002]

【従来の技術】情報処理装置においては、時刻タイマを
備えており、この時刻タイマは情報処理装置上で運用さ
れるプロセスの開始、終了の打刻やプロセスの課金計算
等種々の計数に用いられる。複数のプロセッサを共有す
るマルチプロセッサシステムにおいては、各プロセッサ
で時刻情報を知る必要があり、従来は以下の様な方法で
時刻情報を取り込んでいた。 (方法1) 各プロセッサ毎に時刻タイマを持つ方式で
ある。これは、時刻タイマの歩進クロックを各プロセッ
サ共通に分配し、時刻タイマ自身は各プロセッサでカウ
ントアップしていく方法である。 (方法2) 情報処理装置に1つ、各プロセッサで共有
して基準時刻情報を持ち、情報処理装置内の各プロセッ
サ間が接続されるメモリアクセスバスを用いて、各プロ
セッサが時刻情報を参照するタイミングで基準時刻情報
の内容をバスを介して取りに行く方法である。
2. Description of the Related Art An information processing apparatus is provided with a time timer, and this time timer is used for various counts such as the start and end of a process operated on the information processing apparatus and the accounting calculation of the process. . In a multiprocessor system sharing a plurality of processors, it is necessary for each processor to know the time information, and conventionally, the time information has been fetched by the following method. (Method 1) In this method, each processor has a time timer. This is a method in which the stepping clock of the time timer is distributed to each processor in common, and the time timer itself counts up in each processor. (Method 2) One processor in the information processing apparatus shares reference time information with each processor, and each processor refers to the time information using a memory access bus connected between the processors in the information processing apparatus. It is a method to get the contents of the reference time information via a bus at a timing.

【0003】[0003]

【発明が解決しようとする課題】時刻情報の同期化に関
しては、複数のプロセッサがメモリを共有するマルチプ
ロセッサシステムのみならず、ファイルシステムを共有
するマルチクラスタシステムにおいても必要な機能であ
り、各プロセッサ間の時刻情報については高信頼度シス
テムになるほど、その時刻情報の一致の精度向上が求め
られる。これらを考慮すると従来技術では以下の様な問
題点がある。
The synchronization of time information is a necessary function not only in a multiprocessor system in which a plurality of processors share a memory but also in a multicluster system in which a file system is shared. The higher the reliability of the time information, the more accurate the matching of the time information is required. Considering these, the conventional technique has the following problems.

【0004】方法1では、各プロセッサ内に時刻情報を
取り込む際の誤差が問題となる。特にファイル共有シス
テムにおいては、時刻情報はファイル経由となるため精
度の高い初期値をタイマに埋め込むとこは困難である。
また、各プロセッサ毎にタイマの歩進回路を持つため、
HW投資が各プロセッサでだぶることになり効率が悪
い。
In the method 1, an error occurs when capturing time information in each processor. Particularly in a file sharing system, it is difficult to embed a highly accurate initial value in a timer because time information is transmitted via a file.
Also, since each processor has a stepping circuit of a timer,
Inefficient because HW investment is spent on each processor.

【0005】また方法2では、各プロセッサでのHW投
資は無くなるものの、基準時刻をメモリアクセスバスへ
送出するためのHW投資が必要になる。また、メモリア
クセスバスへの送出は、時刻情報を折りたたんで複数回
に分割して送出すれば、データ幅が小さくなりHW投資
を抑えることができるものの、全時刻情報を読み出すま
で何回かバスアクセスを行わねばならず、読み出し誤差
が大きくなる可能性が高い。逆に、データ幅を広くとれ
ば読み出し誤差は小さくなるものの信号線、LSIピン
数を多く必要とするため、HWへのインパクトが大き
い。
In method 2, although the HW investment in each processor is eliminated, the HW investment for sending the reference time to the memory access bus is required. In addition, when sending time to the memory access bus, if the time information is folded and sent in multiple times, the data width becomes smaller and the HW investment can be suppressed. Therefore, the read error is likely to increase. On the contrary, if the data width is wide, the read error is small, but a large number of signal lines and LSI pins are required, so that the impact on the HW is large.

【0006】[0006]

【課題を解決するための手段】第1の発明の時刻同期化
装置は、複数のプロセッサ間で同一の時刻情報を共有す
る情報処理装置において、基準時刻を計数する基準時刻
タイマを備えるとともに、一定の間隔で前記基準時刻タ
イマから時刻情報を読み出す手段と、読み出した前記時
刻情報をシリアルに転送する第1のインタフェース手段
と、読み出した前記時刻情報の転送終了を示す第2のイ
ンタフェース手段とを備え、各プロセッサ毎、あるいは
いくつかのプロセッサグループ毎に、タイマレジスタを
備えるとともに、第1及び第2のインタフェース手段で
接続され、前記第1のインタフェース手段により前記時
刻情報をシリアルからパラレル変換する手段と、第2の
インタフェース手段により、前記変換した時刻情報を前
記タイマレジスタに設定する手段を備える。
According to a first aspect of the present invention, there is provided a time synchronization device which comprises a reference time timer for counting a reference time in an information processing device which shares the same time information among a plurality of processors and which has a fixed time. A means for reading time information from the reference time timer at intervals of 1, a first interface means for serially transferring the read time information, and a second interface means for indicating the end of transfer of the read time information. A unit provided with a timer register for each processor or each of several processor groups and connected by first and second interface means, and means for converting the time information from serial to parallel by the first interface means. The second interface means stores the converted time information in the timer register. Comprising means for setting.

【0007】第2の発明の時刻同期化装置は、前記第2
のインタフェース手段によって前記時刻情報を前記タイ
マレジスタに設定する際に、現在タイマレジスタにセッ
トされている特定ビットの内容と、新たにタイマレジス
タに設定される特定ビットの内容とを比較し、比較結果
を第2のインタフェース手段によって設定されるフラグ
を備える。
The time synchronization device of the second invention is the time synchronization device of the second invention.
When the time information is set in the timer register by the interface means of, the content of the specific bit currently set in the timer register is compared with the content of the specific bit newly set in the timer register, and the comparison result With a flag set by the second interface means.

【0008】第3の発明の時刻同期化装置は、プロセッ
サが前記タイマレジスタの内容を複数回に分割して読み
出す場合に、前記タイマレジスタの内容を全て読み出し
た後で前記フラグの内容を参照し、不一致を示していれ
ば再度タイマレジスタの内容を読み出す。
In the time synchronizing device of the third invention, when the processor divides the contents of the timer register into a plurality of times and reads the contents, the contents of the timer register are read out and then the contents of the flag are referred to. , If they do not match, the contents of the timer register are read again.

【0009】[0009]

【実施例】次に本発明について図面を参照して説明す
る。
The present invention will be described below with reference to the drawings.

【0010】図1は本発明の一実施例のシステム構成を
示すブロック図である。プロセッサ0〜3の4台のプロ
セッサから成り、システムに唯一の基準タイマ部10を
備え、各プロセッサ0〜3からアクセス可能なタイマ部
11〜14が各プロセッサ毎に存在する。基準タイマ部
10から各タイマ部11〜14へは共通信号15によっ
て接続されている。
FIG. 1 is a block diagram showing the system configuration of an embodiment of the present invention. The system is provided with four processors 0 to 3, the system is provided with the only reference timer unit 10, and the timer units 11 to 14 accessible from the processors 0 to 3 exist for each processor. A common signal 15 connects the reference timer unit 10 to each of the timer units 11 to 14.

【0011】図2は、図1の基準タイマ部を詳細に説明
した図面である。基準タイマ100と時刻更新回路10
2により、基準タイマ100へ1μs毎に時刻が計数さ
れている。カウンタ103は7bitカウンタでありプ
ロセッサ0〜3と同期したクロックでカウントされる。
カウンタ103の出力は、比較器104,105に入力
され、各々値が“95”,“0”のとき、比較器10
4,105の出力151,111が“1”となる。シフ
トレジスタ101はデータセット信号111が“1”に
なると基準タイマ100の出力を取り込む。“1”以外
のときは、常時シフトレジスタとして作用し、下位側か
ら上位側の1bitずつシフト動作が行われデータ信号
150として出力される。基準タイマ100、シフトレ
ジスタ101ともに96bitの横幅をもつ。
FIG. 2 is a detailed view of the reference timer unit of FIG. Reference timer 100 and time update circuit 10
2, the time is counted by the reference timer 100 every 1 μs. The counter 103 is a 7-bit counter and is counted by a clock synchronized with the processors 0-3.
The output of the counter 103 is input to the comparators 104 and 105, and when the values are "95" and "0", respectively, the comparator 10
The outputs 151 and 111 of 4,105 become "1". The shift register 101 takes in the output of the reference timer 100 when the data set signal 111 becomes "1". When it is other than "1", it always acts as a shift register, and the shift operation is performed by 1 bit from the lower side to the upper side and output as the data signal 150. Both the reference timer 100 and the shift register 101 have a width of 96 bits.

【0012】図3は、図1のタイマ部11〜14の各々
を詳細に説明した図面である。シフトレジスタ200
は、データ信号150をシフト入力として常時セットさ
れるシフトレジスタとして作用する。ストローブ信号1
51はフリップフロップ202で1クロックサイクル受
けた後、タイマレジスタ201とフラグ203のデータ
セット信号210として作用する。タイマレジスタ20
1はデータセット信号210が“1”のとき、シフトレ
ジスタ200の内容がセットされる。シフトレジスタ2
00のビット63とタイマレジスタ201のビット63
の内容は、比較器204で比較し、内容が不一致のとき
“1”が出力され、データセット信号210が“1”の
タイミングでフラグ203にセットされる。シフトレジ
スタ200及びタイマレジスタ201はともに96bi
tの幅であり、タイマレジスタ201の出力は、32b
itごとにセレクタ205に入力され、その出力211
はフラグ203の出力212とともにプロセッサへ送出
される。
FIG. 3 is a diagram illustrating each of the timer units 11 to 14 of FIG. 1 in detail. Shift register 200
Acts as a shift register that is always set with the data signal 150 as the shift input. Strobe signal 1
The flip-flop 202 acts as a data set signal 210 for the timer register 201 and the flag 203 after receiving one clock cycle. Timer register 20
When the data set signal 210 is 1, the content of the shift register 200 is set to 1. Shift register 2
00 bit 63 and timer register 201 bit 63
The contents of are compared by the comparator 204, and when the contents do not match, "1" is output, and the data set signal 210 is set in the flag 203 at the timing of "1". Both the shift register 200 and the timer register 201 are 96bi
the width of t, the output of the timer register 201 is 32b
It is input to the selector 205 for each it and its output 211
Is sent to the processor along with the output 212 of flag 203.

【0013】図4は、タイマレジスタ201の時刻情報
の詳細を示した図である。横幅32bitでワード0〜
2で構成され、これはプロセッサへ送出するフォーマッ
トに合わせて記している。タイマレジスタのビット63
はワード1の最下位を示し、秒の単位が計数される最下
桁である。
FIG. 4 is a diagram showing details of the time information of the timer register 201. Word width 0 with width of 32 bits
It is composed of 2 and is described according to the format to be sent to the processor. Bit 63 of the timer register
Indicates the bottom of word 1 and is the bottom digit in which seconds are counted.

【0014】次に図5のタイムチャートを参照しながら
本発明の動作を説明する。基準タイマ100は、図4に
示すフォーマットで時刻情報が格納され、1μs毎に時
刻を計数している。カウンタ103は常時カウントを続
け、カウント値“0”でシフトレジスタ101に基準タ
イマ100の値がセットされ、続いてデータ信号150
に時刻情報がシリアルインタフェースで各タイマ部11
〜14に送出される。また、96bit分の時刻情報の
送出が終了するタイミングでストローブ信号151が
“1”となる。
Next, the operation of the present invention will be described with reference to the time chart of FIG. The reference timer 100 stores time information in the format shown in FIG. 4, and counts time every 1 μs. The counter 103 always keeps counting, the value of the reference timer 100 is set in the shift register 101 at the count value “0”, and then the data signal 150
The time information is sent to the serial interface and
~ 14. Further, the strobe signal 151 becomes "1" at the timing when the transmission of the 96-bit time information is completed.

【0015】シフトレジスタ200は常時データ信号1
50の内容をシフト入力しており、ストローブ信号15
1を1クロックサイクル受けたタイミングで“1”のと
き、つまり、万/万202の出力が“1”のときタイマ
レジスタ201に時刻情報が取り込まれる。従ってクロ
ックサイクルが50nsとした場合は、タイマレジスタ
201の更新タイミングは50ns×128=6.4μ
sに1回という事になる。プロセッサはタイマレジスタ
201の内容を下位の時刻から順に、図4で説明すると
ワード2,1,0の順に読み出す。
The shift register 200 keeps the data signal 1
The contents of 50 are shifted in and the strobe signal 15
When "1" is received at the timing of receiving 1 for 1 clock cycle, that is, when the output of ten thousand ten thousand is "1", the time information is fetched into the timer register 201. Therefore, when the clock cycle is 50 ns, the update timing of the timer register 201 is 50 ns × 128 = 6.4 μ.
It will be once in s. The processor reads the contents of the timer register 201 in order from the lower time, that is, the words 2, 1, 0 in the case of FIG.

【0016】通常は、この6.4μs間にプロセッサか
ら時刻情報を読み出せば問題はない。ところが、ワード
間での読み出しの間にタイマレジスタ201の更新が発
生し、さらにワード間で時刻情報の桁上げが生じると正
しい時刻を読みことができない。例えば、時刻が94年
12月31日23時59分59秒999ms99μsの
ときにワード2を読み出した後、時刻情報が更新され9
5年1月1日0時0分0秒0ms0μsとなった後にワ
ード1,0を読んだケースでは、誤差は1秒にもなって
しまう。
Normally, there is no problem if the time information is read from the processor during this 6.4 μs. However, if the timer register 201 is updated during reading between words and further carry of time information occurs between words, the correct time cannot be read. For example, the time information is updated after reading word 2 when the time is December 31, 1994, 23: 59: 59: 999 ms99 μs.
In the case where the word 1, 0 is read after 0:00: 00: 0 ms: 0 μs on January 1, 5th, the error becomes 1 second.

【0017】そこで、プロセッサからワード0〜2を読
んだ後、フラグの内容と参照し、フラグが“1”の場合
は、正しく読めていない可能性があるため再度時刻情報
を読み出す。これは図5のタイムチャートのaの時刻の
前後で時刻情報を読んだケースに該当する。
Therefore, after reading the words 0 to 2 from the processor, the contents of the flag are referred to. If the flag is "1", the time information may be read again because it may not have been read correctly. This corresponds to the case where the time information is read before and after the time a in the time chart of FIG.

【0018】以上が本発明の実施例であるが、図面で説
明したプロセッサ6〜9は1つに限らず、複数個のプロ
セッサをまとめたプロセッサグループでもよい。
Although the embodiment of the present invention has been described above, the number of processors 6 to 9 described in the drawings is not limited to one, and a processor group in which a plurality of processors are combined may be used.

【0019】[0019]

【発明の効果】以上説明したように本発明の時刻同期化
装置では、基準時刻を示す装置からわずかなインタフェ
ースを出すだけで、各プロセッサまたは各プロセッサグ
ループにわずかなHW投資を行うだけで、各プロセッサ
間で誤差の少ない時刻情報を得ることが可能になる。ま
た、基準時刻の更新と非同期に時刻情報を得ることがで
きるため、HWの実現上の制約が極めて少なく、かつ精
度の高い情報がシンプルに実現できるメリットがある。
As described above, in the time synchronization device of the present invention, each device or each processor group can make a small HW investment by issuing a small interface from the device indicating the reference time. It is possible to obtain time information with less error between processors. Further, since the time information can be obtained asynchronously with the update of the reference time, there are advantages that there are very few restrictions on implementation of the HW and that highly accurate information can be implemented simply.

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

【図1】本発明の一実施例を示すシステム構成図であ
る。
FIG. 1 is a system configuration diagram showing an embodiment of the present invention.

【図2】図1に示した基準タイマ部10の詳細を示す図
である。
FIG. 2 is a diagram showing details of a reference timer unit 10 shown in FIG.

【図3】図1に示したタイマ部11〜14の詳細を示す
図である。
FIG. 3 is a diagram showing details of timer units 11 to 14 shown in FIG.

【図4】タイマの内容を示す図である。FIG. 4 is a diagram showing the contents of a timer.

【図5】本発明の動作を示すタイムチャートである。FIG. 5 is a time chart showing the operation of the present invention.

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

6〜9 プロセッサ 10 基準タイマ部 11〜14 タイマ部 6-9 processor 10 reference timer section 11-14 timer section

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 複数のプロセッサ間で同一の時刻情報を
共有する情報処理装置において、基準時刻を計数する基
準時刻タイマを備えるとともに、一定の間隔で前記基準
時刻タイマから時刻情報を読み出す手段と、読み出した
前記時刻情報をシリアルに転送する第1のインタフェー
ス手段と、読み出した前記時刻情報の転送終了を示す第
2のインタフェース手段とを備え、各プロセッサ毎、あ
るいはいくつかのプロセッサグループ毎に、タイマレジ
スタを備えるとともに、第1及び第2のインタフェース
手段で接続され、前記第1のインタフェース手段により
前記時刻情報をシリアルからパラレル変換する手段と、
第2のインタフェース手段により、前記変換した時刻情
報を前記タイマレジスタに設定する手段を備えることを
特徴とした時刻情報同期化装置。
1. An information processing apparatus that shares the same time information among a plurality of processors, comprising a reference time timer for counting a reference time, and means for reading the time information from the reference time timer at regular intervals, A timer is provided for each processor or for each of several processor groups, comprising first interface means for serially transferring the read time information and second interface means for indicating the end of transfer of the read time information. A register provided with the register, connected by first and second interface means, and converting the time information from serial to parallel by the first interface means;
A time information synchronization device comprising means for setting the converted time information in the timer register by a second interface means.
【請求項2】 前記第2のインタフェース手段によって
前記時刻情報を前記タイマレジスタに設定する際に、現
在タイマレジスタにセットされている特定ビットの内容
と、新たにタイマレジスタに設定される特定ビットの内
容とを比較し、比較結果を第2のインタフェース手段に
よって設定されるフラグを備える請求項1記載の時刻情
報同期化装置。
2. When setting the time information in the timer register by the second interface means, the contents of the specific bit currently set in the timer register and the specific bit newly set in the timer register are set. The time information synchronization device according to claim 1, further comprising a flag for comparing the contents with each other and setting the comparison result by the second interface means.
【請求項3】 プロセッサが前記タイマレジスタの内容
を複数回に分割して読み出す場合に、前記タイマレジス
タの内容を全て読み出した後で前記フラグの内容を参照
し、不一致を示していれば再度タイマレジスタの内容を
読み出す請求項2記載の時刻情報同期化装置。
3. When the processor divides the contents of the timer register into a plurality of times and reads the contents, the contents of the timer register are read and then the contents of the flag are referred to. The time information synchronization device according to claim 2, wherein the contents of the register are read.
JP7062815A 1995-03-22 1995-03-22 Time information synchronization device Expired - Fee Related JP2845768B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7062815A JP2845768B2 (en) 1995-03-22 1995-03-22 Time information synchronization device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7062815A JP2845768B2 (en) 1995-03-22 1995-03-22 Time information synchronization device

Publications (2)

Publication Number Publication Date
JPH08263167A true JPH08263167A (en) 1996-10-11
JP2845768B2 JP2845768B2 (en) 1999-01-13

Family

ID=13211218

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7062815A Expired - Fee Related JP2845768B2 (en) 1995-03-22 1995-03-22 Time information synchronization device

Country Status (1)

Country Link
JP (1) JP2845768B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63213012A (en) * 1987-02-28 1988-09-05 Nec Corp Time point synchronizing system
JPS63213011A (en) * 1987-02-28 1988-09-05 Nec Corp Time point synchronizing system
JPH02118710A (en) * 1988-10-27 1990-05-07 Hitachi Ltd Method and circuit for detecting step-out

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63213012A (en) * 1987-02-28 1988-09-05 Nec Corp Time point synchronizing system
JPS63213011A (en) * 1987-02-28 1988-09-05 Nec Corp Time point synchronizing system
JPH02118710A (en) * 1988-10-27 1990-05-07 Hitachi Ltd Method and circuit for detecting step-out

Also Published As

Publication number Publication date
JP2845768B2 (en) 1999-01-13

Similar Documents

Publication Publication Date Title
JPH07240742A (en) Synchronous word detector and synchronous word detecting method
US5079696A (en) Apparatus for read handshake in high-speed asynchronous bus interface
JPS648374B2 (en)
JPH05265943A (en) Serial data transfer equipment
US20030161351A1 (en) Synchronizing and converting the size of data frames
JP4012907B2 (en) Asynchronous transmission method and circuit thereof
US5911062A (en) Data acquisition method and protocol controller circuit
JPH08263167A (en) Time information synchronizing device
US6216189B1 (en) Error master detector
US5513367A (en) Multiprocessor system having respective bus interfaces that transfer data at the same time
US20020004881A1 (en) Data transfer apparatus and data transfer method
JPS63228856A (en) Communication controller
JPH11232210A (en) Information processor
JP3179367B2 (en) Failure detection method for asynchronous data transfer equipment
JPS59214322A (en) Serial-parallel converting circuit
JPH10105375A (en) Asynchronous fifo buffer device
JPH0772890B2 (en) Microprocessor with cap mechanism
JPH0883209A (en) Mpu interface circuit
JPS63187943A (en) Communication control equipment
JPH0822433A (en) Bus control circuit
JPH04232537A (en) Trace system
JPS6366658A (en) Microprocessor having capture mechanism
JPH03278637A (en) Data communication method
JPH0769754B2 (en) Synchronous timing control method
JPH11163848A (en) Synchronization establishment circuit

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees