JP2853736B2 - Cluster number conversion circuit - Google Patents
Cluster number conversion circuitInfo
- Publication number
- JP2853736B2 JP2853736B2 JP10761596A JP10761596A JP2853736B2 JP 2853736 B2 JP2853736 B2 JP 2853736B2 JP 10761596 A JP10761596 A JP 10761596A JP 10761596 A JP10761596 A JP 10761596A JP 2853736 B2 JP2853736 B2 JP 2853736B2
- Authority
- JP
- Japan
- Prior art keywords
- cluster number
- cluster
- output
- table memory
- logical
- 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
Links
Landscapes
- Multi Processors (AREA)
Description
【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION
【0001】[0001]
【発明の属する技術分野】本発明はクラスタ構成をとる
並列型情報処理装置に関し、特に論理クラスタ番号を物
理クラスタ番号に変換するクラスタ番号変換回路に関す
るものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a parallel type information processing apparatus having a cluster configuration, and more particularly to a cluster number conversion circuit for converting a logical cluster number into a physical cluster number.
【0002】[0002]
【従来の技術】図4に示すようなクラスタ構成をとる並
列型情報処理装置において、装置内のブロセッサエレメ
ン卜(以下PEと略記する)の指定は、クラスタ番号と
PE番号で行う。並列型情報処理装置のソフトウエアと
しては、装置の違いによる変更を少なくするため、扱え
るクラスタ番号を物理的なクラスタ数に関係なく決めた
いという要求、また、例えばクラスタ0のPE2/クラ
スタ1のPE5/クラスタ10(7)PE7というよう
に異なるクラスタの属するPEを、あたかも同一のクラ
スタに属するように扱いたいという要求があった。2. Description of the Related Art In a parallel type information processing apparatus having a cluster configuration as shown in FIG. 4, a processor element (hereinafter abbreviated as PE) in the apparatus is designated by a cluster number and a PE number. As software of the parallel type information processing apparatus, there is a demand to determine a cluster number that can be handled irrespective of the number of physical clusters in order to reduce a change due to a difference between apparatuses. There has been a request that PEs belonging to different clusters, such as / cluster 10 (7) PE7, be treated as if they belong to the same cluster.
【0003】そこでクラスタ番号を、ソフトウエアから
みえる論理クラスタ番号と、実際のクラスタを示す物理
クラスタ番号とに区別し、論理クラスタ番号とPE番号
とから、そのPEが属する物理クラスタ番号を求めるた
めの変換テーブルが、各クラスタ制御装置内に用意され
ている。さらに、ソフトウエアでもオペレーティングシ
ステム(以下OSと略記する)ではシステム全体を管理
する都合上、アプリケーションプログラムとはクラスタ
の見え方を変えたいという要求があり、OSとアプリケ
ーションプログラムとで別々の論理クラスタ番号を使用
している。[0003] Therefore, the cluster number is distinguished into a logical cluster number seen from software and a physical cluster number indicating an actual cluster, and a physical cluster number to which the PE belongs is determined from the logical cluster number and the PE number. A conversion table is prepared in each cluster control device. Further, in software, an operating system (hereinafter abbreviated as OS) has a demand to change the appearance of a cluster from an application program in order to manage the entire system. Therefore, different logical cluster numbers are used for the OS and the application program. You are using
【0004】従って、従来は図3に示すようなクラスタ
番号変換回路が使われていた。従来のクラスタ番号変換
回路の動作について図面を参照して説明する。図3は図
4の構成をとる並列型情報処理装置のクラスタ番号変換
回路である。図3において、1はPE番号レジスタ、2
は論理クラスタ番号レジスタ、8は変換テーブルメモリ
である。Therefore, conventionally, a cluster number conversion circuit as shown in FIG. 3 has been used. The operation of the conventional cluster number conversion circuit will be described with reference to the drawings. FIG. 3 shows a cluster number conversion circuit of the parallel type information processing apparatus having the configuration of FIG. In FIG. 3, 1 is a PE number register, 2
Is a logical cluster number register, and 8 is a conversion table memory.
【0005】このクラスタ番号変換回路に対して、論理
クラスタ番号としてOSば“0”〜“15”を、アプリ
ケーションプログラムは“16”〜“31”を使用し、
PE番号としてはOS/アプリケーションともに“0”
〜“15”を使用する。従って、論理クラスタ番号は5
ビットで、PE番号は4ビットで表現される。For this cluster number conversion circuit, the OS uses "0" to "15" as the logical cluster number, and the application program uses "16" to "31" as the logical cluster number.
The PE number is "0" for both OS and application
To "15". Therefore, the logical cluster number is 5
The PE number is represented by 4 bits.
【0006】まず、クラスタ制御装置(図示せず)から
変換すべき論理クラスタ番号とPE番号とが、それぞれ
クラスタ番号レジスタ2とPE番号レジスタ1に与えら
れる。ついで、PE番号レジスタ1の出力101とクラ
スタ番号レジスタ2の出力301とを結合した9ビット
の信号302で変換テーブルメモリ8をアクセスし、対
応する物理クラスタ番号303を得る。First, a logical cluster number and a PE number to be converted are given to a cluster number register 2 and a PE number register 1 from a cluster controller (not shown). Next, the conversion table memory 8 is accessed with a 9-bit signal 302 obtained by combining the output 101 of the PE number register 1 and the output 301 of the cluster number register 2 to obtain a corresponding physical cluster number 303.
【0007】[0007]
【発明が解決しようとする課題】従来のクラスタ番号変
換回路では、各PE毎にOS用の変換エントリ、アプリ
ケーション用の変換エントリを持っているため、変換テ
ーブルメモリの容量が大きくなってしまうという問題が
あった。In the conventional cluster number conversion circuit, since each PE has a conversion entry for the OS and a conversion entry for the application, the capacity of the conversion table memory becomes large. was there.
【0008】本発明の課題は、OSとしては装置内の全
PEが見えるため、個々のPEの変換情報は必要なく、
論理クラスタと物理クラスタとの関係さえわかれば十分
であることに着目して、OSが使用する変換テーブルの
エントリを、PE番号に関係なく、論理クラスタ番号の
みで決まるように縮退させることで、従来よりも変換テ
ーブルメモリの容量の削減を可能とするクラスタ番号変
換回路を提供することである。The problem of the present invention is that since all the PEs in the device can be seen as the OS, the conversion information of each PE is not required.
Focusing on the fact that it is sufficient to know only the relationship between the logical cluster and the physical cluster, the conversion table entry used by the OS is degenerated so that it is determined only by the logical cluster number regardless of the PE number. An object of the present invention is to provide a cluster number conversion circuit that can reduce the capacity of the conversion table memory.
【0009】[0009]
【課題を解決するための手段】本発明によれば、クラス
タ構成をとる並列型情報処理装置に用いられるクラスタ
番号変換回路であって、論理クラスタ番号レジスタと、
プロセッサエレメント番号レジスタと、前記論理クラス
タ番号レジスタの出力と前記プロセッサエレメント番号
レジスタの出力を結合した値をアドレスとして物理クラ
スタ番号を出力する第1の変換テーブルメモリと、前記
論理クラスタ番号レジスタの出力をアドレスとして物理
クラスタ番号を出力する第2の変換テーブルメモリと、
アドレス論理クラスタ番号の予め決められた位置の1乃
至複数のビットの値によって前記第1の変換テーブルメ
モリの出力と前記第2の変換テーブルメモリの出力とを
選択する物理クラスタ番号選択回路とを具備して構成さ
れることを特徴とするクラスタ番号変換回路が得られ
る。According to the present invention, there is provided a cluster number conversion circuit used in a parallel type information processing apparatus having a cluster configuration, comprising: a logical cluster number register;
A processor element number register, a first conversion table memory for outputting a physical cluster number with an address obtained by combining an output of the logical cluster number register and an output of the processor element number register as an address, and an output of the logical cluster number register. A second translation table memory for outputting a physical cluster number as an address;
A physical cluster number selection circuit for selecting an output of the first translation table memory and an output of the second translation table memory according to a value of one or a plurality of bits at a predetermined position of the address logical cluster number; Thus, a cluster number conversion circuit characterized by being configured as described above is obtained.
【0010】さらに、本発明によれば、前記第1の変換
テーブルメモリをアプリケーション用として用い、前記
第2の変換テーブルメモリをオペレーティングシステム
用として用いることを特徴とするクラスタ番号変換回路
が得られる。Further, according to the present invention, there is provided a cluster number conversion circuit, wherein the first conversion table memory is used for an application and the second conversion table memory is used for an operating system.
【0011】又、本発明によれば、論理クラスタ番号レ
ジスタと、プロセッサエレメント番号レジスタと、論理
クラスタ番号の予め決められた位置の1乃至複数のビッ
トの値によって、前記プロセッサエレメント番号レジス
タの出力及び予め決められた定数のいずれか一方を選択
するプロセッサエレメント番号縮退回路と、前記論理ク
ラスタ番号レジスタの出力と前記プロセッサエレメント
番号縮退回路の出力を結合した値をアドレスとして物理
クラスタ番号を出力する変換テーブルメモリとを具備し
て構成されることを特徴とするクラスタ番号変換回路が
得られる。According to the present invention, the logical cluster number register, the processor element number register, and the output of the processor element number register are determined by the value of one or more bits at a predetermined position of the logical cluster number. A processor element number degeneration circuit for selecting one of predetermined constants; and a conversion table for outputting a physical cluster number as an address using a value obtained by combining the output of the logical cluster number register and the output of the processor element number degeneration circuit. A cluster number conversion circuit characterized by comprising a memory is obtained.
【0012】[0012]
【発明の実施の形態】次に、本発明の一実施の形態につ
いて図面を参照して説明する。以下、本発明の第1の実
施の形態について図1を参照して説明する。図1のクラ
スタ番号変換回路において、1はプロセッサエレメント
番号レジスタ(以下、PE番号レジスタと呼ぶ)、2は
論理クラスタ番号レジスタ、3はアプリケーション用の
クラスタ番号変換に用いられる第1の変換テーブルメモ
リ、4はOS用のクラスタ番号変換に用いられる第2の
変換テーブルメモリ、5は物理クラス夕番号選択回路で
ある。本実施の形態において、OSは論理クラスタ番号
として“0”〜“15”を、アプリケーションプログラ
ムは“16”〜“31”を使用し、PE番号はOS/ア
プリケーションともに“0”〜“15”を使用する。Next, an embodiment of the present invention will be described with reference to the drawings. Hereinafter, a first embodiment of the present invention will be described with reference to FIG. In the cluster number conversion circuit of FIG. 1, 1 is a processor element number register (hereinafter, referred to as a PE number register), 2 is a logical cluster number register, 3 is a first conversion table memory used for application cluster number conversion, Reference numeral 4 denotes a second conversion table memory used for cluster number conversion for the OS, and reference numeral 5 denotes a physical class number selection circuit. In this embodiment, the OS uses “0” to “15” as the logical cluster number, the application program uses “16” to “31”, and the PE number uses “0” to “15” for both the OS and the application. use.
【0013】したがって、論理クラスタ番号は5ビット
で、PE番号は4ビットで表現され、論理クラスタ番号
がOS/アプリケーションいずれのものかは論理クラス
タ番号の最上位ビットの値によって判断できるものとす
る。Therefore, it is assumed that the logical cluster number is represented by 5 bits and the PE number is represented by 4 bits, and whether the logical cluster number is OS or application can be determined by the value of the most significant bit of the logical cluster number.
【0014】まず、クラスタ制御装置(図示せず)から
変換すべき論理クラスタ番号とPE番号とが、それぞれ
論理クラスタ番号レジスタ2とPE番号レジスタ1に与
えられる。ついで、PE番号レジスタ1の出力101と
論理クラスタ番号レジスタ2の出力の下位4ビット10
3とを結合した8ビットの信号104で第1の変換テー
ブルメモリ3をアクセスし、対応する第1の物理クラス
タ番号105を得る。同時に、論理クラスタ番号レジス
タ2の出力の下位4ビット103で第2の変換テーブル
メモリ4をアクセスし、対応する第2の物理クラスタ番
号106を得る。そして、物理クラスタ番号選択回路5
は、第1の物理クラスタ番号105、第2の物理クラス
タ番号106を入力とし、論理クラスタ番号レジスタ2
の出力の最上位ビットの値102が“1”ならば、アプ
リケーションのクラスタ番号変換なので、第1の物理ク
ラス夕番号105を、また“0”ならば、OSのクラス
タ番号変換なので、第2の物理クラスタ番号106を出
力107とする。First, a logical cluster number and a PE number to be converted are given to a logical cluster number register 2 and a PE number register 1 from a cluster controller (not shown). Then, the output 101 of the PE number register 1 and the lower 4 bits 10 of the output of the logical cluster number register 2
The first conversion table memory 3 is accessed with the 8-bit signal 104 obtained by combining the first and third data with the first physical cluster number 105. At the same time, the lower 4 bits 103 of the output of the logical cluster number register 2 access the second conversion table memory 4 to obtain the corresponding second physical cluster number 106. Then, the physical cluster number selection circuit 5
Receives the first physical cluster number 105 and the second physical cluster number 106 as inputs, and registers the logical cluster number register 2
If the value 102 of the most significant bit of the output of “1” is “1”, the cluster number of the application is converted, and if it is “0”, the cluster number of the OS is converted. The output 107 is the physical cluster number 106.
【0015】次に、本発明の第2の実施の形態について
図2を参照して説明する。図2のクラスタ番号変換回路
において、1はPE番号レジスタ、2は論理クラスタ番
号レジスタ、6はPE番号縮退回路、7はクラスタ番号
変換テーブルメモリである。本実施の形態においては、
OSは論理クラスタ番号として“0”〜“15”を、ア
プリケーションプログラムは“16”〜“31”を使用
し、PE番号はOS/アプリケーションともに“1”〜
“15”を使用する。したがって、本実施の形態でも論
理クラスタ番号は5ビットで、PE番号は4ビットで表
現され、論理クラスタ番号がOS/アプリケーションい
ずれのものかは論理クラスタ番号の最上位ビットの値に
よって判断できる。Next, a second embodiment of the present invention will be described with reference to FIG. In the cluster number conversion circuit of FIG. 2, 1 is a PE number register, 2 is a logical cluster number register, 6 is a PE number degeneration circuit, and 7 is a cluster number conversion table memory. In the present embodiment,
The OS uses “0” to “15” as logical cluster numbers, the application program uses “16” to “31”, and the PE numbers are “1” to “1” for both OS and application.
Use “15”. Therefore, also in the present embodiment, the logical cluster number is represented by 5 bits, and the PE number is represented by 4 bits, and it is possible to determine whether the logical cluster number belongs to the OS or the application by the value of the most significant bit of the logical cluster number.
【0016】まず、クラスタ制御装置(図示せず)から
変換すべき論理クラスタ番号とPE番号とが、それぞれ
クラスタ番号レジスタ2とPE番号レジスタ1に与えら
れる。PE番号レジスタ1の出力101は固定値“0”
とともにPE番号縮退回路6に与えられる。PE番号縮
退回路6はクラスタ番号レジスタ2の出力の最上位ビッ
ト102の値が“0”ならば4ビットの“0”を、
“1”ならばPE番号レジスタ1の出力101を出力す
る。そして、クラスタ番号レジスタ2の下位4ビット1
03とPE番号縮退回路6の出力106の結合した8ビ
ットの信号204で変換テーブルメモリ7をアクセスし
て、対応する物理クラスタ番号205を得る。First, a logical cluster number and a PE number to be converted are given to a cluster number register 2 and a PE number register 1 from a cluster control device (not shown). The output 101 of the PE number register 1 is a fixed value "0"
Is supplied to the PE number degeneration circuit 6. If the value of the most significant bit 102 of the output of the cluster number register 2 is “0”, the PE number degenerating circuit 6 outputs 4 bits “0”,
If "1", the output 101 of the PE number register 1 is output. Then, the lower 4 bits 1 of the cluster number register 2
The conversion table memory 7 is accessed with an 8-bit signal 204 obtained by combining the output data 03 and the output 106 of the PE number degeneration circuit 6 to obtain a corresponding physical cluster number 205.
【0017】OSが動作している場合は、クラスタ番号
レジスタの最上位ビットは“0”であるので、変換テー
ブルメモリのアドレスは“0000(2) ”−“論理クラ
スタ番号下位4ビット”となる。従って、OS動作時は
クラスタ制御装置から与えられたPE番号に関係なく、
変換メモリテーブルの最も若い番号より16エントリの
みアクセスすることになる。また、アプリケーションプ
ログラムの場合は、変換テーブルメモリのアドレスは
“PE番号”−“論理クラスタ番号下位4ビット”であ
り、PE番号が“1”〜“15”なので、変換テーブル
の最も若い番号より17〜255エントリがアクセスさ
れることになる。When the OS is operating, since the most significant bit of the cluster number register is "0", the address of the conversion table memory is "0000 (2) "-"the lower 4 bits of the logical cluster number". . Therefore, at the time of OS operation, regardless of the PE number given from the cluster control device,
Only the 16 entries from the youngest number in the conversion memory table will be accessed. In the case of an application program, the address of the conversion table memory is “PE number” − “lower 4 bits of logical cluster number” and the PE number is “1” to “15”. ~ 255 entries will be accessed.
【0018】尚、上記いずれの実施の形態においても、
論理クラスタ番号がOS/アプリケーションいずれのも
のかの判断を、論理クラスタ番号の最上位ビットの値に
よって行ったが、もちろん、これを論理クラスタ番号の
複数のビットの値が特定の値であるかどうかで判断する
こともできる。In any of the above embodiments,
Whether the logical cluster number is OS or application is determined by the value of the most significant bit of the logical cluster number. Of course, this is determined whether the values of the plurality of bits of the logical cluster number are specific values. Can also be determined.
【0019】[0019]
【発明の効果】以上説明したように本発明によれば、変
換テーブルメモリを論理クラスタ番号のみでアクセスす
るOS用と、PE番号と論理クラスタ番号との結合でア
クセスするアプリケーション用に分離することで、従来
よりも必要とする変換テーブルメモリの容量が半減でき
るという効果が得られる。As described above, according to the present invention, the translation table memory is divided into an OS for accessing only by the logical cluster number and an application for accessing by combining the PE number and the logical cluster number. Thus, an effect is obtained that the required capacity of the conversion table memory can be reduced by half as compared with the conventional case.
【0020】また本発明によれば、OS動作時には実際
のPE番号に関係なく、PE番号が“0”であるかのよ
うにして変換テーブルメモリをアクセスするため、従来
よりも必要とする変換テーブルメモリの容量が半減でき
るという効果が得られる。According to the present invention, the conversion table memory is accessed as if the PE number is "0" regardless of the actual PE number during the OS operation. The effect that the memory capacity can be reduced by half can be obtained.
【図1】本発明の一実施の形態を示した図である。FIG. 1 is a diagram showing an embodiment of the present invention.
【図2】本発明の他の実施の形態を示した図である。FIG. 2 is a diagram showing another embodiment of the present invention.
【図3】従来のクラスタ番号変換回路を示した図であ
る。FIG. 3 is a diagram showing a conventional cluster number conversion circuit.
【図4】クラスタ構成をとる並列型情報処理装置の一実
施の形態を示した図である。FIG. 4 is a diagram showing an embodiment of a parallel type information processing apparatus having a cluster configuration.
1 PE番号レジスタ 2 論理クラスタ番号レジスタ 3 第1の変換テーブルメモリ 4 第2の変換テーブルメモリ 5 物理クラスタ番号選択回路 6 PE番号縮退回路 7 クラスタ番号変換テーブルメモリ Reference Signs List 1 PE number register 2 Logical cluster number register 3 First conversion table memory 4 Second conversion table memory 5 Physical cluster number selection circuit 6 PE number degeneration circuit 7 Cluster number conversion table memory
Claims (3)
に用いられるクラスタ番号変換回路であって、論理クラ
スタ番号レジスタと、プロセッサエレメント番号レジス
タと、前記論理クラスタ番号レジスタの出力と前記プロ
セッサエレメント番号レジスタの出力を結合した値をア
ドレスとして物理クラスタ番号を出力する第1の変換テ
ーブルメモリと、前記論理クラスタ番号レジスタの出力
をアドレスとして物理クラスタ番号を出力する第2の変
換テーブルメモリと、アドレス論理クラスタ番号の予め
決められた位置の1乃至複数のビットの値によって前記
第1の変換テーブルメモリの出力と前記第2の変換テー
ブルメモリの出力とを選択する物理クラスタ番号選択回
路とを具備して構成されることを特徴とするクラスタ番
号変換回路。1. A cluster number conversion circuit used in a parallel type information processing device having a cluster configuration, comprising: a logical cluster number register, a processor element number register, an output of the logical cluster number register, and the processor element number register. A first translation table memory for outputting a physical cluster number using a value obtained by combining the outputs of the logical cluster number as an address, a second translation table memory for outputting a physical cluster number using an output of the logical cluster number register as an address, A physical cluster number selection circuit for selecting an output of the first conversion table memory and an output of the second conversion table memory according to a value of one or a plurality of bits at a predetermined position of a number And a cluster number conversion circuit.
ケーション用として用い、前記第2の変換テーブルメモ
リをオペレーティングシステム用として用いることを特
徴とする請求項1記載のクラスタ番号変換回路。2. The cluster number conversion circuit according to claim 1, wherein said first conversion table memory is used for an application, and said second conversion table memory is used for an operating system.
サエレメント番号レジスタと、論理クラスタ番号の予め
決められた位置の1乃至複数のビットの値によって、前
記プロセッサエレメント番号レジスタの出力及び予め決
められた定数のいずれか一方を選択するプロセッサエレ
メント番号縮退回路と、前記論理クラスタ番号レジスタ
の出力と前記プロセッサエレメント番号縮退回路の出力
を結合した値をアドレスとして物理クラスタ番号を出力
する変換テーブルメモリとを具備して構成されることを
特徴とするクラスタ番号変換回路。3. An output of the processor element number register and a constant of a predetermined constant according to a value of one or more bits at a predetermined position of a logical cluster number register, a processor element number register, and a predetermined position of the logical cluster number. A processor element number reduction circuit for selecting one of them; and a conversion table memory for outputting a physical cluster number as an address using a value obtained by combining an output of the logical cluster number register and an output of the processor element number reduction circuit. A cluster number conversion circuit, comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10761596A JP2853736B2 (en) | 1996-04-26 | 1996-04-26 | Cluster number conversion circuit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10761596A JP2853736B2 (en) | 1996-04-26 | 1996-04-26 | Cluster number conversion circuit |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH09293061A JPH09293061A (en) | 1997-11-11 |
JP2853736B2 true JP2853736B2 (en) | 1999-02-03 |
Family
ID=14463670
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP10761596A Expired - Fee Related JP2853736B2 (en) | 1996-04-26 | 1996-04-26 | Cluster number conversion circuit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2853736B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN118277101A (en) * | 2024-05-24 | 2024-07-02 | 北京壁仞科技开发有限公司 | Task scheduling method for parallel processor chip, computing device, computer readable storage medium and computer program product |
-
1996
- 1996-04-26 JP JP10761596A patent/JP2853736B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH09293061A (en) | 1997-11-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4163280A (en) | Address management system | |
US4495575A (en) | Information processing apparatus for virtual storage control system | |
JP2853736B2 (en) | Cluster number conversion circuit | |
JPH05197619A (en) | Memory control circuit for multi-cpu | |
JP2006235761A (en) | Distributed shared memory unit, and memory access method | |
JP2692180B2 (en) | Microcomputer | |
JPH0553920A (en) | Structural address generator | |
JPH07114496A (en) | Shared memory control circuit | |
JPS63197251A (en) | Information processor | |
JPH0743668B2 (en) | Access control device | |
JPH05108477A (en) | Memory access system | |
JP2000132491A (en) | Method and system for device control | |
JP3322993B2 (en) | Information processing device | |
JPH05151076A (en) | Memory address extension control system | |
US20040216017A1 (en) | Control circuit and method for testing memory control modle | |
JPH07219765A (en) | Microprogram controller | |
JPS59188768A (en) | Storage device | |
JPH11110290A (en) | Memory controller | |
JPH08129513A (en) | Recovery system for data transfer | |
JPH07141254A (en) | Memory controller | |
JPH02211559A (en) | Added memory selecting circuit | |
JPH04358220A (en) | Electronic disk device | |
JPH03132851A (en) | Write data degeneration circuit | |
JPH01161549A (en) | Expansion memory circuit | |
JPH02284245A (en) | Cache memory control system |
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: 19981021 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20071120 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081120 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081120 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091120 Year of fee payment: 11 |
|
LAPS | Cancellation because of no payment of annual fees |