JPS635461A - Multiprocessor system - Google Patents

Multiprocessor system

Info

Publication number
JPS635461A
JPS635461A JP14923086A JP14923086A JPS635461A JP S635461 A JPS635461 A JP S635461A JP 14923086 A JP14923086 A JP 14923086A JP 14923086 A JP14923086 A JP 14923086A JP S635461 A JPS635461 A JP S635461A
Authority
JP
Japan
Prior art keywords
memory
program
instruction
processors
processing
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
JP14923086A
Other languages
Japanese (ja)
Inventor
Tsugio Sugawara
菅原 次男
Satoru Inoi
猪井 了
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.)
NEC Corp
Nippon Telegraph and Telephone Corp
Original Assignee
NEC Corp
Nippon Telegraph and Telephone Corp
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 NEC Corp, Nippon Telegraph and Telephone Corp filed Critical NEC Corp
Priority to JP14923086A priority Critical patent/JPS635461A/en
Publication of JPS635461A publication Critical patent/JPS635461A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/177Initialisation or configuration control

Abstract

PURPOSE:To lighten the competition relating to the use of a system bus and to improve a processing speed by transferring a program required for respective processors to an individual instruction storing memory from a common memory, fetching this instruction and processing. CONSTITUTION:At the time of the rise of a system, one of the processors PU21-2n reads the load instruction of the program from a ROM6 through the system bus 1. The PU21 loads the program in a magnetic disk 10 via a disk controller 7 and the program from a communication line 12 via a controller 9 in the common memory 3. At the time of the completion of this load, the program required for the processing assigned to itself is transferred to the instruction storing memory 41 from the memory 3. After the completion of the transfer, according to the instruction fetched from the memory 41 and by using a data area in the memory 3, the processing assigned to itself is performed. The PU22-2n similarly carries out the processing. Accordingly, the respective PUs make access to the memory 3 through the bus 1 only at the time of the access of the data.

Description

【発明の詳細な説明】 発明の目的 産業上の利用分野 本発明は、各種の情報処理システムで利用されるマルチ
プロセッサ・システムに関するものである。
DETAILED DESCRIPTION OF THE INVENTION Object of the Invention Industrial Field of Application The present invention relates to a multiprocessor system used in various information processing systems.

従来の技術 情報処理システムでは、複数のプロセッサと共通メモリ
をシステムバスで接続し、各プロセッサに機能分散や負
荷分散処理を行わせるマルチプロセッサ・システムの構
成を採る場合が多い。
Conventional technical information processing systems often employ a multiprocessor system configuration in which a plurality of processors and a common memory are connected via a system bus, and each processor is configured to perform function distribution and load distribution processing.

この種のマルチプロセッサ・システムでは、各プロセッ
サのプログラムを格納するプログラム格納領域と、処理
中データを格納するデータバッファ領域とを共通メモリ
上に設けている。
In this type of multiprocessor system, a program storage area for storing programs for each processor and a data buffer area for storing data being processed are provided on a common memory.

発明が解決しようとする問題点 上記従来のマルチプロセッサ・システムでは、各プロセ
ッサがシステムバスを介して共通メモリから命令を逐一
読出す構成であるから、プロセッサの台数の増大につれ
てシステムバスの使用要求が競合し合い、命令の読出し
やデータの読出し/書込みの待ち時間が長引き、処理速
度が低下するという問題がある。
Problems to be Solved by the Invention In the conventional multiprocessor system described above, each processor reads instructions one by one from a common memory via a system bus, so as the number of processors increases, the demand for use of the system bus increases. There is a problem in that the contentions compete with each other, prolonging the waiting time for reading instructions and reading/writing data, and reducing processing speed.

特に、最近は命令の先行フェッチが行われるようになっ
てきているが、データの読出し待ち時間が長引くとせっ
かくの先行フェッチ命令を直ぐには実行できず、先行フ
ェッチの利点が失われてしまう。
In particular, recently, advanced fetching of instructions has been performed, but if the data read waiting time is prolonged, the advanced fetching instruction cannot be executed immediately, and the advantage of advance fetching is lost.

発明の構成 問題点を解決するための手段 上記従来技術の問題点を解決する本発明のマルチプロセ
ッサ・システムは、プロセッサの全部又は−部に命令格
納メモリを設置し、プロセッサの一つがシステム立上げ
に際し、このシステム内の各プロセッサで使用するプロ
グラムを共通メモリにロードし、命令格納メモリを備え
るプロセッサが、共通メモリにロードされたプログラム
のうち必要なものをこの共通メモリから自己の命令格納
メモリに格納し、以後は自己の命令格納メモリ内から命
令をフェッチして処理を行うことにより、データのアク
セスに関してだけシステムバスを使用するように構成さ
れている。
Means for Solving the Problems of the Structure of the Invention The multiprocessor system of the present invention which solves the problems of the prior art described above has an instruction storage memory installed in all or part of the processors, and one of the processors At this time, the programs used by each processor in this system are loaded into a common memory, and the processors equipped with instruction storage memory transfer necessary programs from the common memory into their own instruction storage memory. The system bus is configured so that the system bus is used only for data access by storing the instructions and thereafter fetching and processing instructions from the own instruction storage memory.

