JP3299115B2 - Redundant system - Google Patents

Redundant system

Info

Publication number
JP3299115B2
JP3299115B2 JP12145596A JP12145596A JP3299115B2 JP 3299115 B2 JP3299115 B2 JP 3299115B2 JP 12145596 A JP12145596 A JP 12145596A JP 12145596 A JP12145596 A JP 12145596A JP 3299115 B2 JP3299115 B2 JP 3299115B2
Authority
JP
Japan
Prior art keywords
shared
bus
processor
data
area
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
JP12145596A
Other languages
Japanese (ja)
Other versions
JPH09305424A (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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP12145596A priority Critical patent/JP3299115B2/en
Publication of JPH09305424A publication Critical patent/JPH09305424A/en
Application granted granted Critical
Publication of JP3299115B2 publication Critical patent/JP3299115B2/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 duplex system, and more particularly, to a data sharing method between systems using a main memory.

【0002】[0002]

【従来の技術】従来、各プロセッサの持つ主記憶装置と
は別に、共有データ用の記憶装置(以下、GM:グロー
バルメモリ)をシステムに設け、各系のプロセッサから
I/Oバスを経由して共通に使用していた。
2. Description of the Related Art Conventionally, a storage device for shared data (hereinafter referred to as GM: global memory) is provided in a system separately from a main storage device of each processor, and a processor of each system is connected via an I / O bus. We used commonly.

【0003】図11に、従来の二重化システムの構成を
示す。常用系はI/Oバス064で、主メモリ030を
内蔵するプロセッサ010と共有データ用の常用系GM
005が接続され、待機系はI/Oバス164で、主メ
モリ130を内蔵したプロセッサ110と待機系GM1
05が接続され、さらに、一致化バス060を介して常
用系GM005と待機系GM105間で共有データを一
致化している。この方式では、共有メモリエリアの大き
さは固定となる。
FIG. 11 shows a configuration of a conventional duplex system. The regular system is an I / O bus 064, a processor 010 containing a main memory 030 and a regular system GM for shared data.
005 is connected, the standby system is an I / O bus 164, and the processor 110 including the main memory 130 and the standby system GM1 are connected.
05 is connected, and the shared data between the regular GM 005 and the standby GM 105 is matched via the matching bus 060. In this method, the size of the shared memory area is fixed.

【0004】[0004]

【発明が解決しようとする課題】従来の二重系プロセッ
サ間のデータ共有方式では、主メモリとは別にGMを必
要とするため、システムの構成が複雑化するのみなら
ず、2つの記憶装置各々にある程度の余裕が必要となる
ためメモリ資源の有効な活用ができず、コストアップに
繋がるという問題があった。もちろん、GMの故障によ
り、共有データを使用しているシステム全体の処理が停
止してしまう。
In the conventional data sharing method between dual processors, a GM is required in addition to the main memory, which not only complicates the system configuration but also causes the two storage devices to have a problem. Therefore, there is a problem that memory resources cannot be used effectively, which leads to an increase in cost. Of course, the failure of the GM stops the processing of the entire system using the shared data.

【0005】また、データの種類によっては、主メモリ
とGMの両方にデータを格納する2度のメモリアクセス
が必要となり、シングルシステムに比べ二重化システム
の処理時間が増加するという問題があった。特に、マル
チプロセッサシステムにおいては、共通のI/Oバスを
経由してGMを使用するため、共有データ量が増加する
と各プロセッサのアクセス待ち時間が増加し、マルチプ
ロセッサによる処理性能向上の利点を減殺してしまう。
[0005] Further, depending on the type of data, two memory accesses for storing data in both the main memory and the GM are required, and there is a problem that the processing time of the duplex system is increased as compared with the single system. In particular, in a multiprocessor system, the GM is used via a common I / O bus. Therefore, when the amount of shared data increases, the access waiting time of each processor increases, and the advantage of the processing performance improvement by the multiprocessor is diminished. Resulting in.

【0006】さらに、各プロセッサでマルチタスクによ
るソフトウェアを構築する際、タスク毎に使用する共有
データエリアをGM上の決められたエリアに割り当てる
必要があるため、システムの開発や変更が一層煩雑にな
るという問題があった。
Further, when constructing multitask software with each processor, it is necessary to allocate a shared data area used for each task to a predetermined area on the GM, so that the system development and change become more complicated. There was a problem.

【0007】本発明の目的は、上記従来技術の問題点に
鑑み、主メモリ上で共有データを扱うことで、GMを使
用しない簡素で処理性の高い二重化システムを提供する
ことにある。
An object of the present invention is to provide a simple and highly processable duplex system that does not use GM by handling shared data on a main memory in view of the above-mentioned problems of the prior art.

【0008】また、各プロセッサの各タスク(ジョブ)
毎に、共有データのエリアを任意に且つ動的に切替える
ことで、マルチタスクプログラムによるソフトウェアを
構築する際、各タスク間での共有エリアの割り付けが不
要になり、ソフトウェアの開発や変更が簡単になる二重
化システムを提供することにある。
Each task (job) of each processor
By arbitrarily and dynamically switching the shared data area for each task, when building software using a multitasking program, there is no need to allocate a shared area between tasks, making software development and changes easy. To provide a redundant system.

【0009】さらに、マルチプロセッサの場合に、系内
のプロセッサ間通信と系間の共有データ一致化を並行処
理できる高速な二重化システムを提供することにある。
また、系間のルートに異常のある場合、系内の他プロセ
ッサによる迂回ルートによる一致化処理を可能にする信
頼性の高い二重化システムを提供することにある。
Another object of the present invention is to provide a high-speed duplex system capable of performing parallel processing of communication between processors in a system and matching of shared data between systems in the case of a multiprocessor.
Another object of the present invention is to provide a highly reliable duplex system that enables a matching process by a detour route by another processor in a system when a route between the systems has an abnormality.

【0010】[0010]

【課題を解決するための手段】上記の目的は、主メモリ
バスで接続されたMPU及び主記憶装置と、相手系と共
有情報を送受する送受信回路を持つ共有データ一致化装
置(以下、CMEと略称)を備えるプロセッサの二重化
システムにおいて、主記憶装置は、前記共有データを記
憶する共有エリアを有し、前記CMEは、MPUから主
記憶装置へ書き込むアドレスとデータを含むアクセス情
報を主メモリバスからスヌープするメモリアクセス情報
取得手段、相手系からの受信情報が前記共有データの場
合に前記共有エリアに書き込むメモリアクセス手段、前
記共有エリアの範囲を指定する共有エリア設定手段、前
記アクセス情報または前記受信情報中のアドレスが前記
共有エリアの範囲内にあるとき、該情報を共有データと
判断する共有データ監視手段を備えることにより達成さ
れる。
An object of the present invention is to provide an MPU and a main storage device connected by a main memory bus, and a shared data matching device (hereinafter referred to as CME) having a transmission / reception circuit for transmitting / receiving shared information to / from a partner system. Abbreviated name), the main storage device has a shared area for storing the shared data, and the CME transmits access information including an address and data to be written from the MPU to the main storage device from the main memory bus. Memory access information obtaining means for snooping, memory access means for writing to the shared area when received information from a partner system is the shared data, shared area setting means for specifying a range of the shared area, the access information or the received information When the address in the shared area is within the range of the shared area, the shared data is determined to be the shared data. It is achieved by providing the monitoring means.

【0011】前記CMEは、自系のプロセッサの送信/
受信状態に応じてCME内の情報の流れを送信側または
受信側に切り替える送受信状態管理手段を有しているこ
とを特徴とする。さらに、前記共有データを送受するた
めに自系と相手系のプロセッサを接続する一致化バスを
設け、MPUの処理と並行して一致化処理できるように
構成したことを特徴とする。
The CME transmits / receives data from its own processor.
It has a transmission / reception state management means for switching a flow of information in the CME to a transmission side or a reception side according to a reception state. Further, a matching bus is provided for connecting the processor of the own system and the processor of the partner system for transmitting and receiving the shared data, so that the matching processing can be performed in parallel with the processing of the MPU.

【0012】また、上記目的は、主記憶装置はマルチタ
スクを格納する場合、前記共有データを記憶するタスク
毎の共有エリアと、各共有エリア範囲の設定エリアと、
あるタスクの実行中に他のタスクを実行する場合に前記
あるタスクの共有エリア範囲を一時的に退避する保存エ
リアを有し、前記CMEはタスク切り替えに応じてその
共有エリア範囲を管理し、前記アクセス情報または前記
受信報中のアドレスが当該共有エリア範囲内にあると
き、該情報を共有データと判断する共有データ監視手段
を備えることにより達成される。
[0012] In addition, when the main storage device stores multitasks, the main storage device has a shared area for each task for storing the shared data, a setting area for each shared area range,
A storage area that temporarily saves the shared area range of the certain task when another task is executed during the execution of a certain task, wherein the CME manages the shared area range according to task switching; When the access information or the address in the reception report is within the range of the shared area, this is achieved by providing a shared data monitoring unit that determines the information as shared data.

