JPH04235661A - Multiprocessor system - Google Patents

Multiprocessor system

Info

Publication number
JPH04235661A
JPH04235661A JP3012773A JP1277391A JPH04235661A JP H04235661 A JPH04235661 A JP H04235661A JP 3012773 A JP3012773 A JP 3012773A JP 1277391 A JP1277391 A JP 1277391A JP H04235661 A JPH04235661 A JP H04235661A
Authority
JP
Japan
Prior art keywords
data
main memory
memory
instruction
bus
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
JP3012773A
Other languages
Japanese (ja)
Inventor
Yukio Kumazawa
熊 澤 幸 夫
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP3012773A priority Critical patent/JPH04235661A/en
Publication of JPH04235661A publication Critical patent/JPH04235661A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To shorten the waiting time for the access given to a main memory by using both main memories for instructions and date. CONSTITUTION:The instruction caches 3 and 4 store the instructions, and the data caches 5 and 6 store the data respectively. Two pairs of system buses are provided as an instruction-only system bus 10 and a data-only system bus 11 respectively. Then two pairs of main memories as an instruction store main memory 8-1 and a data store main memory 8-2 respectively. The memory 8-1 is connected to the bus 10, and the memory 8-2 is connected to the bus 11 respectively. As a result, a processor 2 can have an access to the memory 8-2, for example, while the processor 1 has an access to the memory 8-1.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、命令(インストラクシ
ョン)およびデータの転送を速やかに行えるようにした
マルチプロセッサシステムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiprocessor system capable of rapidly transferring instructions and data.

【0002】0002

【従来の技術】マルチプロセッサシステムには、処理を
高速に行うため、各プロセッサにキャシュメモリを具え
たものがある。図2に、そのような従来のマルチプロセ
ッサシステムを示す。1,2はプロセッサ、3,4はイ
ンストラクション・キャッシュ、5,6はデータ・キャ
ッシュ、7は補助メモリ、8は主メモリ、12はシステ
ムバス、ABはアドレス・バス、DBはデータ・バス、
CBはコントロール・バスである。
2. Description of the Related Art Some multiprocessor systems include each processor equipped with a cache memory in order to perform processing at high speed. FIG. 2 shows such a conventional multiprocessor system. 1 and 2 are processors, 3 and 4 are instruction caches, 5 and 6 are data caches, 7 is auxiliary memory, 8 is main memory, 12 is a system bus, AB is an address bus, DB is a data bus,
CB is a control bus.

【0003】インストラクション・キャッシュ3,4は
、命令(インストラクション)を格納するためのキャシ
ュメモリであり、データ・キャッシュ5,6は、データ
を格納するためのキャシュメモリである。補助メモリ7
は、処理の進行に伴い命令やデータが変えられた時、そ
れらを一時的に蓄えておくためのメモリである。補助メ
モリ7の内容は、後に主メモリ8に書き写される。主メ
モリ8には、命令およびデータが格納されている。
Instruction caches 3 and 4 are cache memories for storing instructions, and data caches 5 and 6 are cache memories for storing data. Auxiliary memory 7
is a memory that temporarily stores instructions and data when they are changed as processing progresses. The contents of the auxiliary memory 7 are later copied to the main memory 8. Main memory 8 stores instructions and data.

【0004】プロセッサ1が処理を実行するに際しては
、インストラクション・キャッシュ3より命令を得、デ
ータ・キャッシュ5よりデータを得て行う。もし、それ
らに格納されていなかった場合には、システムバス12
を経て主メモリ8より取り寄せる。
When processor 1 executes a process, it obtains instructions from instruction cache 3 and data from data cache 5. If it is not stored in them, the system bus 12
The data is retrieved from the main memory 8 via .

【0005】[0005]

【発明が解決しようとする課題】しかしながら、前記し
た従来のマルチプロセッサシステムには、キャシュメモ
リ内に求める命令なりデータがなくて主メモリ8にアク
セスしている場合、それが終了するまで他のプロセッサ
は主メモリ8に全くアクセス出来ず、待たされたままに
なるという問題点があった。本発明は、このような問題
点を解決することを課題とするものである。
[Problems to be Solved by the Invention] However, in the conventional multiprocessor system described above, when the main memory 8 is being accessed because there is no required instruction or data in the cache memory, other processors are unable to access the main memory 8 until the access is completed. There was a problem in that the main memory 8 could not be accessed at all and the main memory 8 remained in the waiting state. The present invention aims to solve these problems.

