JPS5847468Y2 - Microprocessor mutual exclusion circuit - Google Patents

Microprocessor mutual exclusion circuit

Info

Publication number
JPS5847468Y2
JPS5847468Y2 JP12669079U JP12669079U JPS5847468Y2 JP S5847468 Y2 JPS5847468 Y2 JP S5847468Y2 JP 12669079 U JP12669079 U JP 12669079U JP 12669079 U JP12669079 U JP 12669079U JP S5847468 Y2 JPS5847468 Y2 JP S5847468Y2
Authority
JP
Japan
Prior art keywords
microprocessor
signal
circuit
shared resource
microprocessors
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
JP12669079U
Other languages
Japanese (ja)
Other versions
JPS5645951U (en
Inventor
薫 小林
Original Assignee
横河電機株式会社
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 横河電機株式会社 filed Critical 横河電機株式会社
Priority to JP12669079U priority Critical patent/JPS5847468Y2/en
Publication of JPS5645951U publication Critical patent/JPS5645951U/ja
Application granted granted Critical
Publication of JPS5847468Y2 publication Critical patent/JPS5847468Y2/en
Expired legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Description

【考案の詳細な説明】 本考案は2個のマイクロプロセッサが共有スる資源を互
に排除的に操作するための相互排除回路に関するもので
ある。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a mutual exclusion circuit for mutually exclusive operation of resources shared by two microprocessors.

複数のマイクロプロセッサを備えたマイクロプロセッサ
システムにおいて、2個のマイクロプロセッサが共有メ
モリ上にある共有のデータテーブル等の共有資源を操作
しながら処理を行っていくような場合がある。
In a microprocessor system including a plurality of microprocessors, there are cases where two microprocessors perform processing while operating a shared resource such as a shared data table on a shared memory.

このような場合両マイクロプロセッサが互いに排除的に
、即ち同時にこの共有資源を操作しないように、プロセ
ッサ間に相互排除機能が設けられる必要がある。
In such a case, a mutual exclusion function must be provided between the processors so that both microprocessors do not operate on this shared resource mutually exclusive, ie, at the same time.

例えば従来では、共有資源の被使用状況を表示するため
の複数の変数を共有メモリ上の特定領域に用意し、各プ
ロセッサが操作を行う前にこの変数を調べ、共有資源の
使用状況をソフト的に確認している。
For example, in the past, multiple variables were prepared in a specific area on the shared memory to display the usage status of shared resources, and each processor checked these variables before performing an operation to check the usage status of the shared resources using software. We have confirmed that.

このような従来方法ではマイクロプロセッサが共有資源
を操作する必要性が生じると、マイクロプロセッサが上
記共有メモリ上の特定の領域に納められた変数を調べる
ことによって、共有メモリが操作可能であるか否かを知
る。
In such conventional methods, when a microprocessor needs to manipulate a shared resource, it checks whether the shared memory can be manipulated by checking variables stored in a specific area on the shared memory. Know what.

即ち、1つのマイクロプロセッサが共有資源を操作して
いる場合には、このマイクロプロセッサは操作中である
ことを示す値を上記共有メモリ上の領域にある変数に設
定する。
That is, when one microprocessor is operating a shared resource, this microprocessor sets a value indicating that it is operating in a variable in the area on the shared memory.

従って、他のマイクロプロセッサが共有資源を操作しよ
うとしても、初めに特定の領域に納められた変数をこの
他のマイクロプロセッサが調べることにより、他のマイ
クロプロセッサによる共有資源への操作が禁止されてい
ることが分かるため、共有資源が他のマイクロプロセッ
サにより操作されることはない。
Therefore, even if another microprocessor attempts to operate on a shared resource, the other microprocessor first examines the variables stored in a specific area, thereby preventing the other microprocessor from operating on the shared resource. The shared resources are not manipulated by other microprocessors.

またマイクロプロセッサによる共有資源の操作が終了す
ると、共有メモリ上の特定の領域の変数に、不使用中で
あることを示すための値を設定して、他のマイクロプロ
セッサが共有資源を操作可能であることを示しておく。
Furthermore, when a microprocessor finishes operating a shared resource, it sets a value in a variable in a specific area of shared memory to indicate that it is not in use, allowing other microprocessors to operate on the shared resource. Let me show you something.

このように、プログラムによってプロセッサ間の共有資
源の相互排除機能を実現することができるが、この方法
によると各プロセッサが共有資源を使用するたびに、特
定の領域に納められた変数を検査、変更するために一定
のアルゴリズムを実行する必要がある。
In this way, mutual exclusion of shared resources between processors can be achieved through a program, but with this method, each processor inspects and changes variables stored in a specific area each time it uses a shared resource. In order to do so, a certain algorithm must be executed.

また操作終了のたびに、この変数を変更するための一定
のアルゴリズムを実行する必要がある。
Also, after each operation, a certain algorithm must be executed to change this variable.

このため、共有資源の使用の前後で夫々一定な余分の操
作時間(オーバーヘッド)を要し、このため計算機シス
テムの処理時間に大きな影響を与えることになる。
Therefore, a certain amount of extra operation time (overhead) is required before and after using the shared resource, which greatly affects the processing time of the computer system.

本考案は、このような従来技術の欠点を解決するため、
共有メモリをアクセスする際にマイクロプロセッサから
のリクエスト信号を受けてリアルタイム動作を行う、マ
イクロプロセッサ間の相互排除回路の実現を目的として
いる。
The present invention solves the drawbacks of the conventional technology,
The aim is to realize a mutual exclusion circuit between microprocessors that performs real-time operation in response to request signals from microprocessors when accessing shared memory.

第1図は本考案マイクロプロセッサ相互排除回路を用い
たマイクロプロセッサシステムのブロック線図である。
FIG. 1 is a block diagram of a microprocessor system using the microprocessor mutual exclusion circuit of the present invention.

10.20は夫々共有メモリ30を共有する2つのマイ
クロプロセッサであり、マイクロプロセッサ10.20
は夫々のパスライン11.21を介して夫々入出力回路
12,22゜メモIJ13,23等に接続されている。
10.20 are two microprocessors each sharing a shared memory 30; microprocessor 10.20
are connected to the input/output circuits 12, 22 and the memory IJs 13, 23, etc. via respective path lines 11, 21, respectively.

一方マイクロプロセッサ10.20は共有メモリ30を
夫々のパスライン11.21を介して共有しており、パ
スライン11.21には相互排除回路40が接続されて
いる。
On the other hand, the microprocessors 10.20 share a shared memory 30 via respective path lines 11.21, to which a mutual exclusion circuit 40 is connected.

第2図は本考案マイクロフロセッサ相互排除回路の一実
施例を示すブロック線図である。
FIG. 2 is a block diagram showing one embodiment of the microprocessor mutual exclusion circuit of the present invention.

相互排除回路40にはマイクロプロセッサ10.20か
ら、夫々共有資源の操作を要求するリクエスト信号(R
EQl、REQ2)、及び共有資源の操作が終了したこ
とを知らせるリセット信号(R8TI、R8T2;が与
えられ、これらの信号の状態により相互排除回路40は
マイクロプロセッサ10.20の一方に共有メモリの専
有を許可する専有信号GRANT1又はGRANT2を
発生する。
The mutual exclusion circuit 40 receives a request signal (R
EQl, REQ2) and a reset signal (R8TI, R8T2; indicating that the shared resource operation has been completed), and depending on the state of these signals, the mutual exclusion circuit 40 assigns one of the microprocessors 10.20 exclusive use of the shared memory. Generates a proprietary signal GRANT1 or GRANT2 to permit.

相互排除回路40は競合回路41.専有信号発生回路4
2.信号発生回路44を具備している。
Mutual exclusion circuit 40 includes competition circuit 41 . Proprietary signal generation circuit 4
2. A signal generation circuit 44 is provided.

共有メモリ30上の共有資源がマイクロプロセッサ10
,20のいずれか一方に操作されているときは、信号発
生回路44が入力禁止信号Pを競合回路41に供給し、
リクエスト信号REQ1.REQ2の入力を禁止する。
The shared resources on the shared memory 30 are shared by the microprocessor 10.
, 20, the signal generation circuit 44 supplies the input prohibition signal P to the competition circuit 41,
Request signal REQ1. Input of REQ2 is prohibited.

一方共有メモリ30上の共有資源がマイクロプロセッサ
10又は20により操作されていないと、競合回路41
には入力禁止信号Pが供給されず、この時リクエスト信
号REQ 1又はREQ2が競合回路41に供給される
と、リクエスト信号の1つが専有信号発生回路42に供
給される。
On the other hand, if the shared resource on the shared memory 30 is not being operated by the microprocessor 10 or 20, the contention circuit 41
When the input prohibition signal P is not supplied to the input inhibit signal P and the request signal REQ 1 or REQ 2 is supplied to the competition circuit 41 at this time, one of the request signals is supplied to the exclusive signal generation circuit 42 .

専有信号発生回路42は、競合回路41の出力にもとづ
いて、マイクロプロセッサ10又は20の一方に共有資
源の操作を許可する専有信号GRANT1又はGRAN
T2を供給する。
The exclusive signal generation circuit 42 generates an exclusive signal GRANT1 or GRAN that allows one of the microprocessors 10 or 20 to operate the shared resource based on the output of the contention circuit 41.
Supply T2.

また信号発生回路44は、専有信号発生回路42から専
有信号が発生すると同時に、競合回路41に入力禁止信
号Pを供給する。
Further, the signal generation circuit 44 supplies the input prohibition signal P to the competition circuit 41 at the same time that the exclusive signal generation circuit 42 generates the exclusive signal.

マイクロプロセッサ10又は20が共有メモリ30上の
共有資源操作を終了すると、信号発生回路44にリセッ
ト信号R8T1又はR8T2が操作を終了したマイクロ
プロセッサ10又は20より供給され、入力禁止信号P
は消失する。
When the microprocessor 10 or 20 finishes operating the shared resource on the shared memory 30, a reset signal R8T1 or R8T2 is supplied to the signal generation circuit 44 from the microprocessor 10 or 20 that has finished the operation, and an input prohibition signal P is supplied.
disappears.

なお、信号発生回路44は、リセット信号により入力禁
止信号Pを消失させる機能をもたせたものでなく、一定
時間経過後に入力禁止信号Pを消失させる機能を持たせ
たものとすることもできる。
Note that the signal generation circuit 44 does not have the function of making the input prohibition signal P disappear by means of a reset signal, but can also have a function of making the input prohibition signal P disappear after a certain period of time has elapsed.

このように、本考案マイクロプロセッサ相互排除回路4
0は、マイクロプロセッサ10又は20のいずれか一方
よりリクエスト信号が供給されると、当該一方のマイク
ロプロセッサに専有信号を供給し、また一方のマイクロ
プロセッサが共有メモリを操作中に他方のマイクロプロ
セッサよりリクエスト信号を受けても他方のマイクロプ
ロセッサには専有信号を供給しないように機能するもの
である。
In this way, the microprocessor mutual exclusion circuit 4 of the present invention
0 supplies a proprietary signal to the microprocessor 10 or 20 when a request signal is supplied from either one of the microprocessors 10 or 20, and when one microprocessor is operating the shared memory, the other microprocessor Even if it receives a request signal, it functions so as not to supply a proprietary signal to the other microprocessor.

第3図は相互排除回路40の一具体的実施例を示す接続
図である。
FIG. 3 is a connection diagram showing a specific embodiment of the mutual exclusion circuit 40.

端子401,402は夫々マイクロプロセッサ10.2
0よりリクエスト信号REQI、REQ2を受ける端子
、461,462は専有信号GRANT1.GRANT
2を発生する端子、451.452はリセット信号R8
T1.R8T2を受げる端子である。
Terminals 401 and 402 are microprocessor 10.2, respectively.
0 to receive request signals REQI, REQ2, terminals 461, 462 receive exclusive signals GRANT1. GRANT
The terminal that generates 2, 451.452 is the reset signal R8
T1. This is a terminal that receives R8T2.

411,412は3つの入力を有するナンド回路、43
0,450はオア回路、420.440はR−Sフリッ
プフロップである。
411, 412 are NAND circuits with three inputs, 43
0.450 is an OR circuit, and 420.440 is an R-S flip-flop.

ナンド回路411,412の3つの入力は各々端子40
1,402.及びナンド回路412,411の出力、及
びR−Sフリップフロップ440のQ出力と接続される
The three inputs of the NAND circuits 411 and 412 are each connected to the terminal 40.
1,402. and the outputs of the NAND circuits 412 and 411, and the Q output of the R-S flip-flop 440.

ナンド回路411,412の出力はオア回路430に接
続されると同時に、その出力反転値がR−Sフリップフ
ロップ420のセット端子S及びリセット端子Rに接続
される。
The outputs of the NAND circuits 411 and 412 are connected to the OR circuit 430, and at the same time, the inverted output values thereof are connected to the set terminal S and reset terminal R of the R-S flip-flop 420.

R−Sフリップフロップ420のQ出力は端子462に
接続され、Q出力は端子461に接続される。
The Q output of R-S flip-flop 420 is connected to terminal 462 and the Q output is connected to terminal 461.

またオア回路430の出力反転値がR−Sフリップフロ
ップ4400セツト端子Sに接続され、R−Sフリップ
フロップ440のリセット端子Rにはオア回路450の
出力反転値が、オア回路450の入力には端子451,
452が接続される。
Further, the output inversion value of the OR circuit 430 is connected to the set terminal S of the R-S flip-flop 4400, the output inversion value of the OR circuit 450 is connected to the reset terminal R of the R-S flip-flop 440, and the output inversion value of the OR circuit 450 is connected to the input of the OR circuit 450. terminal 451,
452 is connected.

次に第3図に示した相互排除回路の動作について説明す
る。
Next, the operation of the mutual exclusion circuit shown in FIG. 3 will be explained.

第3図の実施例においては、リクエスト信号REQ1.
REQ2にはHレベルの信号が与えられ、専有信号及び
リセット信号は夫々ゝL“レベルの信号であり、 Lレ
ベルであることを示すためにGRハTl、GRAD汀2
及び’R8Tl、R8T2と信号略称の上に棒線を引い
て表示する。
In the embodiment of FIG. 3, the request signals REQ1.
An H-level signal is given to REQ2, and the exclusive signal and reset signal are both L-level signals.
and 'R8Tl, R8T2' are displayed by drawing a bar above the signal abbreviations.

(1)マイクロプロセッサ10.20双方ともに共有資
源の操作を要求していないとき。
(1) When neither microprocessor 10 nor microprocessor 20 requests operation of the shared resource.

リクエスト信号REQI、REQ2は端子401゜40
2に与えられていないため、端子401゜402はLレ
ベルである。
Request signals REQI and REQ2 are connected to terminals 401°40
2, the terminals 401 and 402 are at L level.

R−Sフリップフロップ440はリセット状態であり、
Q出力はHレベルである。
R-S flip-flop 440 is in a reset state,
The Q output is at H level.

従ってR−Sフリップフロップ4200セツト人力S及
びリセット人力RはいずれもLレベルであり、R−Sフ
リップフロップ420は前からの状態を保持している。
Therefore, the set human power S and the reset human power R of the R-S flip-flop 4200 are both at the L level, and the R-S flip-flop 420 maintains its previous state.

従って端子401又は402のいずれかはLレベルを保
っているが、この信号はマイクロフロセッサには読取ら
れない。
Therefore, although either terminal 401 or 402 remains at L level, this signal is not read by the microprocessor.

(2)マイクロプロセッサ10,20の一方より共有資
源の操作を要求するリクエスト信号が発生したとき。
(2) When a request signal requesting operation of a shared resource is generated from one of the microprocessors 10 and 20.

例えばマイクロプロセッサ10よりリクエスト信号RE
Q1が端子401に供給されると、ナンド回路411よ
り Lレベルの出力が発生し、直ちにナンド回路412
のゲートを閉じ、リクエスト信号REQ2の入力が禁止
される。
For example, the request signal RE from the microprocessor 10
When Q1 is supplied to the terminal 401, an L level output is generated from the NAND circuit 411, and immediately the NAND circuit 412
gate is closed, and input of the request signal REQ2 is prohibited.

この時R−Sフリップフロップ420のセット人力Sか
Hレベルとなり、Q出力かLレベルとなり、端子461
より専有信号GRANT1が発生し、マイクロプロセッ
サ10に共有メモリ30上の共有資源の操作を許可する
At this time, the setting force of the R-S flip-flop 420 becomes S or H level, the Q output becomes L level, and the terminal 461
The exclusive signal GRANT1 is generated to permit the microprocessor 10 to operate the shared resources on the shared memory 30.

一方ナンド回路411の′XL“レベルの出力はオア回
路430を介してR−Sフリップフロップ4400セツ
ト人力Sに供給され、Q出力を“L“とじて入力禁止信
号Pを発生し、共有資源が操作中であることを示す。
On the other hand, the ``XL'' level output of the NAND circuit 411 is supplied to the R-S flip-flop 4400 set S through the OR circuit 430, which sets the Q output to ``L'' and generates the input prohibition signal P, thereby disabling the shared resource. Indicates that the operation is in progress.

ゝL“レベルのる出力、即ち入力禁止信号Pはナンド回
路411,412に供給されて、REQI、REQ2の
入力が禁止されるが、R−Sフリップフロップ420の
Q出力はLレベルを保持して、専有信号GRANT1が
マイクロプロセッサ10に供給される。
The output with an L level, that is, the input prohibition signal P, is supplied to the NAND circuits 411 and 412, and the input of REQI and REQ2 is prohibited, but the Q output of the R-S flip-flop 420 maintains the L level. Then, a proprietary signal GRANT1 is supplied to the microprocessor 10.

マイクロプロセッサ10が共有資源の操作を終了すると
、リセット信号R8T1を端子451に供給し、R−S
フリップフロップ440をリセットし、Q出力は、ゝH
“レベルとなる。
When the microprocessor 10 finishes operating the shared resource, it supplies a reset signal R8T1 to the terminal 451, and the R-S
The flip-flop 440 is reset and the Q output is
“It becomes a level.

従って人力禁止信号Pは消失し、ナンド回路411,4
12は共に開かれ、リクエスト信号REQ1又はREQ
2の入力を待つ状態となる。
Therefore, the human power prohibition signal P disappears, and the NAND circuits 411, 4
12 are opened together and the request signal REQ1 or REQ
It will be in the state of waiting for the input of 2.

(3)共有資源が一方のマイクロプロセッサにより操作
されている間に、他方のマイクロプロセッサからリクエ
スト信号が供給される時。
(3) When a shared resource is being operated by one microprocessor while a request signal is provided by the other microprocessor.

例えば上記(2)の場合のように、マイクロプロセッサ
10が共有資源を操作している間は、ナンド回路411
,412は共に閉じられている。
For example, as in case (2) above, while the microprocessor 10 is operating the shared resource, the NAND circuit 411
, 412 are both closed.

従って、他方のマイクロプロセッサ20よりリクエスト
信号REQ2が端子402に供給されても、このリクエ
スト信号REQ2の入力は禁止され、従って専有信号G
RANT2は、マイクロフロセッサ10の操作が終了し
、リセット信号R8T1が端子451に供給するまで発
生しない。
Therefore, even if the request signal REQ2 is supplied to the terminal 402 from the other microprocessor 20, the input of this request signal REQ2 is prohibited, and therefore the exclusive signal G
RANT2 is not generated until the operation of the microprocessor 10 is completed and the reset signal R8T1 is supplied to the terminal 451.

なお、第3図の本考案−実施例において、信号発生回路
としてR−Sフリップフロップ440を用いた例を示し
たが、単安定マルチバイブレータを用い、端子451,
452.オア回路450を省いてもよい。
In the embodiment of the present invention shown in FIG. 3, an example was shown in which the R-S flip-flop 440 was used as the signal generation circuit, but a monostable multivibrator was used and the terminals 451,
452. OR circuit 450 may be omitted.

但しこの場合には、マイクロプロセッサが共有資源を操
作する時間は、単安定マルチバイブレータの時定数によ
って決まる。
However, in this case, the time the microprocessor operates on the shared resource is determined by the time constant of the monostable multivibrator.

従って、このような構成は、共有資源の操作時間が定ま
っているようなマイクロプロセッサシステムにおいて有
効である。
Therefore, such a configuration is effective in a microprocessor system in which the operation time for shared resources is fixed.

さらに、マイクロプロセッサには、アクセスタイムの遅
いメモリなどのためにプロセッサを一時停止させる機能
があり、READYまたはWAI 憎子にゝL“レベル
の信号を供給することによりマイクロプロセッサは動き
が停止される。
Furthermore, the microprocessor has a function to temporarily stop the processor for memory with slow access time, and the microprocessor stops its operation by supplying an "L" level signal to the READY or WAI signal. .

従って、第3図の破線で囲まれた部分47.48の如く
、端子401と461及び端子402と462を入力と
するナンド回路471及び472の出力を、マイクロプ
ロセッサの上記READYまたはWAI バ瑞子に供給
することにより、マイクロプロセッサの相互排除機能を
持たせることができる。
Therefore, as shown in the portions 47 and 48 surrounded by broken lines in FIG. By supplying this, the mutual exclusion function of the microprocessor can be provided.

例えば、マイクロプロセッサ゛lが共有メモリを操作中
に、マイクロプロセッサ20よりリクエスト信号REQ
2が端子402に供給されると、端子402及び462
が共にHレヘルであるため、ナンド回路472の出力は
Lとなり、マイクロプロセッサ20は動作を停止する。
For example, while the microprocessor 1 is operating the shared memory, the microprocessor 20 sends the request signal REQ.
2 is supplied to terminal 402, terminals 402 and 462
Since both are at the H level, the output of the NAND circuit 472 becomes L, and the microprocessor 20 stops operating.

従って、マイクロプロセッサ20は、マイクロプロセッ
サ10が共有資源の操作が終了するまで動作を停止して
、共有資源の操作を待つことになる。
Therefore, the microprocessor 20 stops operating and waits for the operation of the shared resource until the microprocessor 10 completes the operation of the shared resource.

以上述べたように、本考案回路により2台のマイクロプ
ロセッサが互いに排除的にシステムの共有資源を操作す
ることができ、従来の如くプログラムによって共有資源
の使用状態を調べる操作が必要なく、余分な操作時間(
オーバーヘッド)を排除することができるようになる。
As described above, the circuit of the present invention allows two microprocessors to operate the system's shared resources in a mutually exclusive manner, eliminating the need for checking the usage status of shared resources using a program as in the past. Operation time (
overhead) can be eliminated.

また回路構成も簡単であり、その工業上の効果は極めて
大である。
Furthermore, the circuit configuration is simple, and its industrial effects are extremely large.

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

第1図は本考案マイクロプロセッサ相互排除回路を用い
たマイクロプロセッサシステムのブロック線図、第2図
は本考案−実施例のブロック線図、第3図は本考案実施
例の接続図である。 10.20・・−・・・マイクロプロセッサ、11.2
1・・・・・・パスライン、30・・・・・・共有メモ
リ、40・・・・・・相互排除回路、41・・・・・・
競合回路、42・・・・・・専有信号発生回路、44・
・・信号発生回路。
FIG. 1 is a block diagram of a microprocessor system using the microprocessor mutual exclusion circuit of the present invention, FIG. 2 is a block diagram of an embodiment of the present invention, and FIG. 3 is a connection diagram of an embodiment of the present invention. 10.20...Microprocessor, 11.2
1... Pass line, 30... Shared memory, 40... Mutual exclusion circuit, 41...
Competitive circuit, 42... Proprietary signal generation circuit, 44.
...Signal generation circuit.

Claims (1)

【実用新案登録請求の範囲】[Scope of utility model registration request] 2台のマイクロプロセッサが共有する共有資源を互いに
排除的に操作するマイクロプロセッサシステムにおいて
、上記共有資源の操作中に入力禁止信号を出力する信号
発生回路と、上記2台のマイクロプロセッサの一方又は
双方より出力される共有資源の操作要求をするリクエス
ト信号及び上記状態信号を受は上記状態信号が共有資源
の操作中を表わしていると上記リクエスト信号の入力を
禁止し操作中でないことを表わしていると上記リクエス
ト信号の1つを入力する競合回路と、上記競合回路の出
力により上記2台のマイクロプロセッサの一方に共有資
源の専有を許可する専有信号を発生する専有信号発生回
路とを具備し、上記2台のマイクロプロセッサのいずれ
か一方よりリクエスト信号が供給されると、当該一方の
マイクロプロセッサに専有信号を供給し、一方のマイク
ロプロセッサが共有資源を操作中に他方のマイクロプロ
セッサよりリクエスト信号を受けても当該他方のマイク
ロプロセッサには専有信号を供給しないことを特徴とし
たマイクロプロセッサ相互排除回路。
In a microprocessor system in which a shared resource shared by two microprocessors is operated in a mutually exclusive manner, a signal generation circuit outputs an input prohibition signal during operation of the shared resource, and one or both of the two microprocessors. When the status signal indicates that the shared resource is being manipulated, the input of the request signal is prohibited, indicating that the shared resource is not being manipulated. and a competition circuit that inputs one of the request signals, and an exclusive signal generation circuit that generates an exclusive signal that allows one of the two microprocessors to monopolize the shared resource based on the output of the competition circuit, When a request signal is supplied from one of the two microprocessors mentioned above, a proprietary signal is supplied to that one microprocessor, and while one microprocessor is operating a shared resource, a request signal is received from the other microprocessor. A microprocessor mutual exclusion circuit characterized in that even if a proprietary signal is received by the other microprocessor, the exclusive signal is not supplied to the other microprocessor.
JP12669079U 1979-09-13 1979-09-13 Microprocessor mutual exclusion circuit Expired JPS5847468Y2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12669079U JPS5847468Y2 (en) 1979-09-13 1979-09-13 Microprocessor mutual exclusion circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12669079U JPS5847468Y2 (en) 1979-09-13 1979-09-13 Microprocessor mutual exclusion circuit

Publications (2)

Publication Number Publication Date
JPS5645951U JPS5645951U (en) 1981-04-24
JPS5847468Y2 true JPS5847468Y2 (en) 1983-10-29

Family

ID=29358581

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12669079U Expired JPS5847468Y2 (en) 1979-09-13 1979-09-13 Microprocessor mutual exclusion circuit

Country Status (1)

Country Link
JP (1) JPS5847468Y2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4587609A (en) * 1983-07-01 1986-05-06 Honeywell Information Systems Inc. Lockout operation among asynchronous accessers of a shared computer system resource

Also Published As

Publication number Publication date
JPS5645951U (en) 1981-04-24

Similar Documents

Publication Publication Date Title
JPH0354375B2 (en)
JPS5847468Y2 (en) Microprocessor mutual exclusion circuit
JPS5864528A (en) Data transfer system of plural microprocessors
US4180855A (en) Direct memory access expander unit for use with a microprocessor
JPH02500692A (en) Integration of computational elements in multiprocessor computers
JPS62154045A (en) Bus arbitration system
JPH10320349A (en) Processor and data transfer system using the processor
JPH04323755A (en) Dma device
JPS61183763A (en) Bus controlling system
JPH03240859A (en) Multiprocessor shared resource control system
JPH01211161A (en) Information processor
JPH01310466A (en) Multiprocessor system
JPH0374759A (en) Multiprocessor system
JPH04127260A (en) Exclusive control circuit for multiprocessor system
JPS63181040A (en) High load state generating system
JPS61187006A (en) Programmable controller
JPS58101357A (en) Control circuit for common memory
JPS6152766A (en) Multi-processor control system
JPH0354374B2 (en)
JPH0679306B2 (en) Multiprocessor control method
JPS61109167A (en) Multi-micro cpu control system
JPS63261451A (en) Multiport memory controller
JPH01108668A (en) Shared memory interface circuit
JPS63231662A (en) Bus control circuit
JPH04653A (en) Bus arbitrating system