JPS6356573B2 - - Google Patents

Info

Publication number
JPS6356573B2
JPS6356573B2 JP25192383A JP25192383A JPS6356573B2 JP S6356573 B2 JPS6356573 B2 JP S6356573B2 JP 25192383 A JP25192383 A JP 25192383A JP 25192383 A JP25192383 A JP 25192383A JP S6356573 B2 JPS6356573 B2 JP S6356573B2
Authority
JP
Japan
Prior art keywords
access
address
selection circuit
mcu
systems
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
Application number
JP25192383A
Other languages
Japanese (ja)
Other versions
JPS60140454A (en
Inventor
Hidehiko Nishida
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 JP25192383A priority Critical patent/JPS60140454A/en
Priority to CA000469910A priority patent/CA1221464A/en
Priority to EP84402614A priority patent/EP0147295B1/en
Priority to DE8484402614T priority patent/DE3484235D1/en
Priority to US06/682,316 priority patent/US4718006A/en
Priority to AU36857/84A priority patent/AU554059B2/en
Priority to BR8406678A priority patent/BR8406678A/en
Priority to KR1019840008243A priority patent/KR890004995B1/en
Priority to ES539033A priority patent/ES8602272A1/en
Publication of JPS60140454A publication Critical patent/JPS60140454A/en
Publication of JPS6356573B2 publication Critical patent/JPS6356573B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/1605Handling requests for interconnection or transfer for access to memory bus based on arbitration
    • G06F13/1652Handling requests for interconnection or transfer for access to memory bus based on arbitration in a multiprocessor architecture
    • G06F13/1657Access to multiple memories

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multi Processors (AREA)
  • Complex Calculations (AREA)

Description

【発明の詳細な説明】 発明の技術分野 本発明は、主記憶装置へのアクセスを制御する
記憶部制御装置に係り、特に複数存在して相互に
データ伝送する記憶部制御装置に関する。
TECHNICAL FIELD OF THE INVENTION The present invention relates to a storage controller that controls access to a main storage device, and particularly to a plurality of storage controllers that mutually transmit data.

従来技術と問題点 第1図に示すように記憶部制御装置MCUが複
数本例ではMCU0とMCU1の2個存在し、該記
憶部制御装置にそれぞれ複数のアクセス発生装置
(中央処理装置)CPU0とCPU1及びCPU2と
CPU3、主記憶装置MSU0とMSU1、MSU2
とMSU3が接続され、MCU0とMCU1は相互
に接続されてデータ伝送可能な複合システムが考
えられている。このような複合システムでは
CPU,MSUは各々のMCUに対してしか接続さ
れていない(インタフエースを持たない)ので、
自系(MCUとそれに接続されたCPU,MSU)
内でのアクセスは通常通りであるが、他系に跨る
アクセスはCPU−自系MCU−他系MCU−その
MSUの経路をとることになる。例えばCPU0が
MSU2をアクセスするときは該アクセスがCPU
0−MCU0−MCU1−MSU2の経路で伝送さ
れてMSU2が起動し、該アクセスが読出し要求
であれば読出したデータが逆の経路でCPU0へ
伝送される。自系アクセスの場合、例えばCPU
2がMSU3をアクセスする場合は、該CPU2が
発生したアクセス(やはりフエツチリクエストと
する)がMCU1に渡され、MCU1はそれを
MSU3へ渡し、そこでMSU3が起動して読出し
データをMCU1へ上げ、MCU1はそれをCPU
2へ渡す、という手順になる。
Prior Art and Problems As shown in Figure 1, there are multiple storage controllers MCU, MCU0 and MCU1 in this example, and each storage controller has multiple access generators (central processing units) CPU0 and MCU1. CPU1 and CPU2
CPU3, main storage MSU0, MSU1, MSU2
and MSU3 are connected, and MCU0 and MCU1 are connected to each other to form a complex system capable of data transmission. In such a complex system
Since the CPU and MSU are only connected to each MCU (does not have an interface),
Own system (MCU and CPUs connected to it, MSU)
Access within the system is normal, but access across other systems is CPU - local MCU - other system MCU - its
He will take the MSU route. For example, CPU0
When accessing MSU2, the access is performed by the CPU.
0-MCU0-MCU1-MSU2, MSU2 is activated, and if the access is a read request, the read data is transmitted to CPU0 via the reverse path. In the case of self-system access, for example, the CPU
When CPU 2 accesses MSU 3, the access generated by CPU 2 (which is also a fetch request) is passed to MCU 1, and MCU 1 receives it.
MSU3 starts up and transfers the read data to MCU1, which transfers it to the CPU.
The procedure is to pass it on to 2.

このように複合システムにおけるMCUでは自
系、他系のアクセスが入り、自系にも複数の
CPUがあるのでその各々からのアクセスが入り、
これらを優先順、MSUのビジー状態などにより
選択して該当MSUへ渡さなくてはならない。単
純に考えるとこのアクセス選択処理は第2図のよ
うになる。
In this way, the MCU in a complex system receives access from its own system and other systems, and the own system also receives multiple accesses.
Since there is a CPU, accesses from each of them enter,
These must be selected based on priority, MSU busy status, etc., and delivered to the relevant MSU. When considered simply, this access selection process is as shown in FIG. 2.

第2図でPはポートなどと呼ばれるレジスタ、
S及びRSはセレクタ、ADCNVはアドレス変換
器であり、添字0,1,……は相互を区別するも
のである。他系アクセス例えばCPU0がMSU2
をアクセスする場合は、該アクセスがCPU0か
らMCU0のアクセス受付けレジスタP1に設定
され、アクセス選択回路S0で選択される。選択
されたアクセスはそのアドレス(実アドレス)を
物理アドレスに変換する回路ADCNVにより変換
され、本例ではこの変換後のアドレス(物理アド
レス)はMSU2内のそれであることを示してい
るからレジスタP7またはP8を介してリモート
アクセス選択回路RS0に入力され、こゝで選択
されてMCU1のポートP13へ送られる。MCU
1ではポートP13に受付けたアクセスを選択回
路S1で選択し、アドレス変換回路ADCNV1で
アドレス変換し(変換ずみであるから単に通過す
るだけであるが)、ポートP15を経てMSU2へ
送られる。
In Figure 2, P is a register called a port, etc.
S and RS are selectors, ADCNV is an address converter, and subscripts 0, 1, . . . are used to distinguish them from each other. Other system access For example, CPU0 is MSU2
When accessing, the access is set in the access acceptance register P1 of the CPU0 to MCU0 and selected by the access selection circuit S0. The selected access is converted by the circuit ADCNV that converts the address (real address) into a physical address, and in this example, the converted address (physical address) is in MSU2, so register P7 or It is input to the remote access selection circuit RS0 via P8, selected there and sent to port P13 of MCU1. MCU
1, the selection circuit S1 selects the access received at the port P13, the address is converted by the address conversion circuit ADCNV1 (although it simply passes through since it has already been converted), and the access is sent to the MSU2 via the port P15.

アクセスされたMSU2は、該アクセスがフエ
ツチ要求であればメモリ読出しを行ない、読出し
たデータをMSU2はMCU1,MCU0を経て
CPU0へ送る(この経路は図示してない)。また
MCUはMSUからの読出しデータを受取るべくア
クセスのパイプラインなども備えるが、こゝでは
図示を省略している。
The accessed MSU2 reads the memory if the access is a fetch request, and the read data is sent to the MSU2 via MCU1 and MCU0.
Send to CPU0 (this path is not shown). Also
The MCU also includes an access pipeline to receive read data from the MSU, but is not shown here.

この第2図の装置ではアクセス選択回路S0へ
は自系のCPUからのアクセスもまた他系のCPU
からのアクセスも入力され、それを所定の選択基
準で選択し、選択したもの(これは本来なら自系
MSUに対するアクセスであるべきもの)につい
て実−物理アドレス変換を行ない、この段階で自
系MSUあてか他系MSUあてかが分り、他系
MSUなら当該他系MCUへ送られることになる。
他系MCUに対するアクセスなら選択回路S0で
選択する前に当該他系MCUへ送出すべきで、従
つて第2図の方式では無駄がある。
In the device shown in Fig. 2, the access selection circuit S0 is accessed by the CPU of its own system and by the CPU of another system.
The accesses from
At this stage, it is known whether the access is to the local MSU or the other system's MSU, and the access to the other system's
If it is an MSU, it will be sent to the other MCU.
In the case of accessing an MCU of another system, the data should be sent to the MCU of the other system before being selected by the selection circuit S0, so the method shown in FIG. 2 is wasteful.

発明の目的 本発明は複合システムに組込まれた記憶部制御
装置MCUにおけるアクセス処理を合理的に行な
つて無駄のないアクセス選択を可能にしようとす
るものである。
OBJECTS OF THE INVENTION The present invention is intended to rationally perform access processing in a storage control unit MCU incorporated in a complex system and to enable efficient access selection.

発明の構成 本発明は、各々複数のアクセス発生装置および
主記憶装置が接続され、相互に接続されてアクセ
ス及びデータの送受を行なう複数の記憶部制御装
置において、自系のアクセス発生装置が発生した
アクセスのアドレスを物理アドレスに変換するア
ドレス変換回路と、該アドレス変換の結果、自系
の主記憶装置に対するアクセスであることが分つ
たアクセス、及び他系からの自系主記憶装置に対
するアクセスを受けてアクセス選択を行なう自系
用アドレス選択回路、該アドレス変換の結果、他
系の主記憶装置に対するアクセスであることが分
つたアクセスを選択する他系用アドレス選択回路
を備えることを特徴とするが次に実施例を参照し
ながらこれを説明する。
Composition of the Invention The present invention provides a method for controlling a plurality of storage unit controllers in which a plurality of access generators and main storage devices are connected to each other, and which are connected to each other and perform access and data transmission/reception. An address conversion circuit that converts an access address into a physical address, and an address conversion circuit that converts an access address into a physical address, and receives an access that is determined to be an access to the own system's main memory as a result of the address conversion, and an access to the own system's main memory from another system. The present invention is characterized by comprising an address selection circuit for the own system that performs access selection based on the address conversion, and an address selection circuit for the other system that selects an access that is determined to be an access to the main memory of the other system as a result of the address conversion. Next, this will be explained with reference to examples.

発明の実施例 第4図は本発明の実施例を示し、第2図と同じ
部分には同じ符号が付してある。両者を対比すれ
ば明らかなように本発明ではアドレス変換回路
ADCNVをアドレス選択回路Sの前に持つてく
る。またアドレス選択回路は自系MSU用のそれ
Sと他系MSU用のそれRSとに分ける。図ではシ
ステムは2系統の複合であるが勿論これは任意の
n(n>1)系統の複合であつてよく、この場合
他系統用選択回路(リモートアクセスセレクタ)
は(n−1)個設けて各系統専属とすると、ポー
トP7′等を介して各系統のMCUと直接接続する
ことができる。
Embodiment of the Invention FIG. 4 shows an embodiment of the invention, in which the same parts as in FIG. 2 are given the same reference numerals. As is clear from comparing the two, in the present invention, the address conversion circuit is
Bring ADCNV in front of address selection circuit S. Further, the address selection circuit is divided into an S for the own system MSU and an RS for the other system MSU. In the figure, the system is a combination of two systems, but of course it may be a combination of any n (n>1) systems, in which case a selection circuit for other systems (remote access selector)
If (n-1) are provided and dedicated to each system, they can be directly connected to the MCU of each system via port P7' or the like.

アドレス変換器ADCNVは実アドレスを物理ア
ドレスに変換するものであるが、物理アドレスと
は実際のメモリのどこかを示すアドレスであり、
実アドレスとはマツピングの際割り当てたアドレ
スで、論理アドレス程仮想的ではないがまだ実際
のメモリをアクセスするレベルには至らないもの
である。具体例で示すと、今256アドレスを持つ
メモリチツプ8個で主記憶MSUを構成したとす
るとアドレス空間の大きさは2048である。その0
〜255、256〜511、512〜765、……を第1、第2、
第3、……のメモリチツプに割立ててもよく、ま
た0〜15、16〜31、32〜47、……を第1、第2、
第3、……のメモリに割当て一巡したあとの128
〜143、144〜159、160〜175、……を再び第1、
第2、第3……のメモリに割当て、以下同様にし
ていつてもよい。この場合のアドレス0〜2047が
実アドレス、実際のメモリチツプ上のアドレス、
上記の後者の例ならアドレス16は第2メモリの第
1行第1列のメモリセルアドレスである等は物理
アドレスである。アドレス変換器ADCNVはかゝ
る実−物理アドレス変換を行なう。第5図はその
内部構造を示す。これはレジスタR1〜RNとセ
レクタSb,Scからなり、レジスタR1〜RNは前
記メモリチツプの数だけ設けられ、各々は当該メ
モリチツプの物理アドレスと、該アドレスの有効
無効を示すバリツドビツトVからなる。CPU0,
CPU1が発したアクセスRA0,RA1はセレク
タSb,Scに入つて該アクセスの上位ビツトで、
対応するレジスタR1〜RNの1つを選び、それ
に格納されている物理アドレスPA0,PA1を読
出す。本例ではアドレス変換器に入力するアクセ
スはRA0,RA1の2つであるのでセレクタは
Sb,Scの2つとしているが、アドレス変換器に
入力するアクセスの数(種類)が多ければそれに
応じてセレクタSb,Sc……の数を増し、少なけ
れば減少する。例えば第2図のようにアドレス変
換器ADCNV0に入力するアクセスが1つであれ
ばセレクタはSa1つでよい。
The address converter ADCNV converts a real address into a physical address, but a physical address is an address that indicates somewhere in the actual memory.
A real address is an address assigned during mapping, and although it is not as virtual as a logical address, it does not yet reach the level of accessing actual memory. To give a concrete example, if the main memory MSU is made up of eight memory chips each having 256 addresses, the size of the address space is 2048. Part 0
~255, 256~511, 512~765, ... as the first, second,
The memory chips 0 to 15, 16 to 31, 32 to 47, and so on may be allocated to the first, second, and so on.
3rd, 128 after allocating to the memory of...
~143, 144~159, 160~175, ... again as the first,
It is also possible to allocate it to the second, third, etc. memories, and do the same thing thereafter. In this case, addresses 0 to 2047 are real addresses, addresses on the actual memory chip,
In the latter example above, address 16 is the memory cell address in the first row and first column of the second memory, and so on are physical addresses. Address translator ADCNV performs such real-to-physical address translation. FIG. 5 shows its internal structure. It consists of registers R1 to RN and selectors Sb and Sc, and the registers R1 to RN are provided in the same number as the memory chips, and each one consists of a physical address of the memory chip and a valid bit V indicating validity of the address. CPU0,
Accesses RA0 and RA1 issued by CPU1 enter selectors Sb and Sc, and the upper bits of the accesses are
One of the corresponding registers R1 to RN is selected and the physical addresses PA0 and PA1 stored therein are read. In this example, there are two accesses input to the address converter, RA0 and RA1, so the selector is
There are two selectors, Sb and Sc, but if the number (types) of accesses input to the address converter is large, the number of selectors Sb, Sc, etc. is increased accordingly, and if it is small, the number is decreased. For example, if there is one access input to the address converter ADCNV0 as shown in FIG. 2, only one selector, Sa, is sufficient.

第4図の動作を第2図の場合と同様にCPU0
がMSU2をアクセスする場合について説明する
と、CPU0からのアクセスはMCU0のポートP
1′に設定され、ADCNV0によりアドレス変換
される。このアドレス変換されたアクセスはポー
トP1に設定され、そしてこのアクセスは自系の
MSUではなく他系のMSU2を示しているため自
系用アドレス選択回路S0へは入力されず、他系
用(リモート用)アドレス選択回路RS0へ入力
され、こゝで選択されてポートP7′を通して
MCU1へ送られる。MCU1へ送られたアクセス
はポートP13に設定され、アドレス選択回路S
1により選択されてポートP15を経てMSU2
へ送出される。アクセスを受けるとMSU2は、
該アクセスがデータフエツチリクエストならメモ
リ読出しを行ない、読出したデータはMCU1,
MCU0を経てCPU0へ送られるが、この経路は
図示していない。
The operation in Figure 4 is performed using CPU0 in the same way as in Figure 2.
To explain the case where MSU2 is accessed, the access from CPU0 is from port P of MCU0.
It is set to 1' and the address is translated by ADCNV0. This address translated access is set to port P1, and this access is
Since it indicates MSU2 of the other system rather than the MSU, it is not input to the address selection circuit S0 for the own system, but is input to the other system (remote) address selection circuit RS0, where it is selected and sent through port P7'.
Sent to MCU1. Access sent to MCU1 is set to port P13, and address selection circuit S
1 is selected by MSU2 via port P15.
sent to. Once accessed, MSU2 will
If the access is a data fetch request, a memory read is performed, and the read data is transferred to MCU1,
It is sent to CPU0 via MCU0, but this route is not shown.

この第4図の回路ではアクセスはアドレス変換
されて自系用か他系用かが分つた状態で自系用ア
ドレス選択回路あるいは他系用アドレス選択回路
へ送られ、そこで優先レベルなどに従つて選択さ
れるので無駄な選択がない。第2図では先ずアク
セスが選択され、その後アドレス変換され、他系
用と分れば他系へ送られ、そこで再び選択され、
といつた経過をとるので無駄が多く、所要時間も
大になる恐れがある。但し第4図ではMCUに入
力したアクセスは先ずアドレス変換器に入力され
るので、ADCNVの入力数が多く、セレクタSの
個数などは大になる。
In the circuit shown in Figure 4, the access is address-converted and sent to the own-system address selection circuit or the other-system address selection circuit after it is determined whether it is for the own system or another system, and there, it is accessed according to the priority level, etc. There are no wasted choices because the choices are made. In Figure 2, the access is first selected, then the address is converted, and if it is determined that it is for another system, it is sent to the other system, where it is selected again.
Since the process takes a long time, there is a lot of waste, and there is a risk that the time required will be long. However, in FIG. 4, since the access input to the MCU is first input to the address converter, the number of inputs to ADCNV is large, and the number of selectors S is large.

自系用アドレス選択回路は実施例では2つの
MSUに共通としたが、これは個々のMSUに対応
させて複数としてよく、あるいはMCUに多数の
MSUが接続される場合はそれらを群に分け、各
群に対応させてアドレス選択回路を設けてもよ
い。
In the embodiment, the self-system address selection circuit has two
Although this is common to all MSUs, it may be possible to have multiple numbers corresponding to individual MSUs, or if an MCU has many
When MSUs are connected, they may be divided into groups and an address selection circuit may be provided corresponding to each group.

発明の効果 以上説明したように本発明によればアクセス選
択回路を自系用と他系用に分け、これらの回路に
よりアドレス変換後にアクセス選択するようにし
たので無駄なアクセス選択がなくなり、アクセス
選択回路の有効利用、アクセス処理の効率化など
が図れる。
Effects of the Invention As explained above, according to the present invention, the access selection circuit is divided into one for the own system and one for the other system, and these circuits perform access selection after address conversion, eliminating unnecessary access selection. Effective use of circuits and more efficient access processing can be achieved.

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

第1図は本発明を適用する複合システムの概要
を示すブロツク図、第2図は第1図のシステムに
おける記憶部制御装置の構成例を示すブロツク
図、第3図は第2図の一部の詳細を示すブロツク
図、第4図は本発明の実施例を示すブロツク図、
第5図は第4図の一部の詳細を示すブロツク図で
ある。 図面でCPUはアクセス発生装置、MSUは主記
憶装置、MCUは記憶部制御装置、ADCNVはア
ドレス変換回路、Sは自系主記憶装置に対するア
クセス選択回路、RSは他系用アドレス選択回路
である。
FIG. 1 is a block diagram showing an overview of a complex system to which the present invention is applied, FIG. 2 is a block diagram showing an example of the configuration of a storage controller in the system of FIG. 1, and FIG. 3 is a part of FIG. 2. FIG. 4 is a block diagram showing an embodiment of the present invention.
FIG. 5 is a block diagram showing details of a portion of FIG. 4. In the drawing, CPU is an access generation device, MSU is a main storage device, MCU is a storage controller, ADCNV is an address translation circuit, S is an access selection circuit for the main storage of the own system, and RS is an address selection circuit for other systems.

Claims (1)

【特許請求の範囲】 1 各々複数のアクセス発生装置および主記憶装
置が接続され、相互に接続されてアクセス及びデ
ータの送受を行なう複数の記憶部制御装置におい
て、 自系のアクセス発生装置が発生したアクセスの
アドレスを物理アドレスに変換するアドレス変換
回路と、 該アドレス変換の結果、自系の主記憶装置に対
するアクセスであることが分つたアクセス、及び
他系からの自系主記憶装置に対するアクセスを受
けてアクセス選択を行なう自系用アドレス選択回
路、 該アドレス変換の結果、他系の主記憶装置に対
するアクセスであることが分つたアクセスを選択
する他系用アドレス選択回路を備えることを特徴
とする記憶部制御装置。 2 他系用アクセス選択回路は、他系の数だけ設
けられてその各々に専属することを特徴とする特
許請求の範囲第1項記載の記憶部制御装置。 3 自系用アクセス選択回路は、当該記憶部制御
装置に接続される主記憶装置の個々あるいは群に
対応して複数個設けられて各々に専属することを
特徴とする特許請求の範囲第1項記載の記憶部制
御装置。
[Scope of Claims] 1. In a plurality of storage control devices each connected to a plurality of access generation devices and main storage devices and connected to each other to perform access and data transmission/reception, an access generation device of the own system occurs. An address conversion circuit that converts an access address into a physical address; and an address conversion circuit that converts an access address into a physical address; A memory comprising: a self-system address selection circuit that performs access selection based on the address conversion; and a foreign-system address selection circuit that selects an access that is determined to be an access to a main storage device of another system as a result of the address conversion. Part control device. 2. The storage unit control device according to claim 1, wherein the access selection circuit for other systems is provided as many as the number of other systems, and is dedicated to each of the other systems. 3. Claim 1, characterized in that a plurality of self-system access selection circuits are provided corresponding to individual or groups of main storage devices connected to the storage controller and are dedicated to each of them. The storage unit control device described above.
JP25192383A 1983-12-26 1983-12-27 Storage section controller Granted JPS60140454A (en)

Priority Applications (9)

Application Number Priority Date Filing Date Title
JP25192383A JPS60140454A (en) 1983-12-27 1983-12-27 Storage section controller
CA000469910A CA1221464A (en) 1983-12-26 1984-12-12 Data processor system having improved data throughput of multiprocessor system
EP84402614A EP0147295B1 (en) 1983-12-26 1984-12-17 Data processing system including a plurality of multiprocessor systems
DE8484402614T DE3484235D1 (en) 1983-12-26 1984-12-17 DATA PROCESSING SYSTEM WITH SEVERAL MULTIPROCESSOR SYSTEMS.
US06/682,316 US4718006A (en) 1983-12-26 1984-12-17 Data processor system having improved data throughput in a multiprocessor system
AU36857/84A AU554059B2 (en) 1983-12-26 1984-12-18 A data processor system having improved data throughput of multiprocessor system
BR8406678A BR8406678A (en) 1983-12-26 1984-12-21 DATA PROCESSING SYSTEM INCLUDING A PLURALITY OF MULTIPROCESSOR SYSTEMS AND PROCESS FOR DATA PROCESSING IN A MEMORY CONTROL UNIT PROVIDED IN A MULTIPROCESSOR SYSTEM
KR1019840008243A KR890004995B1 (en) 1983-12-26 1984-12-21 Data processor system having improved data throughput in a multiprocessor system
ES539033A ES8602272A1 (en) 1983-12-26 1984-12-24 Data processing system including a plurality of multiprocessor systems.

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25192383A JPS60140454A (en) 1983-12-27 1983-12-27 Storage section controller

Publications (2)

Publication Number Publication Date
JPS60140454A JPS60140454A (en) 1985-07-25
JPS6356573B2 true JPS6356573B2 (en) 1988-11-08

Family

ID=17229975

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25192383A Granted JPS60140454A (en) 1983-12-26 1983-12-27 Storage section controller

Country Status (1)

Country Link
JP (1) JPS60140454A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0472568U (en) * 1990-11-01 1992-06-25

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006221433A (en) * 2005-02-10 2006-08-24 Sony Corp Shared memory device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0472568U (en) * 1990-11-01 1992-06-25

Also Published As

Publication number Publication date
JPS60140454A (en) 1985-07-25

Similar Documents

Publication Publication Date Title
US5136500A (en) Multiple shared memory arrangement wherein multiple processors individually and concurrently access any one of plural memories
US4558429A (en) Pause apparatus for a memory controller with interleaved queuing apparatus
AU598857B2 (en) Move-out queue buffer
US6678801B1 (en) DSP with distributed RAM structure
US4245301A (en) Information processing system
US6163829A (en) DSP interrupt control for handling multiple interrupts
JPH02291044A (en) Multi-processor system with global data copy function and two level address converter
US5060186A (en) High-capacity memory having extended addressing capacity in a multiprocessing system
WO2002071239A2 (en) Data processing apparatus and system and method for controlling memory access
JP2561261B2 (en) Buffer storage access method
US6330632B1 (en) System for arbitrating access from multiple requestors to multiple shared resources over a shared communications link and giving preference for accessing idle shared resources
US5168558A (en) Apparatus and method for providing distributed control in a main memory unit of a data processing system
JPS6356573B2 (en)
EP0067519B1 (en) Telecommunications system
JP2618223B2 (en) Single chip microcomputer
US4954946A (en) Apparatus and method for providing distribution control in a main memory unit of a data processing system
JPS6155708B2 (en)
JPH0227696B2 (en) JOHOSHORISOCHI
EP0182501A2 (en) Memory mapping method and apparatus
JPS592058B2 (en) Storage device
JPH0358163A (en) Loosely coupled multiprocessor system
JPS6125178B2 (en)
JP2555123B2 (en) Memory access management method
JPS61118847A (en) Simultaneous access control system of memory
JPS598845B2 (en) Channel control method