【0006】[0006]

【課題を解決するための手段】前記課題を解決するため
、本発明では、次のような手段を講じた。即ち、インス
トラクション・キャッシュとデータ・キャッシュとが付
設されたプロセッサを複数個具えたマルチプロセッサシ
ステムにおいて、システムバスとしてインストラクショ
ン用システムバスとデータ用システムバスとの2組を設
け、主メモリとして該インストラクション用システムバ
スに接続されたインストラクション用主メモリと、該デ
ータ用システムバスに接続されたデータ用主メモリとを
設けることとした。
[Means for Solving the Problems] In order to solve the above problems, the present invention takes the following measures. That is, in a multiprocessor system that includes a plurality of processors each having an instruction cache and a data cache, two sets of system buses, one for instructions and one for data, are provided, and a main memory for instructions and a system bus for data are provided. It was decided to provide a main memory for instructions connected to a system bus and a main memory for data connected to the system bus for data.

【0007】[0007]

【作用】各プロセッサが付随して具えているキャシュメ
モリに、インストラクション・キャッシュとデータ・キ
ャッシュとの2種類がある場合、システムバスや主メモ
リも、各種類に対応させてそれぞれ専用のものを設ける
ことにより、主メモリにアクセスする時の待ち時間を短
くすることが可能となる。
[Operation] If there are two types of cache memory attached to each processor, instruction cache and data cache, the system bus and main memory will also be dedicated to each type. This makes it possible to shorten the waiting time when accessing the main memory.

【0008】[0008]

【実施例】以下、本発明の実施例を図面に基づいて詳細
に説明する。
Embodiments Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0009】図1は、本発明の第1の実施例にかかわる
マルチプロセッサシステムである。符号は、図2のもの
に対応し、8−1はインストラクション用主メモリ、8
−2はデータ用主メモリ、9はバスセレクタ、10はイ
ンストラクション用システムバス、11はデータ用シス
テムバスである。この実施例ではシステムバスを2組設
け、一方をインストラクション専用(10)とし、他方
をデータ専用(11)とする。また、主メモリも2組設
け、一方を命令格納用(8−1)とし、他方をデータ格
納用(8−2)とする。そして、インストラクション用
主メモリ8−1は、インストラクション用システムバス
10に接続し、データ用主メモリ8−2はデータ用シス
テムバス11に接続する。バスセレクタ9は、補助メモ
リ7と2つのシステムバスとの接続切り換えを行うため
のものである。
FIG. 1 shows a multiprocessor system according to a first embodiment of the present invention. The symbols correspond to those in FIG. 2, 8-1 is the main memory for instructions, 8-1 is the main memory for instructions;
-2 is a main memory for data, 9 is a bus selector, 10 is a system bus for instructions, and 11 is a system bus for data. In this embodiment, two sets of system buses are provided, one dedicated to instructions (10) and the other dedicated to data (11). Two sets of main memories are also provided, one for storing instructions (8-1) and the other for storing data (8-2). The instruction main memory 8-1 is connected to the instruction system bus 10, and the data main memory 8-2 is connected to the data system bus 11. The bus selector 9 is used to switch connections between the auxiliary memory 7 and two system buses.