【0013】さらに、上記目的は、マルチプロセッサの
二重化システムにおいて、主記憶装置に前記共有データ
を記憶する共有エリアを有し、対応関係にある自系と相
手系のプロセッサ間で前記送受信回路を接続する一致化
バスを設け、前記IOバスによる系内のプロセッサ間通
信と並行して共有データ一致化処理を行なえるように構
成したことにより達成される。
Further, the above object is to provide a multiprocessor duplex system having a shared area for storing the shared data in a main storage device, and connecting the transmission / reception circuit between a corresponding system processor and a corresponding system processor. This is achieved by providing a matching bus that performs shared data matching processing in parallel with communication between processors in the system by the IO bus.

【0014】前記CMEは、前記一致化バスを経由する
相手系からの応答信号を監視する異常監視手段と、他プ
ロセッサの転送エリアアドレスを指定する転送エリア設
定手段と、前記異常監視手段がバス異常(無応答)を検
知した場合に、前記転送エリアアドレスと前記アクセス
情報を前記I/Oバスインタフェースに出力するバスI
F手段を備え、系内の他プロセッサとその一致化バスを
経由する迂回ルートを通じて相手系へ共有データを送信
するように構成したことを特徴とする。
The CME includes an abnormality monitoring means for monitoring a response signal from a partner system via the matching bus, a transfer area setting means for designating a transfer area address of another processor, and the abnormality monitoring means comprising: A bus I that outputs the transfer area address and the access information to the I / O bus interface when detecting (no response).
F means is provided, and the shared data is transmitted to the partner system through a detour route passing through another processor in the system and its matching bus.

【0015】前記転送エリアアドレスは、前記他プロセ
ッサのCME内に設けられる転送データバッファのアド
レス範囲に設定される。あるいは、前記他プロセッサの
主記憶装置内に設けられる転送エリアのアドレス範囲に
設定される。
The transfer area address is set in an address range of a transfer data buffer provided in the CME of the other processor. Alternatively, it is set in the address range of the transfer area provided in the main storage device of the other processor.

【0016】[0016]

【発明の実施の形態】以下、本発明による二重化システ
ムの実施形態、及び、マルチプロセッサの二重化システ
ムの実施形態を、図面にしたがって詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of a duplex system according to the present invention and embodiments of a multiprocessor duplex system will be described below in detail with reference to the drawings.

【0017】〔実施形態1〕図1は、本実施形態による
二重化システムの概略の構成を示す。常用系のプロセッ
サ010は、主にデータ処理やメモリ制御あるいは入出
力制御を行うMPU020、プログラムとデータを記憶
する主メモリ030、共有データを記憶する共有エリア
033、一致化バス060を介して待機系プロセッサ1
10と共有データの一致化を行う共有データ一致化装置
(CME:Common Memory Equlizer)040から構成さ
れる。
[Embodiment 1] FIG. 1 shows a schematic configuration of a duplex system according to the present embodiment. An ordinary processor 010 mainly includes an MPU 020 for performing data processing, memory control, or input / output control, a main memory 030 for storing programs and data, a shared area 033 for storing shared data, and a standby system via a matching bus 060. Processor 1
10 and a shared data matching device (CME: Common Memory Equlizer) 040 for matching the shared data.

【0018】MPU020と主メモリ030の間は、メ
モリアクセスを行うための主メモリバス021によって
結ばれ、CME040は主メモリバス021と接続され
ている。CME040内は、プロセッサ010から主メ
モリへのアクセス情報を主メモリバス021からスヌー
プによって直接取り込むメモリアクセス情報取得回路0
41と、常用系から受信した共有データを主メモリ03
0上にライトするためのメモリアクセス回路046、任
意に指定される転送範囲と主メモリアクセス情報のアド
レスがその転送範囲内に有るかチエックする転送範囲比
較回路042、待機系プロセッサ110との間で共有デ
ータを送受信する送受信回路043からなる。
The MPU 020 and the main memory 030 are connected by a main memory bus 21 for performing memory access, and the CME 040 is connected to the main memory bus 21. The CME 040 includes a memory access information acquisition circuit 0 that directly fetches access information from the processor 010 to the main memory from the main memory bus 021 by snoop.
41 and the shared data received from the regular system
A memory access circuit 046 for writing on 0, a transfer range comparison circuit 042 for checking whether the transfer range arbitrarily specified and the address of the main memory access information are within the transfer range, and the standby processor 110. It comprises a transmission / reception circuit 043 for transmitting / receiving shared data.

【0019】転送範囲比較回路042は、共有エリアを
任意に設定するためのレジスタであり、共有エリア下限
レジスタ045と共有エリア上限レジスタ044を具備
する。また、送受信回路043には送信バッファ24
4、受信バッファ245が設けられている。なお、待機
系プロセッサ110のハードウェアも、常用系プロセッ
サ010のハードウェアと同じ構成となっている。常用
系/待機系は周知の切り替え機能によって、常用系に事
故の有る場合に待機系が常用系に切り替わる。
The transfer range comparison circuit 042 is a register for arbitrarily setting a common area, and includes a common area lower limit register 045 and a common area upper limit register 044. Also, the transmission buffer 24
4. A reception buffer 245 is provided. The hardware of the standby processor 110 has the same configuration as the hardware of the service processor 010. The service system / standby system is switched to the service system by a well-known switching function when there is an accident in the service system.

【0020】本システムにおいて、共有データの一致化
は以下のように行なわれる。図2に、常用系及び待機系
の主メモリマップを示す。常用系プロセッサ010側
は、初期立ち上げ時に共有エリア033のアドレス範囲
を、共有エリア下限レジスタ045及び共有エリア上限
レジスタ044に指定される。
In the present system, matching of shared data is performed as follows. FIG. 2 shows main memory maps of the service system and the standby system. The service processor 010 specifies the address range of the shared area 033 in the shared area lower limit register 045 and the shared area upper limit register 044 at the time of initial startup.

【0021】MPU020が主メモリ030に対してア
クセスすると、CME040は主メモリバス021上の
主メモリアクセス情報をメモリアクセス情報取得回路0
41を介して転送範囲比較回路042に取り込み、主メ
モリアクセス情報中のアドレスが共有エリア033のア
ドレス範囲内(ここでは、共有エリア033を主メモリ
の500番地〜1000番地に設定)であれば、そのア
クセス情報は共有データと判断する。そして、アドレス
とデータからなる共有データを送受信回路043の送信
バッファ244に転送し、一致化バス060を介して待
機系プロセッサ110に送信する。
When the MPU 020 accesses the main memory 030, the CME 040 transfers the main memory access information on the main memory bus 21 to the memory access information acquisition circuit 0.
If the address in the main memory access information is within the address range of the shared area 033 (here, the shared area 033 is set to an address from 500 to 1000 in the main memory) if the address in the main memory access information is within the address range of the shared area 033. The access information is determined to be shared data. Then, the shared data including the address and the data is transferred to the transmission buffer 244 of the transmission / reception circuit 043, and transmitted to the standby processor 110 via the matching bus 060.

【0022】待機系プロセッサ110側の動作は常用系
側と同様、初期立ち上げ時に共有エリア133のアドレ
ス範囲を、共有エリア下限レジスタ145及び共有エリ
ア上限レジスタ144で設定してある。待機系のCME
140は常用系から受信し、受信バッファ345に格納
された受信情報のアドレスとデータを転送範囲比較回路
142に転送し、共有エリア133のアドレス範囲内の
データか否かチエックする。共有エリア133のアドレ
ス範囲内(ここでは、共有エリア133を500番地〜
1000番地に設定)であれば、そのデータはメモリア
クセス回路146及び主メモリバス121を経由して、
主メモリ130の共有エリア133へ書き込まれる。こ
れにより、常用系プロセッサ010と待機系プロセッサ
110の共有データ一致化(共有化)が終了する。
The operation of the standby processor 110 is similar to that of the service processor, and the address range of the shared area 133 is set by the shared area lower limit register 145 and the shared area upper limit register 144 at the time of initial startup. Standby CME
140 receives from the service system, transfers the address and data of the reception information stored in the reception buffer 345 to the transfer range comparison circuit 142, and checks whether or not the data is within the address range of the shared area 133. Within the address range of the common area 133 (in this case, the common area 133 is set at addresses 500 to
If the address is set to 1000), the data is sent via the memory access circuit 146 and the main memory bus 121,
The data is written to the shared area 133 of the main memory 130. Thereby, the shared data matching (sharing) of the service processor 010 and the standby processor 110 ends.

【0023】このように、本実施形態の二重化システム
は、主メモリへのアクセス情報(アドレス、データ)を
主メモリから直接スヌープし、予め設定された共有デー
タエリアとの比較を行なう機能と、共有データエリアの
みを相手系に送信する機能及び、相手系からの受信情報
が共有データエリアの場合に自系の主メモリに書き込む
機能とからなる共有データ一致化装置を各プロセッサに
設けて、常用系プロセッサと待機系プロセッサの主メモ
リ間でデータ一の致化を行う。以下、本実施形態の構成
と動作を詳細に説明する。
As described above, the duplex system of the present embodiment has a function of snooping access information (address and data) to the main memory directly from the main memory and comparing the information with a preset shared data area. Each processor is provided with a shared data matching device having a function of transmitting only the data area to the partner system and a function of writing the data in the main memory of the own system when the information received from the partner system is the shared data area. Data matching between the main memory of the processor and the standby processor is performed. Hereinafter, the configuration and operation of the present embodiment will be described in detail.