以下、本発明の作用を実施例と共に詳細に説明する。Hereinafter, the operation of the present invention will be explained in detail together with examples.

実施例 第1図は、本発明の一実施例のマルチプロセッサ・シス
テムの構成を示すブロック図である。
Embodiment FIG. 1 is a block diagram showing the configuration of a multiprocessor system according to an embodiment of the present invention.

このマルチプロセッサ・システムは、システムバス1と
、このシステムバスを介して相互接続される複数のプロ
セッサ2..2□ ・・・2.、と、システムバス1に
接続されてプロセッサ21〜21のそれぞれからアクセ
スされる共通メモリ3を備えている。プロセッサ21〜
2.、のそれぞれは、命令格納メモリ、j、 、  4
□ ・・・4.1と、個別バス51,5□ ・・・57
を備えている。更にこのマルチプロセッサ・システムは
、ROM6、ディスク制御装置7、端末制御装置8、回
線制御装置9、磁気ディスク10.端末装置11も備え
ている。
This multiprocessor system includes a system bus 1 and a plurality of processors 2 . .. 2□ ...2. , and a common memory 3 connected to the system bus 1 and accessed by each of the processors 21-21. Processor 21~
2. , each of , is an instruction storage memory, j, , 4
□ ...4.1 and individual buses 51, 5□ ...57
It is equipped with Furthermore, this multiprocessor system includes a ROM 6, a disk controller 7, a terminal controller 8, a line controller 9, a magnetic disk 10 . A terminal device 11 is also provided.

このマルチプロセッサ・システムの立上げに際し、プロ
セッサ21〜2fiの一つ(ここでは、プロセッサ2.
とする)は、システムバスlを介してROM6からプロ
グラムのロード命令を読出す。
When starting up this multiprocessor system, one of the processors 21 to 2fi (here, processor 2.
) reads a program load instruction from the ROM 6 via the system bus l.

プロセッサ21は、このロード命令に従い、磁気ディス
ク10内のプログラムをディスク制御装置7経由で、あ
るいは上位装置などから通信回線12上に転送されてく
るプログラムを回線制御装置9経由で、共通メモリ3の
プログラム格納領域にロードする。
In accordance with this load instruction, the processor 21 loads the program in the magnetic disk 10 via the disk controller 7 or the program transferred from a higher-level device onto the communication line 12 via the line controller 9 into the common memory 3. Load into program storage area.

プロセッサ2Iは、上記共通メモリ3へのプログラムの
ロードが終了すると、自己に割当てられた処理に必要な
プログラムを共通メモリ3から命令格納メモリ4.に転
送する。プロセッサ21は、この転送が終了すると、こ
の命令格納メモリ4Iからフェッチした命令に従って、
かつ共通メモリ3内のデータ領域を使用して自己に割当
てられた処理を行う。他のプロセッサ2□〜2,1も同
様に、まず、自己に割当てられた処理に必要なプログラ
ムを共通メモリ3から命令格納メモリ42〜41に転送
する。プロセッサ2□〜2nはこの転送が終了すると、
この命令格納用メモリ4□〜4.、からフェッチした命
令に従って、かつ共通メモリ3内のデータ領域を使用し
て自己に割当てられた処理を開始する。
When the loading of the program to the common memory 3 is completed, the processor 2I transfers the program necessary for the process assigned to it from the common memory 3 to the instruction storage memory 4. Transfer to. When the transfer is completed, the processor 21 executes the instructions fetched from the instruction storage memory 4I.
And, it uses the data area in the common memory 3 to perform the processing assigned to itself. Similarly, the other processors 2□-2, 1 first transfer the programs necessary for the processes assigned to them from the common memory 3 to the instruction storage memories 42-41. When this transfer is completed, processors 2□ to 2n
This memory for storing instructions 4□-4. , and using the data area in the common memory 3, starts the process assigned to it.

従って、各プロセッサがシステムバス1を介して共通メ
モリ3をアクセスするのは、データのアクセス時だけと
なる。
Therefore, each processor accesses the common memory 3 via the system bus 1 only when accessing data.

以上、システム内の全てのプロセッサに命令格納メモリ
を設置する構成を例示したが、システムバスの使用頻度
が低いようなある種のプロセッサについては、命令格納
メモリを設置しないで、従来通り共通メモリをアクセス
させる構成としてもよい。
The above example shows a configuration in which instruction storage memory is installed in all processors in the system, but for some types of processors whose system bus is infrequently used, instruction storage memory is not installed and common memory is used as usual. It may also be configured to allow access.

