JPH0277954A - Automatic memory rearrangement system - Google Patents

Automatic memory rearrangement system

Info

Publication number
JPH0277954A
JPH0277954A JP63230710A JP23071088A JPH0277954A JP H0277954 A JPH0277954 A JP H0277954A JP 63230710 A JP63230710 A JP 63230710A JP 23071088 A JP23071088 A JP 23071088A JP H0277954 A JPH0277954 A JP H0277954A
Authority
JP
Japan
Prior art keywords
block
memory
memory block
capacity
signal
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.)
Pending
Application number
JP63230710A
Other languages
Japanese (ja)
Inventor
Yasuhide Shibata
柴田 泰秀
Masahiko Yamaguchi
昌彦 山口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP63230710A priority Critical patent/JPH0277954A/en
Publication of JPH0277954A publication Critical patent/JPH0277954A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

PURPOSE:To realize the accesses with continuous address spaces without causing the system breakdown by setting the corresponding bit at a block selection register when an error detecting part detects a trouble of a certain memory block. CONSTITUTION:A block capacity calculating part 22 of a memory control part 2 calculates the capacity of each memory block. A block selecting part 21 decides a specific memory block to receive an access based on the address signal received from a bus master and outputs the decided signals (RAS 0-N) of a vertical address. In case an error detecting part detects a fault of a certain memory block, the corresponding bit is set at the faulty memory block of a block selection register 21. Thus a signal is outputted for invalidation of the memory block, and the part 22 outputs the capacity of the memory block as naught. Then a RAS selecting part 23 skips the faulty memory block to perform the allocation.

Description

【発明の詳細な説明】 〔概 要〕 情報処理装置におけるメモリの故障発生時の制御に関し
、 メモリのアクセス時間に影響を与えず、且つ予備のブロ
ックを容易する必要のない制御方式を提供することを目
的とし、 一定容量毎に分割されたメモリブロックへのアクセスを
制御するメモリ制御部において、セットされた内容によ
りメモリブロックを無効にする制御信号を出力するブロ
ック制御レジスタと、各メモリブロック毎に有効の容量
を計算し容量信号を出力するブロック容量計算部と、メ
モリバス上のアドレス信号とブロック容量計算部からの
容量信号から縦方向アドレス確定信号を出力するメモリ
ブロックを選択し出力するブロック選択部と、備え、故
障の検出されたメモリブロックを無効化するようブロッ
ク制御レジスタにセットし、該メモリブロックを除外し
てメモリブロックを選択して再配列させ、連続アドレス
空間とするよう構成する。
[Detailed Description of the Invention] [Summary] To provide a control method that does not affect memory access time and does not require preparation of spare blocks, regarding control when a memory failure occurs in an information processing device. For the purpose of A block capacity calculation unit that calculates the effective capacity and outputs a capacity signal, and a block selection that selects and outputs a memory block that outputs a vertical address determination signal from the address signal on the memory bus and the capacity signal from the block capacity calculation unit. A block control register is set to invalidate a memory block in which a failure has been detected, the memory block is excluded, and the memory blocks are selected and rearranged to form a continuous address space.

〔産業上の利用分野〕[Industrial application field]

本発明は情報処理装置におけるメモリの再配列制御に係
り、特に故障の発生したメモリブロックを切り離し、ソ
フトウェアからもハードウェアからも連続したアドレス
空間となるように再配列させる情報処理装置に関する。
The present invention relates to memory rearrangement control in an information processing device, and particularly to an information processing device that separates a memory block in which a failure has occurred and rearranges it so that it has a continuous address space from both software and hardware.

近年の情報処理装置は、大容量のメモリを必要とするよ
うになってきているが、容量が増加するとメモリの故障
率が問題となる。大容量のメモリを持つ装置において一
部のメモリ素子が故障したのみでシステムダウンするこ
とは運用上問題がある。このためメモリを一定のブロッ
クに分け、故障の発生した素子を含むブロックを切り離
して運用することが必要となる。
Information processing devices in recent years have come to require large-capacity memories, but as the capacity increases, memory failure rates become a problem. In an apparatus having a large capacity of memory, it is problematic in terms of operation that the system goes down simply due to failure of some memory elements. For this reason, it is necessary to divide the memory into certain blocks and to separate and operate the block containing the failed element.

〔従来の技術〕 故障の発生したブロックを切り離す手段として、代表的
な手法には次のようなものがある。
[Prior Art] The following are typical methods for separating a block in which a failure has occurred.

(11メモリ管理ユニツト(以下、MMUと略記する)
を使用してアドレスを変換(論理アドレスと物理アドレ
スの変換)し、ソフトウェア的に連続アドレス空間とす
る手法。
(11 Memory management unit (hereinafter abbreviated as MMU)
A method of converting addresses (converting logical addresses and physical addresses) using software to create a continuous address space.

(2)予備のメモリブロックを予め用意しておき、故障
の発生したブロックとバンク切換えにより接続する手法
(2) A method in which a spare memory block is prepared in advance and connected to the failed block by bank switching.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上記の故障ブロックを切り離す従来の手法において、(
1)のMMUによる方式はアドレスの変換が必要なため
メモリアクセスが遅くなり、仮想記憶システムにおいて
論理アドレス/物理アドレスのマツピングが自由にでき
ず制限を受けるという欠点を持つ。
In the conventional method of isolating the faulty blocks mentioned above, (
The method using MMU (1) requires address translation, which slows down memory access, and has the disadvantage that mapping of logical addresses/physical addresses cannot be done freely in the virtual storage system, which is a limitation.

また、(2)の予備ブロック方式は、故障の発生してい
ないときにも未使用のメモリを実装しなげればならない
という無駄が発生する。
Further, the spare block method (2) causes waste in that unused memory must be installed even when no failure has occurred.

本発明が解決しようとする課題は、このような従来の問
題点を解消したメモリ再配列方式を提供することにある
The problem to be solved by the present invention is to provide a memory rearrangement method that eliminates such conventional problems.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は、前述の課題を解決するための手段の原理を示
す図である。
FIG. 1 is a diagram showing the principle of means for solving the above-mentioned problem.

図において、lo、1+、12.INは一定容量毎に分
割されたメモリブロックである。
In the figure, lo, 1+, 12. IN is a memory block divided into fixed capacity units.

2はメモリ制御部であり、CPU (中央処理装置)等
のバスマスク(バスの制御権を得た装置)が出力する制
御信号によりメモリへのアクセスを制御する。
Reference numeral 2 denotes a memory control unit, which controls access to the memory using a control signal output from a bus mask (device that has control of the bus) such as a CPU (central processing unit).

2−1はエラー検出部であり、メモリの故障をチエツク
する。
2-1 is an error detection section that checks for memory failure.

21はブロック制御レジスタであり、セットされた内容
によりメモリブロックを無効にする制御信号を出力する
A block control register 21 outputs a control signal for invalidating a memory block according to the set contents.

22はブロック容量計算部であり、各メモリブロック毎
に有効の容量を計算し容量信号を出力する。
22 is a block capacity calculation unit which calculates the effective capacity of each memory block and outputs a capacity signal.

23はブロック選択部であり、メモリバス上のアドレス
信号とブロック容量計算部22からの容量信号から縦方
向アドレス確定信号(RASO,RASI、 RAS2
、−・−、RASN)を出力するメモリブロックを選択
し出力する。
Reference numeral 23 denotes a block selection unit, which generates vertical address determination signals (RASO, RASI, RAS2) from the address signal on the memory bus and the capacity signal from the block capacity calculation unit 22.
, --, --, RASN) is selected and output.

RAS0、RAS1、 RAS2.−・、 RASNは
メモリの縦方向アドレスの確定信号(縦方向アドレス信
号を読み取るべきタイミングを示す信号)である。
RAS0, RAS1, RAS2. -., RASN is a memory vertical address confirmation signal (a signal indicating the timing at which the vertical address signal should be read).

CASはメモリの横方向アドレスの確定信号(横方向ア
ドレス信号を読み取るべきタイミングを示す信号)であ
る。
CAS is a memory lateral address confirmation signal (a signal indicating the timing at which the lateral address signal should be read).

MSO〜mはメモリアドレスであり、メモリ制御部2か
ら縦方向と横方向のアドレスが切り換えられて出力され
る。
MSO~m is a memory address, and the vertical and horizontal addresses are switched and outputted from the memory control unit 2.

ECはエラーチエツク信号である。EC is an error check signal.

〔作 用〕[For production]

本発明では、メモリ制御部2のブロック容量計算部22
が、各メモリブロックの容量を計算し、プロック選択部
22がバスマスクからのアドレス信号を元に、どのメモ
リブロックをアクセスするかを決定し、縦方向アドレス
の確定信号(RASO〜RASN)を出力する。
In the present invention, the block capacity calculation unit 22 of the memory control unit 2
calculates the capacity of each memory block, the block selection unit 22 determines which memory block to access based on the address signal from the bus mask, and outputs a vertical address determination signal (RASO to RASN). do.

全てのメモリ部に故障がない場合は、アドレスが小さい
方から(或いは大きい方から)メモリブロック#O,#
1.#2〜#Nと連続的に割り振られる。
If there is no failure in all memory sections, memory blocks #O, # are ordered from the one with the smallest address (or the one with the largest address).
1. #2 to #N are allocated consecutively.

エラー検出部2−1により成るメモリブロックの故障が
検出された場合は、ブロック制御レジスタ21の故障が
発生したメモリブロックに該当するビ・7トをセットす
る。
When a failure in the memory block formed by the error detection unit 2-1 is detected, bit 7 of the block control register 21 corresponding to the memory block in which the failure has occurred is set.

これによって、そのメモリブロックを無効化する信号が
出され、ブロック容量計算部22ではそのメモリブロッ
クの容量をゼロとして出力し、ブロック選択部23では
、そのメモリブロックを飛び抜かして割り振る。例えば
メモリブロック#1が故障した場合、アドレスを小さい
方から、#0.#2、#3〜#Nと割り振る。
As a result, a signal is issued to invalidate the memory block, the block capacity calculation unit 22 outputs the capacity of the memory block as zero, and the block selection unit 23 allocates the memory block. For example, if memory block #1 fails, address #0. Assign #2, #3 to #N.

従って全体としては、メモリブロック#1の容量大だけ
記憶容量が減少するが、ソフトウェアからもハードウェ
ア(バスマスク)からも故障が発生したメモリがあるに
も拘わらず、連続的なメモリ空間(アドレス空間)とな
り、また前述のMMUによる方式と異なりミアクセス時
間にロスを生じない。
Therefore, overall, the storage capacity is reduced by the large capacity of memory block #1, but even though there is memory that has failed both from the software and the hardware (bus mask), the continuous memory space (address Also, unlike the above-mentioned method using MMU, there is no loss in access time.

〔実施例〕〔Example〕

以下第2図および第3図に示す実施例により、本発明を
さらに具体的に説明する。
The present invention will be explained in more detail below with reference to embodiments shown in FIGS. 2 and 3.

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

図において、1はメモリであり、第1図のメモリブロッ
クi o、 I I、 12.・−、I Nに相当する
In the figure, 1 is a memory, and memory blocks i o, I I, 12.・-, corresponds to IN.

2はメモリ制御部であり、第1図と同一である。2 is a memory control section, which is the same as in FIG.

3はCPUであり、このシステム全体を制御する。3 is a CPU, which controls the entire system.

4はメモリ管理ユニット(MMU)であり、仮想アドレ
スと物理アドレスとの変換その他のメモリ管理を行う。
A memory management unit (MMU) 4 performs conversion between virtual addresses and physical addresses and other memory management.

5は直接メモリアクセス制御部(DMAC)であり、C
PU3の動作とは独立にメモリと入出力装置関係のデー
タの転送を制御する。
5 is a direct memory access control unit (DMAC);
It controls the transfer of data related to memory and input/output devices independently of the operation of PU3.

6はハードディスク装置であり、7はフロッピーディス
ク装置である。
6 is a hard disk device, and 7 is a floppy disk device.

8はデイスプレィ/キーボードであり、9はプリンタで
ある。
8 is a display/keyboard, and 9 is a printer.

第3図は、本発明の一実施例におけるメモリ制御装置の
構成を示す図である。
FIG. 3 is a diagram showing the configuration of a memory control device in an embodiment of the present invention.

図において、21はブロック制御レジスタであり、プロ
グラムから制御できるレジスタであってプログラムから
のセットにより特定のメモリブロックを無効にする制御
信号(BLKn INH)を出力する。
In the figure, a block control register 21 is a register that can be controlled by a program, and outputs a control signal (BLKn INH) that disables a specific memory block when set by the program.

22o〜22Nはそれぞれメモリブロック毎のブロック
容量計算部であり、それぞれのメモリプロ・ツクの容量
を計算しRASA3選択部外3量信号を伝達する。
22o to 22N are block capacity calculation units for each memory block, which calculate the capacity of each memory block and transmit the RASA3 selection unit/outside 3 quantity signal.

23はRAS選択部であり、バスマスタからのアドレス
信号(SAO〜SAM)とブロック容量計算部220〜
22Nからの容量信号からRAS信号(Row Add
ress 5trobe 、 :縦方向アドレス確定信
号)を出力すべきメモリブロックを選択する。
23 is a RAS selection unit, which receives address signals (SAO to SAM) from the bus master and block capacity calculation units 220 to
The RAS signal (Row Add
ress 5trobe, : selects the memory block to which the vertical address confirmation signal is to be output.

230〜23Nはブロック内RAS選択部であり、RA
SA3選択部外3の選択信号とブロック容量計算部22
o〜22Nからの信号によりブロック内のRAS信号を
選択/出力する。
230 to 23N are intra-block RAS selection units, and RA
Selection signal of outside SA3 selection section 3 and block capacity calculation section 22
RAS signals within the block are selected/outputted by signals from o to 22N.

24はタイミング制御部であり、諸信号の切換えタイミ
ングを制御する。
24 is a timing control section, which controls switching timings of various signals.

25はメモリアドレス生成部であり、バスマスクからの
アドレス信号SAO〜SAMから縦(Row)アドレス
と横(Colus+n)アドレスに分割してメモリアド
レス(MAO〜MAm)を生成する。
Reference numeral 25 denotes a memory address generation unit, which divides the address signals SAO to SAM from the bus mask into vertical (Row) addresses and horizontal (Colus+n) addresses to generate memory addresses (MAO to MAm).

RPRYOO,RPRYO1〜RPRYnO,RPRY
nlは、各メモリブロックからの容量通知信号であり、
第4図中では、各メモリ、ブロック当たり2本で示され
ているが、メモリ種類に応じて本数は可変である。例え
ば、2本であるときには、第1表に示すように、4種の
メモリ実装状態を表すことができる。
RPRYOO, RPRYO1~RPRYnO, RPRY
nl is a capacity notification signal from each memory block,
In FIG. 4, each memory and block are shown with two wires, but the number can be varied depending on the type of memory. For example, when there are two, four types of memory mounting states can be represented as shown in Table 1.

RASOO,RASOL、 RASO2,RASO3〜
RASnO,RASnl。
RASOO, RASOL, RAS02, RAS03~
RASnO, RASnl.

RASn2. RASn3はメモリ選択信号であるRA
S信号であり、各メモリブロック当たり4本が割りつけ
られている。本例ではRAS信号当たり2Mバイトを制
御する。従ってRPRY信号(容量通知信号)によって
示される2Mバイト、4Mバイト、および8Mバイトの
容量に対してそれぞれ、1本、2本および4本にRAS
信号が出力される。
RASn2. RASn3 is the memory selection signal RA
These are S signals, and four signals are allocated to each memory block. In this example, 2 Mbytes are controlled per RAS signal. Therefore, for the capacities of 2M bytes, 4M bytes, and 8M bytes indicated by the RPRY signal (capacity notification signal), RAS is applied to 1, 2, and 4 lines, respectively.
A signal is output.

容量通知信号によるメモリ容量表現例を示す表第   
1   表 本メモリ制御装置は、初期診断(通常の運用の前の自己
試験)において全メモリをアクセスする。
Table 1 shows an example of memory capacity expression using capacity notification signals.
1 Table This memory control device accesses all memory during initial diagnosis (self-test before normal operation).

このときは、メモリブロック#0〜メモリブロック4#
Nの順に連続してアドレスが割り振られている。このメ
モリ試験において故障が検出されたメモリブロックを記
憶しておき、試験終了後、ブロック制御レジスタに該当
するメモリブロックXのビットをセントする。これによ
り、該当するメモリブロックXのBLKxlNH信号の
みが“0″となり、ブロック容量計算部#XのANDゲ
ートによりRPRYxO,RPRYxl信号が0,0に
クリアされる。従って、該当するメモリ部はメモリ未実
装であると認識され、RAS選択部によって選択されな
い。
At this time, memory block #0 to memory block #4
Addresses are allocated consecutively in the order of N. The memory block in which a failure was detected in this memory test is stored, and after the test is completed, the bit of the corresponding memory block X is sent to the block control register. As a result, only the BLKxlNH signal of the corresponding memory block X becomes "0", and the RPRYxO and RPRYxl signals are cleared to 0, 0 by the AND gate of the block capacity calculation unit #X. Therefore, the corresponding memory section is recognized as having no memory installed, and is not selected by the RAS selection section.

これによって、このメモリブロック#Xは、アドレス空
間から切り離されたことになる。
As a result, this memory block #X is separated from the address space.

本実施例では、初期診断により故障を検出し、レジスタ
セットにより故障ブロックを切り離したが、故障処理プ
ログラムをらういしておき、故障が発生した時点で必要
に応じてメモリ内容を磁気記憶装置等に退避してから故
障ブロックを切り離すようにしてもよい。
In this embodiment, a failure was detected through initial diagnosis and the failed block was isolated by register setting. However, a failure processing program is provided, and when a failure occurs, the memory contents can be transferred to a magnetic storage device or the like as needed. Alternatively, the faulty block may be separated after being evacuated to the previous location.

本発明の他の実施例では、初期診断をハードウェアによ
って行い、レジスタセットをハードウェアによって行う
にした。
In another embodiment of the invention, initial diagnosis is performed by hardware and register setting is performed by hardware.

〔発明の効果〕〔Effect of the invention〕

以上説明のように本発明によれば、メモリ素子の一部が
故障した時にもシステムダウンすることなく、ソフトウ
ェア的にもハードウェア的にも連続のアドレス空間とし
てアクセスすることができ、アクセス時間にロスを発生
させず、且つ予備のメモリも必要としないため、高速動
作で安価にシステムの信頼性を向上する効果がある。
As explained above, according to the present invention, even if a part of a memory element fails, the system can be accessed as a continuous address space both in terms of software and hardware, without causing system downtime, and the access time can be reduced. Since no loss occurs and no spare memory is required, the system has the effect of improving system reliability at high speed and at low cost.

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

第1図は本発明の原理を示すブロック図、第2図は本発
明の一実施例のシステム構成を示す図、 第3図は本発明の一実施例によるメモリ制御部の構成を
示す図である。 図面において、 lはメモリ、 i o、 I 1.12.−+  I Nはメモリブロ
ック、2はメモリ制御部、 3はCPU (中央処理装置)、 4はMMU (メモリ管理ユニット)、5は直接メモリ
アクセス制御部(DMAC)、6はハードディスク装置
、 7はフロッピーディスク装置、 8はデイスプレィ/キーボード、  9はプリンタ、2
1はブロック制御レジスタ、 22、22o〜22mはブロック容量計算部、竜 23はRA’S選択部、 230〜23Nはブロック内RAS選択部、24はタイ
ミング制御部、 25はメモリアドレス生成部、 RPRYOO〜RPRYnlは容量通知信号、RASO
O〜RAS4t3はRAS信号(縦方向アドレスの確定
信号)、 CASは横方向アドレスの確定信号、 SAO−Mはバス上のアドレス信号、 ■へ〇〜mはメモリアドレス、 BLKnlNHはメモリブロック無効化信号、ECはエ
ラーチエツク信号、 をそれぞれ示す。 本発明の、漿理を示すブ07グ図 第  l  図 本発明の一実加褒11のシステム構成を示す図第  2
  図 本発明の一実昶i9+1におけるメモリ制御部の構成を
示す図第    3    図
FIG. 1 is a block diagram showing the principle of the invention, FIG. 2 is a diagram showing a system configuration of an embodiment of the invention, and FIG. 3 is a diagram showing the configuration of a memory control section according to an embodiment of the invention. be. In the drawings, l is memory, io, I 1.12. -+ IN is a memory block, 2 is a memory control unit, 3 is a CPU (central processing unit), 4 is an MMU (memory management unit), 5 is a direct memory access control unit (DMAC), 6 is a hard disk device, 7 is a Floppy disk device, 8 display/keyboard, 9 printer, 2
1 is a block control register, 22, 22o to 22m are block capacity calculation units, Ryu 23 is an RA'S selection unit, 230 to 23N are intra-block RAS selection units, 24 is a timing control unit, 25 is a memory address generation unit, RPRYOO ~RPRYnl is the capacity notification signal, RASO
O~RAS4t3 is the RAS signal (vertical address confirmation signal), CAS is the horizontal address confirmation signal, SAO-M is the address signal on the bus, 〇~m is the memory address, BLKnlNH is the memory block invalidation signal , EC are error check signals, respectively. Figure 1 shows the structure of the present invention. Figure 2 shows the system configuration of the practical reward 11 of the present invention.
Figure 3 is a diagram showing the configuration of the memory control section in the Ichisho i9+1 of the present invention.

Claims (1)

【特許請求の範囲】 一定容量毎に分割されたメモリブロック(1_0、1_
1、1_2、・・・・・、1_N)へのアクセスを制御
するメモリ制御部(2)において、 セットされた内容によりメモリブロックを無効にする制
御信号を出力するブロック制御レジスタ(21)と、 各メモリブロック毎に有効の容量を計算し容量信号を出
力するブロック容量計算部(22)と、メモリバス上の
アドレス信号とブロック容量計算部(22)からの容量
信号から縦方向アドレス確定信号(RAS0、RAS1
、RAS2、・・・・・、RASN)を出力するメモリ
ブロックを選択し出力するブロック選択部(23)と、
を備え、 故障の検出されたメモリブロックを無効化するようブロ
ック制御レジスタ(21)にセットし、該メモリブロッ
クを除外してメモリブロックを選択して再配列させ、連
続アドレス空間とするよう構成したことを特徴とするメ
モリ自動再配列方式。
[Claims] Memory blocks divided into fixed capacity units (1_0, 1_
1, 1_2, ..., 1_N), a block control register (21) outputs a control signal to invalidate the memory block according to set contents; A block capacity calculation unit (22) calculates the effective capacity of each memory block and outputs a capacity signal, and a vertical address determination signal ( RAS0, RAS1
, RAS2, . . . , RASN);
The block control register (21) is set to invalidate a memory block in which a failure has been detected, the memory block is excluded, and the memory blocks are selected and rearranged to form a continuous address space. An automatic memory reordering method characterized by:
JP63230710A 1988-09-14 1988-09-14 Automatic memory rearrangement system Pending JPH0277954A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63230710A JPH0277954A (en) 1988-09-14 1988-09-14 Automatic memory rearrangement system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63230710A JPH0277954A (en) 1988-09-14 1988-09-14 Automatic memory rearrangement system

Publications (1)

Publication Number Publication Date
JPH0277954A true JPH0277954A (en) 1990-03-19

Family

ID=16912095

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63230710A Pending JPH0277954A (en) 1988-09-14 1988-09-14 Automatic memory rearrangement system

Country Status (1)

Country Link
JP (1) JPH0277954A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010047203A (en) * 2008-08-25 2010-03-04 Nsk Ltd Electric power steering device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010047203A (en) * 2008-08-25 2010-03-04 Nsk Ltd Electric power steering device

Similar Documents

Publication Publication Date Title
US4860252A (en) Self-adaptive computer memory address allocation system
US5594886A (en) Pseudo-LRU cache memory replacement method and apparatus utilizing nodes
JP3459868B2 (en) Group replacement method in case of memory failure
US7133972B2 (en) Memory hub with internal cache and/or memory access prediction
US4507730A (en) Memory system with automatic memory configuration
US5553023A (en) Memory partitioning
EP0768607A2 (en) Disk array controller for performing exclusive or operations
US7100071B2 (en) System and method for allocating fail-over memory
US5175839A (en) Storage control system in a computer system for double-writing
EP0509994B1 (en) Centralized reference and change table for a multiprocessor virtual memory system
EP0323123B1 (en) A storage control system in a computer system
JPH0277954A (en) Automatic memory rearrangement system
EP0440445B1 (en) System memory initialization with presence detect encoding
US4493030A (en) Plural data processor groups controlling a telecommunications exchange
JPS59207098A (en) Information processor
JP2002367395A (en) Tag-ram test method and device for the test
US7240179B1 (en) System, apparatus and method for reclaiming memory holes in memory composed of arbitrarily-sized memory devices
US6567903B1 (en) Data storage system having master/slave addressable memories
GB2099619A (en) Data processing arrangements
KR900009212Y1 (en) Address control apparatus
EP0500915B1 (en) Method of configuring a memory system
JPS6240741B2 (en)
JPS63305451A (en) Storage system
Gull Using a Wafer-Scale Component to Create an Efficient Distributed Shared Memory
JPS6244853A (en) Main storage address formation system