【0024】図3は、第1の実施形態による共有データ
一致化装置(CME)の構成を示す。同図には、常用系
のCME040を示しているが、待機系のCME140
の構成も同様である。以下、CME040について、常
用系及び待機系における共有データ一致化機能を説明す
る。
FIG. 3 shows the configuration of the shared data matching device (CME) according to the first embodiment. The figure shows the CME 040 of the regular system, but the CME 140 of the standby system.
Is the same. The shared data matching function between the service system and the standby system for the CME 040 will be described below.

【0025】まず、共有データ送信時の動作について説
明する。常用系において、メモリアクセス情報取得回路
041内のアクセス情報取得タイミング回路050は、
メモリライト信号252及びメモリ選択信号253より
タイミング信号を生成し、そのタイミング信号によって
メモリデータ250がメモリアクセス情報取得データレ
ジスタ241に、メモリアドレス251がメモリアクセ
ス情報取得アドレスレジスタ240に取り込む。
First, the operation at the time of transmitting shared data will be described. In the ordinary system, the access information acquisition timing circuit 050 in the memory access information acquisition circuit 041 is
A timing signal is generated from the memory write signal 252 and the memory selection signal 253, and the memory signal 250 is loaded into the memory access information acquisition data register 241 and the memory address 251 is loaded into the memory access information acquisition address register 240 according to the timing signal.

【0026】メモリアクセス情報取得アドレスレジスタ
240内のアドレスは、共有エリア範囲比較回路051
に転送され、共有エリア上限レジスタ044及び共有エ
リア下限レジスタ045のアドレスと比較される。な
お、共有エリア下限レジスタ045及び共有エリア上限
レジスタ044を複数有し、設定する共有エリア033
のアドレス範囲を、一箇所の範囲指定に限らず複数範囲
を指定することが可能である。
The address in the memory access information acquisition address register 240 corresponds to the shared area range comparison circuit 051.
And compared with the addresses of the shared area upper limit register 044 and the shared area lower limit register 045. It should be noted that a plurality of shared area lower limit registers 045 and shared area upper limit registers 044 are provided, and the shared area 033 to be set is set.
Is not limited to a single range, and a plurality of ranges can be specified.

【0027】その結果、共有エリア内のアドレスと判断
されると、共有エリア範囲比較回路051は送信アドレ
スバッファ008と送信データバッファ009に一致化
信号256を送り、メモリアクセス情報取得アドレスレ
ジスタ240内のアドレス001とメモリアクセス情報
取得データレジスタ241内のデータ002を、それぞ
れ送信アドレスバッファ008と送信データバッファ0
09に取り込む。
As a result, if it is determined that the address is within the shared area, the shared area range comparison circuit 051 sends the matching signal 256 to the transmission address buffer 008 and the transmission data buffer 009, and the memory access information acquisition address register 240 The address 001 and the data 002 in the memory access information acquisition data register 241 are stored in the transmission address buffer 008 and the transmission data buffer 0, respectively.
09.

【0028】送信アドレスバッファ008内のアドレス
001と送信データバッファ009内のデータ002
は、送信バッファ244に転送され共有データ003と
して、タイミング回路049が生成するタイミング信号
により待機系に送信される。
Address 001 in transmission address buffer 008 and data 002 in transmission data buffer 009
Is transferred to the transmission buffer 244 and transmitted to the standby system as shared data 003 by a timing signal generated by the timing circuit 049.

【0029】次に、共有データ受信時の動作について説
明する。待機系において、受信情報が、送受信回路04
3内の受信バッファ245内に取り込まれると、タイミ
ング回路049が起動されるとともに、送信/受信状態
管理回路047の状態が受信系に切り替わり、CME0
40内の信号方向は受信側へ切り替わる。
Next, an operation at the time of receiving shared data will be described. In the standby system, the received information is transmitted to the transmission / reception circuit 04.
3, the timing circuit 049 is activated, the state of the transmission / reception state management circuit 047 is switched to the reception system, and the CME0
The signal direction in 40 switches to the receiving side.

【0030】タイミング回路049のタイミング信号に
より、受信バッファ245のアドレス001とデータ0
02は、受信アドレスバッファ006と受信データバッ
ファ007に転送される。受信アドレスバッファ006
内のアドレス001は共有エリア範囲比較回路051に
転送され、共有エリア上限レジスタ044及び共有エリ
ア下限レジスタ045のアドレスと比較される。
The address 001 and the data 0 of the reception buffer 245 are obtained by the timing signal of the timing circuit 049.
02 is transferred to the reception address buffer 006 and the reception data buffer 007. Receive address buffer 006
Are transferred to the shared area range comparison circuit 051, and are compared with the addresses of the shared area upper limit register 044 and the shared area lower limit register 045.

【0031】その結果、共有エリア内のアドレスと判断
されると、共有エリア範囲比較回路051はメモリアク
セス回路046内のメモリアクセスデータレジスタ24
2とメモリアクセスアドレスレジスタ243に一致化信
号256を送り、受信アドレスバッファ006内のアド
レス001と受信データバッファ007内のデータ00
2がそれぞれ、メモリアクセスアドレスレジスタ243
とメモリアクセスデータレジスタ242に取り込まれ
る。
As a result, when it is determined that the address is within the shared area, the shared area range comparison circuit 051 operates the memory access data register 24 in the memory access circuit 046.
2 to the memory access address register 243, and the address 001 in the reception address buffer 006 and the data 00 in the reception data buffer 007.
2 are the memory access address registers 243, respectively.
Is taken into the memory access data register 242.

【0032】メモリアクセス回路046内のメモリアク
セス権取得回路052は、MPU020に対しメモリバ
ス使用権要求信号254を出し、MPU020からメモ
リバス使用許可信号255を受け取ると、メモリバスイ
ンターフェース051を起動し、主メモリ030にメモ
リライト信号252、メモリ選択信号253を送信す
る。そして、メモリアクセスアドレスレジスタ243内
のアドレス001及びメモリアクセスデータレジスタ2
42内のデータ002が、メモリバスインターフェース
051を経由して主メモリ030に転送され、共有デー
タの一致化が終了する。
The memory access right acquisition circuit 052 in the memory access circuit 046 issues a memory bus use right request signal 254 to the MPU 020, and upon receiving the memory bus use permission signal 255 from the MPU 020, activates the memory bus interface 051, A memory write signal 252 and a memory selection signal 253 are transmitted to the main memory 030. Then, the address 001 in the memory access address register 243 and the memory access data register 2
The data 002 in 42 is transferred to the main memory 030 via the memory bus interface 051, and the matching of the shared data ends.

【0033】以上、本実施形態の二重化システムでは、
各プロセッサの主メモリ内に共通の共有エリアを設定
し、常用系のMPUが主メモリへ情報を書き込む際に、
この情報を主メモリバスからスヌープし、そのアドレス
が共有エリア内であれば待機系へ転送し、一方、待機系
では常用系から受信情報のアドレスが自系の共有エリア
内であれば主メモリに書き込む、共有データ一致化方式
を実現している。
As described above, in the duplex system of the present embodiment,
A common shared area is set in the main memory of each processor, and when the regular MPU writes information to the main memory,
This information is snooped from the main memory bus and transferred to the standby system if the address is in the shared area, while it is transferred to the main memory if the address of the received information is in the standby system from the service system in the local system. It implements a shared data matching method for writing.

【0034】これによれば、従来のGMを使用する必要
がなく、システム構成の簡素化とコストダウンが可能に
なる。また、主メモリ上で共有エリアの設定を任意に行
えるので、シングル系/二重系の違いや共有データエリ
ア容量を意識することなく自由にプログラミングでき、
システムの開発や変更が容易になる。なお、本実施形態
は待機二重化システムの例により説明したが、並列二重
化システムにも適用可能である。
According to this, it is not necessary to use the conventional GM, and the system configuration can be simplified and the cost can be reduced. In addition, since the shared area can be arbitrarily set on the main memory, programming can be performed freely without being aware of the difference between single system and dual system and the capacity of the shared data area.
System development and changes are easier. Note that the present embodiment has been described using the example of the standby redundant system, but the present embodiment is also applicable to a parallel redundant system.

【0035】〔実施形態2〕図4に、本実施形態による
マルチプロセッサによる二重化システムの構成を示す。
各プロセッサの共有データ一致化装置CMEは、実施形
態1の構成と同様である。
[Embodiment 2] FIG. 4 shows a configuration of a duplex system using a multiprocessor according to the present embodiment.
The shared data matching device CME of each processor has the same configuration as that of the first embodiment.