発明の効果 以上詳細に説明したように、本発明のマルチプロセッサ
・システムは、各プロセッサが処理に必要なプログラム
を共通メモリから個別の命令格納メモリに転送し、この
命令をフェッチすることにより処理を行う構成であるか
ら、共通メモリに対するアクセスはデータに関するアク
セスだけとなり、システムバスの使用に関する競合が大
幅に緩和され、処理速度が大幅に向上する。
Effects of the Invention As explained in detail above, in the multiprocessor system of the present invention, each processor transfers a program necessary for processing from a common memory to an individual instruction storage memory, and performs processing by fetching the instructions. Because of this configuration, accesses to the common memory are limited to data-related accesses, which greatly alleviates contention regarding the use of the system bus and significantly improves processing speed.

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

第1図は、本発明の一実施例のマルチプロセッサ・シス
テムの構成を示すブロック図である。 1・・システムバス、2.〜211 ・・プロセッサ、
4・・プロセッサ2.〜2nによってアクセスされる共
通メモリ、41〜4、・・命令格納メモリ、51〜5.
l ・・個別バス、6・・ROM、7・・ディスク制御
装置、8・・回線制御装置。
FIG. 1 is a block diagram showing the configuration of a multiprocessor system according to an embodiment of the present invention. 1. System bus, 2. ~211...processor,
4. Processor 2. Common memory accessed by ~2n, 41-4, . . . Instruction storage memory, 51-5.
l...Individual bus, 6...ROM, 7...disk control device, 8...line control device.

Claims (1)

【特許請求の範囲】 システムバスと、このシステムバスに接続される複数の
プロセッサと、前記システムバスに接続され各プロセッ
サによってアクセスされる共通メモリと、プロセッサの
一つに個別バスを介して接続される複数の命令格納メモ
リとを備え、 前記プロセッサの一つは、システム立上げに際し、この
システム内の各プロセッサが使用するプログラムを前記
共通メモリにロードし、 命令格納メモリを備えるプロセッサは、前記共通メモリ
にロードされたプログラムのうち必要なものをこの共通
メモリから自己の命令格納メモリに転送し、自己の命令
格納メモリ内の命令をフェッチすることにより以後の処
理を行うことを特徴とするマルチプロセッサ・システム
[Scope of Claims] A system bus, a plurality of processors connected to the system bus, a common memory connected to the system bus and accessed by each processor, and a common memory connected to one of the processors via an individual bus. a plurality of instruction storage memories, one of the processors loads a program used by each processor in the system into the common memory when starting up the system; A multiprocessor characterized in that it transfers necessary programs loaded into memory from this common memory to its own instruction storage memory, and performs subsequent processing by fetching instructions in its own instruction storage memory. ·system.
JP14923086A 1986-06-25 1986-06-25 Multiprocessor system Pending JPS635461A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14923086A JPS635461A (en) 1986-06-25 1986-06-25 Multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14923086A JPS635461A (en) 1986-06-25 1986-06-25 Multiprocessor system

Publications (1)

Publication Number Publication Date
JPS635461A true JPS635461A (en) 1988-01-11

Family

ID=15470713

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14923086A Pending JPS635461A (en) 1986-06-25 1986-06-25 Multiprocessor system

Country Status (1)

Country Link
JP (1) JPS635461A (en)

Similar Documents

Publication Publication Date Title
JPH10187359A (en) System for storing data and method for transferring data applied to the same system
JPS5835295B2 (en) Data transfer method in master-slave system
JP2000003302A (en) Method for controlling exclusive access of common memory
JPS635461A (en) Multiprocessor system
JP2687716B2 (en) Information processing device
JP2522412B2 (en) Communication method between programmable controller and input / output device
JP2785855B2 (en) Information processing device
JPS63187349A (en) Memory device
JPH08106432A (en) Dma control circuit
JP2781999B2 (en) Startup method of common data channel device in multiprocessor system
JPH0424733B2 (en)
JPS61231654A (en) Memory device
JPH04107634A (en) Memory data bypass control system
JPH10134013A (en) Multi-cpu system
JPH01108665A (en) Dma transfer control system
JPS63286959A (en) Memory access system
JPS6373453A (en) Controlling system for common bus
JPH0414378B2 (en)
JPS63163952A (en) Data transfer system
JPH0685154B2 (en) Intermediate buffer control method
JPH01233651A (en) Communication control system
JPS6383854A (en) Data transfer circuit
JPS6326744A (en) Memory bank switching circuit for microprocessor
JPS61118862A (en) Dma controlling system
JPS62145345A (en) Control system for direct memory access interval