【0010】このような構成とすることにより、或るプ
ロセッサがインストラクション用主メモリ8−1にアク
セスしている時でも、他のプロセッサはデータ用主メモ
リ8−2にアクセスすることは出来る。その逆も可能で
ある。例えば、インストラクション・キャッシュ3の中
にプロセッサ1が必要とする命令がなかった時には、イ
ンストラクション用システムバス10を経てインストラ
クション用主メモリ8−1にアクセスする。この時デー
タ用システムバス11は使用しないので、もしプロセッ
サ2が同時にデータ用主メモリ8−2にアクセスする必
要が生じた場合、上記のインストラクション・キャッシ
ュ3のアクセス終了を待つことなく、同時並行的にデー
タ用主メモリ8−2にアクセスすることが出来る。その
ため、待たされることなく処理を進めることが出来、処
理速度が速くなる。
With this configuration, even when a certain processor is accessing the instruction main memory 8-1, other processors can access the data main memory 8-2. The reverse is also possible. For example, when there is no instruction required by the processor 1 in the instruction cache 3, the instruction main memory 8-1 is accessed via the instruction system bus 10. At this time, the data system bus 11 is not used, so if the processor 2 needs to access the data main memory 8-2 at the same time, it can access the data main memory 8-2 simultaneously without waiting for the access to the instruction cache 3 to be completed. The data main memory 8-2 can be accessed at any time. Therefore, the processing can proceed without waiting, and the processing speed becomes faster.

【0011】図3は、本発明の第2の実施例にかかわる
マルチプロセッサシステムである。符号は図1のものに
対応し、7−1はインストラクション用補助メモリ、7
−2はデータ用補助メモリである。図1の実施例では、
補助メモリ7にバスセレクタ9が付設されていたが、こ
のバスセレクタ9は、各システムバスに流れる信号を監
視して、補助メモリ7をどちらのシステムバスに接続す
べきかを決めるという煩雑な制御を必要とする。そこで
、これを不用とするため、第2の実施例では、補助メモ
リもインストラクション用とデータ用の2組設けている
FIG. 3 shows a multiprocessor system according to a second embodiment of the present invention. The symbols correspond to those in FIG. 1, 7-1 is an auxiliary memory for instructions, 7
-2 is an auxiliary memory for data. In the example of FIG.
A bus selector 9 was attached to the auxiliary memory 7, but this bus selector 9 does not perform the complicated control of monitoring the signals flowing to each system bus and deciding which system bus the auxiliary memory 7 should be connected to. I need. Therefore, in order to make this unnecessary, in the second embodiment, two sets of auxiliary memories are provided, one for instructions and one for data.

【0012】図4は、本発明の第3の実施例にかかわる
マルチプロセッサシステムである。符号は、図1のもの
に対応している。この例では、システムバスは1組であ
るが、主メモリを第1の実施例と同様に、インストラク
ション用主メモリ8−1とデータ用主メモリ8−2の2
つに専用化している。従って、主メモリにアクセスする
時、主メモリ内の領域について命令が格納されている領
域かデータが格納されている領域かという区別をする手
続きが必要なくなるので、図2の従来例に比べて処理速
度が速くなる。また、補助メモリ7に格納される内容は
データであることが多いが、データばかりであった場合
には、プロセッサの処理が終了した後で該内容をデータ
用主メモリ8−2に書き写す際、インストラクション用
主メモリ8−1の電源は切ってしまってもよいので、節
電になる。
FIG. 4 shows a multiprocessor system according to a third embodiment of the present invention. The symbols correspond to those in FIG. In this example, there is one set of system buses, but the main memories are divided into two main memories: an instruction main memory 8-1 and a data main memory 8-2, as in the first embodiment.
It is dedicated to Therefore, when accessing the main memory, there is no need for a procedure to distinguish between areas in the main memory where instructions are stored or data is stored, so the processing is faster than in the conventional example shown in Figure 2. speed increases. Further, the contents stored in the auxiliary memory 7 are often data, but if the contents are only data, when the contents are copied to the main data memory 8-2 after the processing of the processor is completed, Since the power to the instruction main memory 8-1 may be turned off, power is saved.

【0013】[0013]

【発明の効果】以上述べた如く、本発明のマルチプロセ
ッサシステムによれば、各プロセッサが付随して具えて
いるキャシュメモリに、インストラクション・キャッシ
ュとデータ・キャッシュとの2種類がある場合、その種
類に対応させてシステムバスや主メモリも専用のものを
設けるので、主メモリにアクセスする時の待ち時間が短
くなった。
As described above, according to the multiprocessor system of the present invention, if there are two types of cache memory attached to each processor, an instruction cache and a data cache, A dedicated system bus and main memory were also provided to accommodate this, reducing the waiting time when accessing the main memory.

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

【図1】本発明の第1の実施例にかかわるマルチプロセ
ッサシステム
FIG. 1: A multiprocessor system according to a first embodiment of the present invention.

【図2】従来のマルチプロセッサシステム[Figure 2] Conventional multiprocessor system

【図3】本発
明の第2の実施例にかかわるマルチプロセッサシステム
FIG. 3: Multiprocessor system according to a second embodiment of the present invention.

【図4】本発明の第3の実施例にかかわるマルチプロセ
ッサシステム
FIG. 4 A multiprocessor system according to a third embodiment of the present invention.

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

1,2  プロセッサ 3,4  インストラクション・キャッシュ5,6  
データ・キャッシュ 7      補助メモリ 7−1  インストラクション用補助メモリ7−2  
データ用補助メモリ 8      主メモリ 8−1  インストラクション用主メモリ8−2  デ
ータ用主メモリ 9      バスセレクタ 10    インストラクション用システムバス11 
   データ用システムバス 12    システムバス AB    アドレス・バス DB    データ・バス CB    コントロール・バス
1, 2 Processor 3, 4 Instruction cache 5, 6
Data cache 7 Auxiliary memory 7-1 Auxiliary memory for instructions 7-2
Auxiliary memory for data 8 Main memory 8-1 Main memory for instructions 8-2 Main memory for data 9 Bus selector 10 System bus for instructions 11
Data system bus 12 System bus AB Address bus DB Data bus CB Control bus

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  インストラクション・キャッシュとデ
ータ・キャッシュとが付設されたプロセッサを複数個具
えたマルチプロセッサシステムにおいて、システムバス
としてインストラクション用システムバスとデータ用シ
ステムバスとの2組を設け、主メモリとして該インスト
ラクション用システムバスに接続されたインストラクシ
ョン用主メモリと、該データ用システムバスに接続され
たデータ用主メモリとを設けたことを特徴とするマルチ
プロセッサシステム。
Claim 1: In a multiprocessor system comprising a plurality of processors each having an instruction cache and a data cache, two sets of system buses, an instruction system bus and a data system bus, are provided, and a main memory is used as a main memory. A multiprocessor system comprising: an instruction main memory connected to the instruction system bus; and a data main memory connected to the data system bus.
JP3012773A 1991-01-09 1991-01-09 Multiprocessor system Pending JPH04235661A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3012773A JPH04235661A (en) 1991-01-09 1991-01-09 Multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3012773A JPH04235661A (en) 1991-01-09 1991-01-09 Multiprocessor system

Publications (1)

Publication Number Publication Date
JPH04235661A true JPH04235661A (en) 1992-08-24

Family

ID=11814726

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3012773A Pending JPH04235661A (en) 1991-01-09 1991-01-09 Multiprocessor system

Country Status (1)

Country Link
JP (1) JPH04235661A (en)

Similar Documents

Publication Publication Date Title
JPH0354660A (en) Shared memory management system for multiprocessor system
JPH04235661A (en) Multiprocessor system
JPH0281255A (en) Multi-processor computer multiple device
JPH03238539A (en) Memory access controller
JP2687716B2 (en) Information processing device
JPS6240565A (en) Memory control system
JPS59116866A (en) Storage device of computer system
JP2718661B2 (en) Dual port memory controller
KR960003650B1 (en) Input/output processor for improving computer system performance
JPH0528038A (en) Cache memory control system
JPS62214466A (en) Lock control system for storage device
JPS616753A (en) Common memory device
JPH04236651A (en) Bus control system
JPS6055459A (en) Control method of block data transfer and storage
JPS61165172A (en) Memory access controlling system
JPH04291642A (en) Cache control system
JPH0367357A (en) Multi-cpu system
JPH03163671A (en) Image processor
JPH03105440A (en) Shared memory access system
JPH0247751A (en) Channel control system
JPS54124938A (en) Memory access control system
JPS62173562A (en) Bus switching system
JPH01304565A (en) Data exchange system
JPS63217444A (en) Multiple port memory
JPS63231650A (en) Cache memory control system