【0036】本マルチプロセッサ二重化システムの常用
系は、基本プロセッサ(#1)010及び複数の拡張プ
ロセッサ(#2)011、(#3)012を有し、プロ
セッサ間通信を行うI/Oバス064により接続されて
いる。各プロセッサは個別に共有エリア033を有する
主メモリ030を内臓している、待機系も同様に、基本
プロセッサ(#1)110及び複数の拡張プロセッサ
(#2)111、(#3)112を有し、I/Oバス1
64によって接続されている。
An ordinary system of the present multiprocessor duplex system has a basic processor (# 1) 010 and a plurality of extension processors (# 2) 011 and (# 3) 012, and an I / O bus 064 for performing interprocessor communication. Connected by Each processor has a built-in main memory 030 having a shared area 033. The standby system also has a basic processor (# 1) 110 and a plurality of extended processors (# 2) 111 and (# 3) 112. And I / O bus 1
64.

【0037】常用系の基本プロセッサ010と待機系の
基本プロセッサ110は、常用系の主メモリ030内の
共有データを待機系の主メモリ130内に転送する一致
化バスA061により接続されている。同様に、常用系
の拡張プロセッサ011、112は、待機系の拡張プロ
セッサ111、112とそれぞれ、一致化バスB06
2、一致化バスC063により接続されている。各プロ
セッサはI/OバスIF090(図中、ハッチングのブ
ロック)を具備して、系毎にI/Oバス064またはI
/Oバス164と接続され、データの受け渡しを行う。
The basic processor 010 of the service system and the basic processor 110 of the standby system are connected by a matching bus A061 for transferring the shared data in the main memory 030 of the service system to the main memory 130 of the standby system. Similarly, the extension processors 011 and 112 of the regular system respectively correspond to the extension processors 111 and 112 of the standby system and the matching bus B06.
2. Connected by the matching bus C063. Each processor has an I / O bus IF 090 (hatched block in the figure), and an I / O bus 064 or I / O bus
It is connected to the / O bus 164 and exchanges data.

【0038】各プロセッサは、常用系と待機系間で個別
に設けられた一致化バスA061、一致化バスB06
2、一致化バスC063を介して、主メモリ030内共
有データ一致化処理を非同期に行う。この一致化処理と
は別に、I/Oバス064上でプロセッサ010と拡張
プロセッサ011間、プロセッサ010と拡張プロセッ
サ012間、あるいは拡張プロセッサ011と拡張プロ
セッサ012間で、プロセッサ間通信を並行して処理で
きる。待機系でも同様に、プロセッサ間通信を処理でき
る。
Each processor includes a matching bus A061 and a matching bus B06 provided separately between the service system and the standby system.
2. The shared data matching process in the main memory 030 is performed asynchronously via the matching bus C063. Apart from this matching processing, inter-processor communication is performed in parallel between the processor 010 and the extension processor 011, between the processor 010 and the extension processor 012, or between the extension processor 011 and the extension processor 012 on the I / O bus 064. it can. Similarly, the standby system can process inter-processor communication.

【0039】本実施形態によるマルチプロセッサの二重
化システムによれば、各プロセッサの主メモリの各々に
共有エリアを持つ構成としているので、GMのようなシ
ステム全体に共通のハードウェアが不要となり、システ
ム構成の構成と動作が簡素化され、コストダウンも可能
となる。また、プロセス間通信を行なうI/Oバスとは
別に、他系との共有データの一致可化を行なうための一
致化バスを設けているので、マルチプロセッサ間のタス
ク処理による通信と共有データの一致化処理の通信を並
行でき、マルチプロセッサシステムの処理性を確保でき
る。
According to the redundant system of the multiprocessor according to the present embodiment, since the main memory of each processor has a common area, the common hardware such as the GM is not required for the entire system. Is simplified in configuration and operation, and the cost can be reduced. In addition to the I / O bus for performing inter-process communication, a matching bus for enabling matching of shared data with other systems is provided, so that communication by task processing between multiprocessors and sharing of shared data are performed. Communication of the matching processing can be performed in parallel, and the processing performance of the multiprocessor system can be ensured.

【0040】〔実施形態3〕本実施形態によるマルチプ
ロセッサ二重化システムは、実施形態2のシステムと基
本構成は同じである。ここでは、一致化バスのルートに
故障のある場合、別ルートを使って一致化させる別ルー
ト一致化方式について説明する。
[Embodiment 3] The basic configuration of the multiprocessor duplex system according to the present embodiment is the same as that of the system of Embodiment 2. Here, a description will be given of another route matching method in which when there is a failure in the route of the matching bus, matching is performed using another route.

【0041】図5は、マルチプロセッサ二重化システム
において、別ルートによる一致化を示す説明図である。
常用系プロセッサ010と待機系プロセッサ110を結
ぶ一致化バスA061ルートに異常が発生した場合、図
示の一致化ルート〜〜が確立される。
FIG. 5 is an explanatory diagram showing the matching by another route in the multiprocessor duplex system.
When an abnormality occurs in the matching bus A061 connecting the service processor 010 and the standby processor 110, the matching routes shown in FIG.

【0042】図6に、本実施形態におけるCMEの構成
を示す。各プロセッサのCMEは、図3の構成を基本に
以下のように構成されている。プロセッサ010のCM
E040は、隣接するプロセッサ間で系内のI/Oバス
064を経由して共有データ003(アドレス001、
データ002)を迂回させるため、バスIF回路093
に他プロセッサ用転送バッファ036を設けている。ま
た、転送する共有データの転送エリアを設定するため、
転送範囲比較回路042に他プロセッサ転送エリア上限
レジスタ095、転送エリア下限レジスタ096を設け
ている。図示を省略しているが、拡張プロセッサ#2、
#3のCME040にも、他プロセッサの共有データを
バッファリングする転送バッファ036と、上下限レジ
スタを設けている。
FIG. 6 shows the configuration of the CME in this embodiment. The CME of each processor is configured as follows based on the configuration of FIG. CM of processor 010
E040 is shared data 003 (addresses 001, 001) between adjacent processors via an I / O bus 064 in the system.
In order to bypass the data 002), the bus IF circuit 093
Is provided with a transfer buffer 036 for other processors. In addition, to set the transfer area of the shared data to be transferred,
The transfer range comparison circuit 042 is provided with another processor transfer area upper limit register 095 and transfer area lower limit register 096. Although not shown, the extension processor # 2,
The # 3 CME 040 is also provided with a transfer buffer 036 for buffering shared data of another processor and upper and lower limit registers.

【0043】本構成による通常時の共有データ一致化動
作は、送受信回路043が送信アドレスバッファ008
と送信データバッファ009内のデータを、一致化バス
060を経由して待機系に送信し、異常監視部098が
待機系から正常受信を示す応答信号を受け取ると、一致
化バス060は正常であると判断する。この場合の一致
化動作は、上記実施形態1または2と同じになる。次
に、一致化バス上で異常が生じた場合、別ルートを使っ
て一致化を行う時の各プロセッサの動作を詳細に説明す
る。
In the normal shared data matching operation according to this configuration, the transmission / reception circuit 043 operates in the transmission address buffer 008.
And the data in the transmission data buffer 009 to the standby system via the matching bus 060, and when the abnormality monitoring unit 098 receives a response signal indicating normal reception from the standby system, the matching bus 060 is normal. Judge. The matching operation in this case is the same as in the first or second embodiment. Next, the operation of each processor when matching is performed using another route when an abnormality occurs on the matching bus will be described in detail.

【0044】[常用系プロセッサ#1の動作]一致化バ
スA061に異常が生じた場合、待機系プロセッサ11
0は常用系プロセッサ010へ異常受信応答信号(断線
故障時は無応答)を返す。これにより、常用系プロセッ
サ010のCME内送受信回路043の異常監視部09
8が異常を検出し、送信データバッファ009内のデー
タ002(AAA)、送信アドレスバッファ008内の
アドレス001(500番地)を、バスIF回路093
へ転送する。
[Operation of Service Processor # 1] When an abnormality occurs in the matching bus A061, the standby processor 11
0 returns an abnormal reception response signal (no response at disconnection failure) to the service processor 010. Thereby, the abnormality monitoring unit 09 of the transmitting / receiving circuit 043 in the CME of the service processor 010
8 detects an abnormality and transfers the data 002 (AAA) in the transmission data buffer 009 and the address 001 (address 500) in the transmission address buffer 008 to the bus IF circuit 093.
Transfer to

【0045】バスIF回路093はI/OバスIF09
0に対し、拡張プロセッサ011の他プロセッサ転送エ
リア上限レジスタ095と下限レジスタ096による転
送先エリア(ここでは、先頭番地=1000番地とす
る)をI/OバスIF090に出力し、さらにアドレス
001とデータ002を出力する。これにより、共有エ
リア情報のデータ002とそのアドレス001は、送受
信部092からI/Oバス064を経由して、拡張プロ
セッサ011のI/OバスIF090へと転送される。
The bus IF circuit 093 is an I / O bus IF09.
0, the transfer destination area (here, the start address = 1000) by the other processor transfer area upper limit register 095 and lower limit register 096 is output to the I / O bus IF 090, and the address 001 and the data 002 is output. As a result, the data 002 of the shared area information and its address 001 are transferred from the transmission / reception unit 092 via the I / O bus 064 to the I / O bus IF 090 of the expansion processor 011.

【0046】[常用系拡張プロセッサ#2の動作]I/
OバスIF090を経由して、指定された先頭番地に対
応する転送バッファ036に、アドレス001、データ
002を受信した拡張プロセッサ011は、転送先エリ
アを転送範囲比較回路042に渡し、他プロセッサ転送
エリア上限レジスタ095と下限レジスタ095による
設定エリア(1000番地〜1200番地に設定)と比
較する。
[Operation of General-purpose Extended Processor # 2] I /
The extension processor 011 that has received the address 001 and the data 002 in the transfer buffer 036 corresponding to the specified start address via the O bus IF 090 passes the transfer destination area to the transfer range comparison circuit 042, and transfers the other processor transfer area. A comparison is made with a setting area (set at addresses 1000 to 1200) set by the upper limit register 095 and the lower limit register 095.

【0047】この結果、指定された転送先エリアが設定
エリア内であれば、他プロセッサからの迂回による共有
データであると判断し、アドレス001を送信アドレス
バッファ008へ、データ002を送信データバッファ
009へ転送する。これらバッファ008、009の内
容は転送先エリア情報とともに、一致化バスB062を
経由して待機系拡張プロセッサ111(#2)の送受信
回路043へ転送される。
As a result, if the designated transfer destination area is within the set area, it is determined that the data is shared data by detour from another processor, and the address 001 is transmitted to the transmission address buffer 008, and the data 002 is transmitted to the transmission data buffer 009. Transfer to The contents of the buffers 008 and 009 are transferred to the transmission / reception circuit 043 of the standby extended processor 111 (# 2) via the matching bus B062 together with the transfer destination area information.

【0048】[待機系拡張プロセッサ#2の動作]常用
系拡張プロセッサ011からのアドレス001とデータ
002は、転送先エリア情報(1000番地)に従い、
受信アドレスバッファ006、受信データバッファ00
7へ格納される。その後、転送範囲比較回路042で、
転送先エリア情報と設定されている共有エリアまたは他
プロセッサ転送エリアと比較し、後者のエリア範囲のと
き他プロセッサからの迂回による共有データと判断し、
データ002とアドレス001をバスIF回路093へ
転送する。
[Operation of Standby Extended Processor # 2] The address 001 and the data 002 from the regular extended processor 011 are determined according to the transfer destination area information (address 1000).
Receive address buffer 006, Receive data buffer 00
7 is stored. After that, in the transfer range comparison circuit 042,
The transfer destination area information is compared with the set shared area or another processor transfer area, and in the latter area range, it is determined to be shared data by detour from another processor,
The data 002 and the address 001 are transferred to the bus IF circuit 093.

【0049】バスIF回路093内のプロセッサ選定部
094は、他プロセッサ転送エリアアドレス(1000
番地)をアドレス001(500番地)のアドレスに変
換し、I/OバスIF090に対して出力する。その
後、データ002(AAA)をI/OバスIF090に
出力し、I/Oバス164を経由して待機系常用プロセ
ッサ110のI/OバスIF090へ転送する。
The processor selecting unit 094 in the bus IF circuit 093 sends the other processor transfer area address (1000
Address 001 (address 500) and outputs it to the I / O bus IF090. After that, the data 002 (AAA) is output to the I / O bus IF090, and is transferred to the I / O bus IF090 of the standby processor 110 via the I / O bus 164.

【0050】[待機系常用プロセッサ#1の動作]拡張
プロセッサ111からのアドレス情報=500番地は、
I/OバスIF090内の送受信部092を経由して、
主メモリ130上の500番地にデータ情報=AAAを
書き込み、一致化が終了する。
[Operation of Standby Regular Processor # 1] The address information = 500 from the extension processor 111 is
Via the transmission / reception unit 092 in the I / O bus IF090,
The data information = AAA is written to the address 500 on the main memory 130, and the matching is completed.

【0051】本実施形態によれば、各プロセッサのCM
E内に一致化のために、他プロセッサ対応に転送されて
くる共有情報(アドレス、データ)を格納する転送用格
納バッファを備え、一致化バスに故障が発生した場合
に、自系の隣接プロセッサを経由する迂回路により相手
系に共有データを転送して、共有データの一致化を可能
にするので、システムの信頼性を向上できる。
According to the present embodiment, the CM of each processor
E includes a transfer storage buffer for storing shared information (address and data) transferred for another processor for matching, and when a failure occurs in the matching bus, an adjacent processor of the own system. Since the shared data is transferred to the partner system by a detour via, and the shared data can be matched, the reliability of the system can be improved.

【0052】〔実施形態4〕実施形態3では、各プロセ
ッサのCMEに、他プロセッサの共有データの転送用納
バッファを設けている。これに対し、本実施形態のマル
チプロセッサシステムでは、各プロセッサの主メモリ内
に、他プロセッサの共有データの転送エリアを設けてい
る。CMEの構成は、他プロセッサ用転送バッファ03
6を持たない以外は、図6の構成と同様になる。
[Embodiment 4] In Embodiment 3, a buffer for transferring shared data of another processor is provided in the CME of each processor. On the other hand, in the multiprocessor system of the present embodiment, a transfer area for shared data of another processor is provided in the main memory of each processor. The configuration of the CME is the transfer buffer 03 for other processors.
6 except that it does not have the configuration 6.

【0053】本実施形態のマルチプロセッサの構成、二
重化システム構成は基本的には上記の実施形態と同様で
あり、図5に示した別ルートを使用する例で、一致化方
式を説明する。即ち、常用系プロセッサ010と待機系
プロセッサ110の間を結ぶ一致化バスA061に、故
障または異常が発生した場合、プロセッサ010がプロ
セッサ110から異常受信応答信号(断線故障時は無応
答)を受け取ると、一致化バスA061による転送不能
と判断し、〜〜ルートによる一致化処理が行なわ
れる。
The configuration of the multiprocessor and the duplex system configuration of this embodiment are basically the same as those of the above embodiment, and the matching method will be described using an example using a different route shown in FIG. That is, when a failure or abnormality occurs in the matching bus A061 connecting the service processor 010 and the standby processor 110, the processor 010 receives an abnormality reception response signal (no response at the time of disconnection failure) from the processor 110. , The transfer by the matching bus A061 is determined to be impossible, and the matching process is performed by the route.

【0054】図7は、本実施形態における主メモリマッ
プを示す。常用系プロセッサ010(#1)の主メモリ
030の500〜1000番地に共有エリア033を割
り付け、図示ではその500番地に共有データ=AAA
が格納されている。一致化バスA061故障時に、#1
の一致化処理を代行する常用系拡張プロセッサ011
(#2)の主メモリ030の1000〜1200番地に
は、#1のアドレス転送エリア034、データ転送エリ
ア035が割当てられる。
FIG . 7 shows a main memory map in this embodiment. A shared area 033 is allocated to addresses 500 to 1000 of the main memory 030 of the service processor 010 (# 1), and in the figure, the shared data = AAA at the address 500.
Is stored. When the coincidence bus A061 fails, # 1
General-purpose extension processor 011 which performs the matching process of
The address transfer area 034 and the data transfer area 035 of # 1 are allocated to addresses 1000 to 1200 of the main memory 030 of (# 2).

【0055】待機系拡張プロセッサ111(#2)の主
メモリ030は、常用系のプロセッサ#2と同じマッピ
ングとなり、1000〜1200番地にアドレス転送エ
リア134とデータ転送エリア135が割当てられる。
一致化先である待機系プロセッサ110(#1)の主メ
モリ030は、常用系プロセッサ#1と同じマッピング
となる。以下、本構成による動作を詳細に説明する。
The main memory 030 of the standby extension processor 111 (# 2) has the same mapping as the main processor # 2, and the address transfer area 134 and the data transfer area 135 are allocated to addresses 1000 to 1200.
The main memory 030 of the standby processor 110 (# 1), which is the matching destination, has the same mapping as that of the regular processor # 1. Hereinafter, the operation according to this configuration will be described in detail.

【0056】[常用系プロセッサ#1の動作]一致化バ
スA061に異常が生じ、待機系プロセッサ110から
の異常受信応答信号(断線故障時は無応答)を受信する
と、常用系プロセッサ010はCME内の送受信回路0
43の異常監視部098が異常を検出し、送信データバ
ッファ009内のデータ002(=AAA)、送信アド
レスバッファ008内のアドレス001(=500番
地)をバスIF回路093へ転送する。
[Operation of Service Processor # 1] When an error occurs in the coincidence bus A061 and an abnormal reception response signal (no response at the time of disconnection failure) from the standby processor 110 is received, the service processor 010 is loaded into the CME. Transmission / reception circuit 0
43, the abnormality monitoring unit 098 detects the abnormality, and transfers the data 002 (= AAA) in the transmission data buffer 009 and the address 001 (= 500 address) in the transmission address buffer 008 to the bus IF circuit 093.

【0057】バスIF回路093は、拡張プロセッサ0
11における他プロセッサ転送エリア(上限レジスタ0
95、下限レジスタ096)のエリア情報(ここでは、
先頭番地である1000番地)をI/OバスIF090
に対して出力し、同時に共有データであるアドレス情報
=500番地とデータ情報=AAAをI/OバスIF0
90に出力する。これらの情報はI/Oバス064を経
由して拡張プロセッサ011のI/OバスIF090へ
転送される。
The bus IF circuit 093 is connected to the extension processor 0
11 other processor transfer area (upper limit register 0
95, lower limit register 096) area information (here,
I / O bus IF090
And at the same time, the address information = 500 and the data information = AAA, which are shared data, are transmitted to the I / O bus IF0.
90. These pieces of information are transferred to the I / O bus IF090 of the extension processor 011 via the I / O bus 064.

【0058】[常用系拡張プロセッサ#2の動作]常用
系プロセッサ010からの転送先エリア情報(=100
0番地)及び、共有データのアドレス情報とデータ情報
は、CME内バスIF回路093を経由して転送範囲比
較回路042へ取り込まれ、ここで他プロセッサ転送エ
リア上限レジスタ095、下限レジスタ095による転
送エリア範囲(ここでは、1000番地〜1200番
地)と比較され、共有データか否かをチエックする。共
有データの場合、アドレス情報を送信アドレスバッファ
008、データ情報を送信データバッファ009へ転送
する。以後、バッファ008、009の内容は、実施形
態3の場合と同様に一致化バスB062を経由し、待機
系拡張プロセッサ111の送受信回路043へ送信す
る。
[Operation of the service processor # 2] Destination area information (= 100) from the service processor 010
Address 0) and the address information and data information of the shared data are taken into the transfer range comparison circuit 042 via the bus IF circuit 093 in the CME, where the transfer area is determined by the other processor transfer area upper limit register 095 and lower limit register 095. It is compared with a range (here, addresses 1000 to 1200), and it is checked whether or not the data is shared data. In the case of shared data, the address information is transferred to the transmission address buffer 008, and the data information is transferred to the transmission data buffer 009. Thereafter, the contents of the buffers 008 and 009 are transmitted to the transmission / reception circuit 043 of the standby extension processor 111 via the matching bus B062 as in the case of the third embodiment.

【0059】[待機系拡張プロセッサ#2の動作]常用
系拡張プロセッサ011から受信した、他プロセッサの
アドレス情報(=500番地)は受信アドレスバッファ
006に、データ情報(=AAA)は受信データバッフ
ァ007に一旦、格納したの後、転送範囲比較回路04
2によって転送エリア範囲(1000〜1200番地)
と比較し、他プロセッサの共有データか判断する。他プ
ロセッサからの共有データの場合、バスIF回路093
へ転送する。
[Operation of Standby Extended Processor # 2] The address information (= 500 address) of the other processor received from the regular extended processor 011 is stored in the reception address buffer 006, and the data information (= AAA) is received in the reception data buffer 007. Once, the transfer range comparison circuit 04
2, transfer area range (addresses 1000 to 1200)
To determine whether the data is shared data of another processor. In the case of shared data from another processor, the bus IF circuit 093
Transfer to

【0060】バスIF回路093のプロセッサ選定部0
94は、他プロセッサ転送先エリア(=1000番地)
をアドレス001(=500番地)に変換し、I/Oバ
スIF090に対して出力する。その後、データ002
(=AAA)をI/OバスIF090に出力し、I/O
バス064を経由して待機系常用プロセッサ110のI
/OバスIF090へと転送する。
Processor selection unit 0 of bus IF circuit 093
94 is another processor transfer destination area (= 1000 address)
Is converted to an address 001 (= 500 address) and output to the I / O bus IF090. After that, data 002
(= AAA) is output to the I / O bus IF090, and the I / O bus
Via the bus 064, the I
/ O bus IF090.

【0061】[待機系常用プロセッサ#1の動作]拡張
プロセッサ111から転送されてきたアドレス001と
データ002は、I/OバスIF090の送受信部09
2を介して、主メモリ030のアドレス=500番地に
データ=AAAとして書き込まれ、一致化が終了する。
[Operation of Standby System Regular Processor # 1] The address 001 and data 002 transferred from the extension processor 111 are transmitted and received by the transmitting / receiving unit 09 of the I / O bus IF090.
2, the data is written as data = AAA at the address = 500 in the main memory 030, and the matching is completed.

【0062】本実施形態によれば、一致化バスルートに
異常の発生した場合に、別ルートによる一致化が可能に
なるので、マルチプロセッサ二重化システムの信頼性を
向上できる。特に、別ルートの転送バッファとして主メ
モリの一部を利用するので、他プロセッサ共有情報(ア
ドレス、データ)の格納エリアは可変にできる。
According to the present embodiment, when an abnormality occurs in the matching bus route, matching can be performed by another route, so that the reliability of the multiprocessor duplex system can be improved. In particular, since a part of the main memory is used as a transfer buffer of another route, the storage area of other processor shared information (address, data) can be made variable.

【0063】なお、上記の実施形態において、常用系プ
ロセッサ010と待機系プロセッサ110間で迂回路に
よって共有データを一致化する場合に、常用系拡張プロ
セッサ011と待機系拡張プロセッサ111は、他プロ
セッサからの共有データを主メモリに書き込まずに、一
致化バス060、I/Oバス064に対して直接、共有
データを転送することができる。これによって、共有デ
ータ一致化処理中のメモリ書き込み時間が削減でき、一
致化処理を高速化できる。
In the above-described embodiment, when the shared data is made identical between the service processor 010 and the standby processor 110 by a detour, the service expansion processor 011 and the standby expansion processor 111 are connected to each other by the other processor. The shared data can be directly transferred to the matching bus 060 and the I / O bus 064 without writing the shared data to the main memory. As a result, the memory write time during the shared data matching process can be reduced, and the matching process can be sped up.

【0064】〔実施形態5〕本実施形態では、マルチタ
スクの二重化システムにおける共有データ一致化方式を
説明する。本実施形態ではタスク切り替え時、共有エリ
アがタスク毎に可変設定される。ハードウェアは、図1
ないし図3の構成と同様である。
[Embodiment 5] In this embodiment, a shared data matching system in a multi-task duplex system will be described. In this embodiment, at the time of task switching, the shared area is variably set for each task. Figure 1 shows the hardware
3 is the same as that of FIG.

【0065】図8に、本実施形態の主メモリマップを示
す。各主メモリ030(130)には、各タスク#1〜
#3の領域可変となるタスク#1用共有エリア071、
タスク#2用共有エリア073、タスク#3用共有エリ
ア075と、タスク毎のプログラム格納領域072、0
74、076と、タスク設定エリア089が設けられ
る。
FIG. 8 shows a main memory map of the present embodiment. Each main memory 030 (130) has a task # 1 to a task # 1.
# 3 shared area 071 for task # 1 which becomes variable
Task # 2 shared area 073, task # 3 shared area 075, and task-specific program storage areas 072, 0
74, 076 and a task setting area 089 are provided.

【0066】タスク設定エリア089は、タスク毎の共
有エリアのアドレス上限及び下限値を設定する、共有ア
ドレス上限エリア081,083,085及び共有アド
レス下限エリア082,084,086と、タスク切り
替え時に前回起動されたタスクの共有アドレス上限及び
下限値を退避する前タスク保存エリア087,088を
有している。タスク設定エリア089には初期立ち上げ
時に、各タスクの共有エリアのアドレス範囲を指定して
おく。
The task setting area 089 sets the upper limit and lower limit of the address of the shared area for each task. The upper limit areas 081, 083, and 085 and the lower address areas 082, 084, and 086 of the shared address are set at the last time when the task is switched. It has pre-task storage areas 087 and 088 for saving the upper and lower limit of the shared address of the task. In the task setting area 089, the address range of the shared area of each task is specified at the time of initial startup.

【0067】図9に、タスク切り替え動作のフローを示
す。タスク切り替えはOSのタスク管理機能099によ
って処理される。タスク#1の処理中にタスク#2が起
動されると、OSはCMEの上限レジスタ044及び下
限レジスタ045の示すタスク#1の共有アドレス範囲
を読み出し、主メモリ030上の前タスク退避用エリア
087、088に保存する(S1)。次に、OSは主メ
モリの共有上限エリア083及び下限エリア084の示
すタスク#2の共有アドレス範囲を、CME040内の
共有エリア上限レジスタ044及び下限レジスタ045
に書き込む(S2)。
FIG. 9 shows a flow of the task switching operation. The task switching is processed by the task management function 099 of the OS. When the task # 2 is activated during the processing of the task # 1, the OS reads the shared address range of the task # 1 indicated by the upper limit register 044 and the lower limit register 045 of the CME, and saves the previous task save area 087 on the main memory 030. , 088 (S1). Next, the OS sets the shared address range of task # 2 indicated by the shared upper limit area 083 and the lower limit area 084 of the main memory to the shared area upper limit register 044 and the lower limit register 045 in the CME 040.
(S2).

【0068】図10に、タスク切り替えによる主メモリ
マップの一例を示す。同図(a)はタスク#1の実行時
で、タスク#1共有上限エリア081に100、下限エ
リア082に200が格納されているので、タスク#1
用共有エリア071は主メモリ上のアドレス100番地
〜200番地となる。同図(b)はタスク#2の実行時
で、タスク#2用共有エリア073は主メモリ上のアド
レス500番地〜600番地となる。
FIG. 10 shows an example of a main memory map by task switching. FIG. 9A shows the execution of task # 1, where 100 is stored in the upper limit area 081 of the task # 1 and 200 is stored in the lower limit area 082.
The shared area 071 is located at addresses 100 to 200 on the main memory. FIG. 9B shows the execution of task # 2, and the task # 2 shared area 073 is located at addresses 500 to 600 on the main memory.

【0069】その後、タスク#2の処理が開始される
(S2)。タスク#2の処理が終了すると、OSは前タ
スク保存用エリア上限087,前タスク保存用エリア下
限088内のアドレス値をCME040の共有エリア上
限レジスタ044及び下限レジスタ045に書き戻し
(S4)、タスク#1の処理が再開される。
Thereafter, the process of task # 2 is started (S2). When the processing of task # 2 ends, the OS writes back the address values in the previous task storage area upper limit 087 and the previous task storage area lower limit 088 to the shared area upper limit register 044 and the lower limit register 045 of the CME 040 (S4). The process of # 1 is restarted.

【0070】以上のように、タスク切り替え時に共有エ
リア上限レジスタ044及び下限レジスタ045のダイ
ナミックな書き換えができるので、タスク毎の共有デー
タのアドレス管理が可能となる。なお、タスク切り替え
後のCMEによる共有データの一致化動作は、実施形態
1の場合と同様に行なわれる。
As described above, since the shared area upper limit register 044 and the lower limit register 045 can be dynamically rewritten at the time of task switching, address management of shared data for each task becomes possible. The operation of matching the shared data by the CME after the task switching is performed in the same manner as in the first embodiment.

【0071】本実施形態によって、タスク毎の共有エリ
アが動的に可変設定できるので、タスクの増設分を考慮
した共有エリアの確保が不要となり、メモリ資源の有効
活用が可能となる。また、プログラム設計時において、
他のタスクを意識せずプログラミングできることから、
ソフト開発が容易になる。
According to the present embodiment, the shared area for each task can be dynamically variably set, so that it is not necessary to secure a shared area in consideration of additional tasks, and effective use of memory resources becomes possible. Also, when designing the program,
Because you can program without being aware of other tasks,
Software development becomes easier.

【0072】[0072]

【発明の効果】本発明の二重化システムによれば、主メ
モリバスを直接スヌープして、主メモリ上の共有データ
エリアへアクセスするデータを検知し、相手系に送信し
て一致化処理を行なう機能を各プロセッサに設けている
ので、従来のシステム共通のGMが不要になり、メモリ
資源の有効活用とメモリ管理の簡素化が可能になる効果
がある。
According to the duplex system of the present invention, the function of directly snooping the main memory bus, detecting data accessing the shared data area on the main memory, transmitting the data to the partner system, and performing the matching process. Is provided in each processor, so that the conventional system common GM is not required, and there is an effect that the memory resources can be effectively used and the memory management can be simplified.

【0073】また、主メモリ上の共有データエリアを任
意に指定するとともに、該共有エリアにアクセスするデ
ータのみを一致化処理するように一元管理するので、共
有データを意識することなくソフトウェア開発ができ
る。
Further, since the shared data area on the main memory is arbitrarily specified and the data accessing the shared area is centrally managed so as to perform the matching process, software can be developed without being conscious of the shared data. .

【0074】本発明のマルチタスクの二重化システムに
よれば、タスク切り替えと同時に、主メモリ上のタスク
毎の共有エリアが動的に切り替わるので、マルチタスク
のソフトウェア構築に際して、各タスク間での共有エリ
アの割付けが不要になり、システムの開発や変更が容易
になる。
According to the multitask duplication system of the present invention, the shared area for each task in the main memory is dynamically switched at the same time as the task switching. Is unnecessary, and system development and change become easy.

【0075】本発明のマルチプロセッサの二重化システ
ムによれば、システム共通のバス(I/Oバス)とは別
に、系間に一致化バスを設けて共有データを転送するの
で、主メモリアクセスと同時に共有データの転送処理が
開始され、マルチプロセッサにより共有データが増加し
ても一致化処理を高速化でき、マルチプロセッサの処理
性を維持できる効果がある。あるいは、シングルシステ
ムに比べた二重化システムでの処理能力低下を防止でき
る。
According to the multiprocessor duplex system of the present invention, a shared bus is provided between the systems separately from the system common bus (I / O bus) to transfer shared data. Even when the transfer process of the shared data is started and the shared data is increased by the multiprocessor, the matching process can be sped up, and the processing performance of the multiprocessor can be maintained. Alternatively, it is possible to prevent a reduction in processing capacity in a duplex system compared to a single system.

【0076】また、所定の一致化バスルートの故障時
に、隣接プロセッサとその一致化バスを経由する別ルー
ト一致化処理の機能を有しているので、システムの信頼
性を向上できる効果がある。
In addition, when a predetermined matching bus route fails, the system has a function of matching another route via an adjacent processor and its matching bus, so that the reliability of the system can be improved.

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

【図1】本発明の基本的な実施形態による二重化システ
ムの構成図。
FIG. 1 is a configuration diagram of a duplex system according to a basic embodiment of the present invention.

【図2】図1の実施形態における主メモリマップ。FIG. 2 is a main memory map in the embodiment of FIG. 1;

【図3】実施形態1による共有データ一致化装置(CM
E)の構成図。
FIG. 3 is a shared data matching device (CM) according to the first embodiment.
FIG.

【図4】実施形態2によるマルチプロセッサの二重化シ
ステムの構成図。
FIG. 4 is a configuration diagram of a redundant system of a multiprocessor according to a second embodiment.

【図5】実施形態3による別ルート一致化方式のルート
説明図。
FIG. 5 is an explanatory diagram of a route according to a different route matching method according to the third embodiment.

【図6】実施形態3による別ルート一致化方式のCME
の構成図。
FIG. 6 is a CME of another route matching method according to the third embodiment.
FIG.

【図7】実施形態4における主メモリマップ。FIG. 7 is a main memory map according to the fourth embodiment.

【図8】実施形態5における主メモリマップ。FIG. 8 is a main memory map according to the fifth embodiment.

【図9】実施形態5におけるタスク切替のフロー図。FIG. 9 is a flowchart of task switching in a fifth embodiment.

【図10】実施形態5における一動作例の主メモリマッ
プ。
FIG. 10 is a main memory map of an operation example according to the fifth embodiment.

【図11】GMを使用する従来の二重化システムの構成
図。
FIG. 11 is a configuration diagram of a conventional duplex system using GM.

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

001…アドレス、002…データ、003…共有デー
タ、006…受信アドレスバッファ、007…受信デー
タバッファ、008…送信アドレスバッファ、009…
送信データバッファ、010…常用系プロセッサ、01
1〜012…常用系拡張プロセッサ、020…MPU、
021…主メモリバス、030…主メモリ、033…共
有エリア、036…他プロセッサ用転送バッファ、04
0…CME、041…メモリアクセス情報取得回路、0
42…転送範囲比較回路、043…送受信回路、044
…共有エリア上限レジスタ、045…共有エリア下限レ
ジスタ、046…メモリアクセス回路、047…送信/
受信状態管理回路、049…タイミング回路、050…
アクセス情報取得タイミング回路、051…メモリバス
インターフェース、052…メモリアクセス権取得回
路、060…常用系一致化バス、061…常用系一致化
バスA、062…常用系一致化バスB、063…常用系
一致化バスC、064…常用系I/Oバス、070…共
有エリア、071…タスク#1用共有エリア、073…
タスク#2用共有エリア、075…タスク#3用共有エ
リア、081…タスク#1共有エリア上限、082…タ
スク#1共有エリア下限、083…タスク#3共有エリ
ア上限、084…タスク#3共有エリア下限、085…
タスク#3共有エリア上限、086…タスク#3共有エ
リア下限、087…前タスク保存エリア上限、088…
前タスク保存エリア下限、089…タスク設定エリア、
090…I/OバスIF、091…他プロセッサ転送エ
リア報告レジスタ、092…送受信部、093…バスI
F回路、094…プロセッサ選定部、095…他プロセ
ッサ転送エリア上限レジスタ、096…他プロセッサ転
送エリア下限レジスタ、097…バッファ制御部、09
8…異常監視部、099…OS、110…待機系プロセ
ッサ、111,112…待機系拡張プロセッサ、120
…MPU、121…主メモリバス、130…主メモリ、
133…共有エリア、134…プロセッサ010用アド
レス転送エリア、135…プロセッサ010用データ転
送エリア、136…プロセッサ010用転送バッファ、
137…プロセッサ011用転送バッファ、138…ア
ドレスバッファ、139…データバッファ、140…C
ME、141…メモリアクセス情報取得回路、142…
転送範囲比較回路、143…送受信回路、144…共有
エリア上限レジスタ、145…共有エリア下限レジス
タ、146…メモリアクセス回路、164…常用系I/
Oバス、240…メモリアクセス情報取得アドレスレジ
スタ、241…メモリアクセス情報取得データレジス
タ、242…メモリアクセスデータレジスタ、243…
メモリアクセスアドレスレジスタ、244…送信バッフ
ァ、245…受信バッファ、250…メモリデータ、2
51…メモリアドレス、252…メモリライト信号、2
53…メモリ選択信号、254…メモリバス使用権要求
信号、255…メモリバス使用許可信号、255,25
6…一致化信号。
001: address, 002: data, 003: shared data, 006: reception address buffer, 007: reception data buffer, 008: transmission address buffer, 009 ...
Transmission data buffer, 010: regular processor, 01
1 to 012: a general-purpose extended processor, 020: MPU,
021: Main memory bus, 030: Main memory, 033: Shared area, 036: Transfer buffer for other processors, 04
0: CME, 041: memory access information acquisition circuit, 0
42: transfer range comparison circuit, 043: transmission / reception circuit, 044
... shared area upper limit register, 045 ... shared area lower limit register, 046 ... memory access circuit, 047 ... transmission /
Reception state management circuit, 049 timing circuit, 050 ...
Access information acquisition timing circuit, 051: memory bus interface, 052: memory access right acquisition circuit, 060: regular system coincidence bus, 061 ... regular system coincidence bus A, 062 ... regular system coincidence bus B, 063 ... regular system Matching bus C, 064: regular I / O bus, 070: shared area, 071: shared area for task # 1, 073 ...
Shared area for task # 2, 075 ... shared area for task # 3, 081 ... upper limit for shared area of task # 1, 082 ... lower limit for shared area of task # 1, 083 ... upper limit for shared area of task # 3, 084 ... shared area for task # 3 Lower limit, 085 ...
Task # 3 shared area upper limit, 086 ... task # 3 shared area lower limit, 087 ... previous task storage area upper limit, 088 ...
Previous task saving area lower limit, 089 ... task setting area,
090 ... I / O bus IF, 091: Other processor transfer area report register, 092 ... Transceiving unit, 093 ... Bus I
F circuit, 094: processor selection unit, 095: other processor transfer area upper limit register, 096: other processor transfer area lower limit register, 097: buffer control unit, 09
8: abnormality monitoring unit, 099: OS, 110: standby processor, 111, 112: standby extended processor, 120
... MPU, 121 ... main memory bus, 130 ... main memory,
133 ... shared area, 134 ... address transfer area for processor 010, 135 ... data transfer area for processor 010, 136 ... transfer buffer for processor 010,
137 transfer buffer for processor 011 138 address buffer 139 data buffer 140 C
ME, 141... Memory access information acquisition circuit, 142.
Transfer range comparison circuit, 143 transmission / reception circuit, 144 common area upper limit register, 145 common area lower limit register, 146 memory access circuit, 164 general-purpose I / O
O bus, 240 ... memory access information acquisition address register, 241 ... memory access information acquisition data register, 242 ... memory access data register, 243 ...
Memory access address register, 244: transmission buffer, 245: reception buffer, 250: memory data, 2
51: memory address, 252: memory write signal, 2
53: memory selection signal, 254: memory bus use right request signal, 255: memory bus use permission signal, 255, 25
6. Matching signal.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 黒澤 憲一 茨城県日立市大みか町七丁目1番1号 株式会社日立製作所 日立研究所内 (72)発明者 高松 良一 茨城県日立市大みか町五丁目2番1号 株式会社日立製作所 大みか工場内 (72)発明者 大橋 章宏 茨城県日立市大みか町五丁目2番1号 株式会社日立製作所 大みか工場内 (72)発明者 橋本 忠彦 茨城県日立市大みか町五丁目2番1号 株式会社日立製作所 大みか工場内 (72)発明者 桝井 晃二 茨城県日立市大みか町五丁目2番1号 株式会社日立製作所 大みか工場内 (56)参考文献 特開 昭62−169244(JP,A) 特開 平4−74233(JP,A) 特開 平5−113898(JP,A) 特開 昭58−137065(JP,A) 実開 平3−44737(JP,U) (58)調査した分野(Int.Cl.7,DB名) G06F 11/16 - 11/20 ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Kenichi Kurosawa 7-1-1, Omika-cho, Hitachi City, Ibaraki Prefecture Within Hitachi Research Laboratory, Hitachi, Ltd. (72) Ryoichi Takamatsu 5-2-2, Omika-cho, Hitachi City, Ibaraki Prefecture No. 1 Hitachi, Ltd. Omika Plant (72) Inventor Akihiro Ohashi 2-1-1, Omikacho, Hitachi City, Ibaraki Prefecture Inside Hitachi, Ltd. Omika Plant (72) Inventor Tadahiko Hashimoto 5, Omikacho, Hitachi City, Ibaraki Prefecture No. 2 in Hitachi, Ltd. Omika Plant (72) Inventor Koji Masui 5-2-1, Omika-cho, Hitachi City, Ibaraki Pref. Hitachi, Ltd. In Omika Plant (56) References JP-A-62-169244 (JP) , A) JP-A-4-74233 (JP, A) JP-A-5-113898 (JP, A) JP-A-58-137065 (JP, A) Flat 3-44737 (JP, U) (58 ) investigated the field (Int.Cl. 7, DB name) G06F 11/16 - 11/20

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 MPUと主記憶装置とI/Oバスインタ
ーフェースを持つ複数のプロセッサをI/Oバス(また
はシステムバス)で接続し、常用系と待機系からなるマ
ルチプロセッサと、相手系と共有情報を送受する送受信
回路を持つ共有データ一致化装置(以下、CMEと略
称)を各プロセッサに備えるマルチプロセッサの二重化
システムにおいて、 主記憶装置に前記共有データを記憶する共有エリアを有
し、対応関係にある自系と相手系のプロセッサ間で前記
送受信回路を接続する一致化バスを設け、前記CMEが
前記I/Oバスによる系内のプロセッサ間通信と並行し
て共有データ一致化処理を行なえるように前記CMEを
構成したことを特徴とするマルチプロセッサの二重化シ
ステム。
An MPU, a main storage device, and a plurality of processors having an I / O bus interface are connected by an I / O bus (or a system bus), and are shared with a multiprocessor including a normal system and a standby system, and a partner system. In a multiprocessor duplex system in which each processor includes a shared data matching device (hereinafter abbreviated as CME) having a transmission / reception circuit for transmitting and receiving information, a shared area for storing the shared data in a main storage device is provided. And a matching bus for connecting the transmission / reception circuit between the own system and the other system's processor is provided, and the CME can perform shared data matching processing in parallel with communication between processors in the system by the I / O bus. A duplex system for a multiprocessor, wherein the CME is configured as described above.
【請求項2】 請求項1において、 前記CMEは、MPUから主記憶装置へ書き込むアドレ
スとデータを含むアクセス情報を主メモリバスからスヌ
ープするメモリアクセス情報取得手段、相手系からの受
信情報が前記共有データの場合に前記共有エリアに書き
込むメモリアクセス手段、前記共有エリアの範囲を指定
する共有エリア設定手段、前記アクセス情報または前記
受信情報中のアドレスが前記共有エリアの範囲内にある
とき、該情報を共有データと判断する共有データ監視手
段を有していることを特徴とするマルチプロセッサの二
重化システム。
2. The CME according to claim 1, wherein the CME is a memory access information acquisition unit that snoops access information including an address and data to be written from an MPU to a main storage device from a main memory bus; Memory access means for writing to the shared area in the case of data, shared area setting means for designating the range of the shared area, when the address in the access information or the received information is within the range of the shared area, A multiprocessor duplex system comprising shared data monitoring means for determining shared data.
JP12145596A 1996-05-16 1996-05-16 Redundant system Expired - Fee Related JP3299115B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12145596A JP3299115B2 (en) 1996-05-16 1996-05-16 Redundant system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12145596A JP3299115B2 (en) 1996-05-16 1996-05-16 Redundant system

Publications (2)

Publication Number Publication Date
JPH09305424A JPH09305424A (en) 1997-11-28
JP3299115B2 true JP3299115B2 (en) 2002-07-08

Family

ID=14811561

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12145596A Expired - Fee Related JP3299115B2 (en) 1996-05-16 1996-05-16 Redundant system

Country Status (1)

Country Link
JP (1) JP3299115B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3073388A1 (en) 1998-03-18 2016-09-28 Koninklijke Philips N.V. Data processing device and method of computing the cosine transform of a matrix
JP2003131899A (en) * 2001-10-19 2003-05-09 Toshiba Corp Redundant control device
JP5392594B2 (en) * 2008-03-05 2014-01-22 日本電気株式会社 Virtual machine redundancy system, computer system, virtual machine redundancy method, and program
JP5243113B2 (en) 2008-06-19 2013-07-24 株式会社日立製作所 Arithmetic processing unit multiplexing control system

Also Published As

Publication number Publication date
JPH09305424A (en) 1997-11-28

Similar Documents

Publication Publication Date Title
US5274789A (en) Multiprocessor system having distributed shared resources and dynamic and selective global data replication
KR100465583B1 (en) Non-uniform memory access(numa) data processing system that speculatively forwards a read request to a remote processing node and communication method in the system
EP0431467B1 (en) Multiprocessor system having distributed shared resources and dynamic global data replication
JP3218773B2 (en) Cache controller
JP2002529810A (en) Processing configuration
KR950010529B1 (en) Memory sharing for communicaiton between processors
JP3299115B2 (en) Redundant system
JP2001333137A (en) Self-operating communication controller and self- operating communication control method
JP2813182B2 (en) Multiprocessor computer multifunction device
JPH04291660A (en) Inter-processor communication method and its parallel processor
JPH11338833A (en) Multiprocessor type controller and scalable controller system
JP3187446B2 (en) Cache memory controller
JP3052460B2 (en) Cooperative processing type information processing device
JPS59165287A (en) Information processing system
JPH0827761B2 (en) Dual-system simultaneous writing method for dual memory
JP3112280B2 (en) Computer system
JP2924438B2 (en) Communication processing verification system
JP3219422B2 (en) Cache memory control method
JPH03252856A (en) Processing system for program
JPH0344749A (en) Data processor
JPH10254779A (en) Distributed cache system
JPH04291642A (en) Cache control system
JPH01310466A (en) Multiprocessor system
JPH04278662A (en) Multiprocessor system
JPH07262150A (en) Parallel computer

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080419

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20090419

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20090419

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20100419

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20110419

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20120419

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20120419

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20130419

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20140419

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees