JPS60254268A - Selection system of microprogram data - Google Patents

Selection system of microprogram data

Info

Publication number
JPS60254268A
JPS60254268A JP59111226A JP11122684A JPS60254268A JP S60254268 A JPS60254268 A JP S60254268A JP 59111226 A JP59111226 A JP 59111226A JP 11122684 A JP11122684 A JP 11122684A JP S60254268 A JPS60254268 A JP S60254268A
Authority
JP
Japan
Prior art keywords
control
program
common
input
interface
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
JP59111226A
Other languages
Japanese (ja)
Inventor
Shuichi Seki
修一 関
Shinji Tachika
田近 信治
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 JP59111226A priority Critical patent/JPS60254268A/en
Publication of JPS60254268A publication Critical patent/JPS60254268A/en
Pending 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/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/385Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)

Abstract

PURPOSE:To prevent difficulty at operation of a main program despite of a slow answer of an I/O device by controlling an I/O interface via various I/O interface control parts and performing other processes through a common control part. CONSTITUTION:A common program control part 1 decides the input/output conditions, etc. of a central controller and an I/O device and produces a head address of a microprogram stored in a common memory 3 to send it to a common program control sequencer 2. An I/O program selection part 7 decides the input/ output conditions of various I/O devices and produces the head addresses of the microprograms stored in the I/Oa and I/Oj control program memories 9 and 11, etc. An I/O control interruption signal generating part 12 outputs an interruption signal to a common control program and uses properly the program 3 and an I/O control program for execution of transfer of data to the I/O device.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子交換機等に於いて制御手順は同一であるが
タイミングが異なる各種の入出力機器を制御する場合に
使用されるマイクロプログラムの制御用データ選択方式
に関するものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention is directed to the control of microprograms used to control various input/output devices in electronic exchanges, etc., which have the same control procedure but different timing. This relates to a data selection method.

〔従来の技術〕[Conventional technology]

一般にマイクロプログラムを使用する装置に於いて、成
るI10装置に対し制御信号を出した時直ちに応答信号
がある場合と、制御信号を出してから成る時間経過して
応答がある場合がある。
In general, in devices using microprograms, there are cases in which a response signal is immediately received when a control signal is issued to the I10 device, and cases in which a response is received after a period of time has elapsed since the control signal was issued.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

第3図は制御信号を出してから成る時間経過して応答が
ある場合の一つの制御手順を示すフローチャートであり
、第4図は他の制御手順を示すフローチャートである。
FIG. 3 is a flowchart showing one control procedure when a response is received after the elapse of time after the control signal is issued, and FIG. 4 is a flowchart showing another control procedure.

第3図のフローチャートではI10装置とのインタフェ
イスが確定した後、制御信号Aが出ると対応したI10
装置からの応答信号の有無を調べる。若し未だ応答がな
い場合には此のフローを何回も繰り返す。其のフローを
何回も繰り返すことにより時間が経過し、やがて応答が
あると次のフローに移り制御信号Bを出し同様な動作を
行うと云う制御手順を採っている。
In the flowchart of FIG. 3, after the interface with the I10 device is established, when the control signal A is output, the corresponding I10
Check whether there is a response signal from the device. If there is no response yet, this flow is repeated many times. The control procedure is such that time elapses by repeating that flow many times, and when a response is received, the flow moves to the next flow and a control signal B is issued to perform the same operation.

第4図のフローチャートではI10装置とのインタフェ
イスが確定した後、制御信号Aが出ると同様に対応した
I10装置からの応答信号の有無を調べ、若し無い場合
にはタイマをセットし、監視タイミングオーバーか否か
を調べ、監視タイミングオーバーでない場合には再び元
に戻り、此のフローを繰り返し、タイマの設定時間内に
応答があれば次のフローに移り、若し監視タイミングオ
ーバーの場合は監視タイミングオーバー処理のフローに
移る。
In the flowchart in Figure 4, after the interface with the I10 device is established, when control signal A is issued, the presence or absence of a response signal from the corresponding I10 device is checked in the same way, and if there is no response signal, a timer is set and monitored. Check whether the timing is over or not, and if the monitoring timing is not over, return to the original state and repeat this flow. If there is a response within the timer setting time, move on to the next flow, and if the monitoring timing is over, Moving on to the flow of monitoring timing over processing.

第3図の場合は応答が有る迄他処理は不可能であり、第
4図の場合は成る一定時間内他処理は不可能(特にデー
タ転送速度の遅いI10装置の場合は問題である)とな
ると云う欠点があった。
In the case of Fig. 3, other processing is impossible until there is a response, and in the case of Fig. 4, other processing is impossible within a certain period of time (this is a problem especially in the case of I10 devices with slow data transfer speeds). There was a drawback.

〔問題点を解決するための手段〕[Means for solving problems]

問題点を解決するための手段は、通信又は制御手順が同
一で各種タイミングが異なる複数個の入出力機器を制御
する装置に於いて、前記通信又は制御手順等の共通プロ
グラムは共通制御プログラムメモリに格納し、該入出力
機器により異なるタイミングデータは該入出力機器用制
御データメモリを設けて格納し、インタフェイスを取ろ
うとする該入出力機器のアドレスにより該入出力機器に
対応する前記タイミングデータを取り出して制御を行う
マイクロプログラムデータ選択方式により達成される。
A means for solving the problem is that in a device that controls a plurality of input/output devices with the same communication or control procedure but different timings, a common program such as the communication or control procedure is stored in a common control program memory. The timing data that differs depending on the input/output device is stored in a control data memory for the input/output device, and the timing data corresponding to the input/output device is stored according to the address of the input/output device with which an interface is to be established. This is achieved by a microprogram data selection method that retrieves and controls.

〔作用〕[Effect]

本発明は共通制御部と各種I10インタフェイス制御部
を設け、共通制御部内の共通制御プログラムメモリに通
信又は制御手順等の共通プログラムを格納し、各種I1
0インタフェイス制御部内の制御データメモリにI10
装置毎に異なるタイミングデータを夫々格納し、各fj
Tf110インタフェイス制御部は夫々自己のI10イ
ンクフェイス制御を実行し、共通制御部は其の他の処理
例えばCCインタフェイスl1il目卸、I10インタ
フェイス起動制御等を行うことにより、I10装置の応
答が遅い場合にもメインプログラムの動作に支障を来す
ことがないと云う利点が生ずる。
The present invention includes a common control section and various I10 interface control sections, stores common programs such as communication or control procedures in a common control program memory in the common control section, and stores various I10 interface control sections.
I10 is stored in the control data memory in the 0 interface control unit.
Different timing data is stored for each device, and each fj
Each Tf110 interface control unit executes its own I10 ink face control, and the common control unit performs other processes such as CC interface l1il inventory and I10 interface startup control, so that the response of the I10 device is controlled. This has the advantage that even if the program is slow, it does not interfere with the operation of the main program.

〔実施例〕〔Example〕

第1図は本発明に依るマイクロプログラムデータ選択方
式の一実施例を説明する図である。
FIG. 1 is a diagram illustrating an embodiment of a microprogram data selection method according to the present invention.

第2図は第1図の動作を説明するフローチャートの一実
施例を示す。
FIG. 2 shows an embodiment of a flowchart explaining the operation of FIG.

第1図に於いて、l10a”−Ilojは夫々入出力機
器(I10装置)である。
In FIG. 1, I10a"-Iloj are input/output devices (I10 devices), respectively.

共通プログラム制御部1は中央制御装置CC(図示され
ていない)、及びI10装置の入出力条ゝ 件等を判定
し、共通プログラムメモリ3内に格納されているマイク
ロプログラムの先頭アドレスを発生し、共通プログラム
制御用シーケンサ2に送出する機能を持つ。
The common program control unit 1 determines the input/output conditions of the central control unit CC (not shown) and the I10 device, generates the start address of the microprogram stored in the common program memory 3, It has a function of sending data to the sequencer 2 for common program control.

共通プログラム制御用シーケンサ2は共通プログラムメ
モリ3内に格納されているマイクロプログラムの制御を
行う。
The common program control sequencer 2 controls microprograms stored in the common program memory 3.

共1ffiプログラムメモリ3にはCCインタフェイス
制御、I10装置と中央制御袋Wc’c間のデータ転送
等の共1ff1マイクロプログラムが格納されている。
The common 1ffi program memory 3 stores common 1ff1 microprograms for CC interface control, data transfer between the I10 device and the central control bag Wc'c, etc.

共通制御メモリ用レジスタ4は共通プログラムメモリ3
から読み出されたマイクロプログラムタイミングを内部
論理に合う様タイミングを取り直す為に使用されている
Common control memory register 4 is common program memory 3
It is used to re-timing the microprogram timing read from the memory to match the internal logic.

尚共imプログラム制御部1、共通プログラム制御用シ
ーケンサ2、及び共通プログラムメモリ3を一括して共
通制御部と呼ぶ。
The common im program control section 1, the common program control sequencer 2, and the common program memory 3 are collectively referred to as a common control section.

共通制御メモリ用レジスタ4はマイクロプログラムデー
タのタイミングを内部の論理に合うようにタイミングを
取り直すためのものである。
The common control memory register 4 is for resetting the timing of microprogram data to match the internal logic.

CCインタフェイス部6は中央制御装置CCとのインタ
フェイスを取る機能を持つ。
The CC interface unit 6 has a function of interfacing with the central control unit CC.

各種I10プログラム選択部7は各種I10装置の入出
力条件等を判定して後述するl10a制御プログラムメ
モリ9、l10j制御プログラムメモリ11等に格納さ
れているマイクロプログラムの先頭アドレスを発生する
Various I10 program selection sections 7 determine the input/output conditions of various I10 devices, and generate starting addresses of microprograms stored in I10a control program memory 9, I10j control program memory 11, etc., which will be described later.

l10a市1■卸プログラムメモリ9にはl10a用の
タンミングデータ等が格納され、l10aプログラム制
御用シーケンサ8はl10aインクフエイス制御プログ
ラムを実行する。
l10a City 1 ■ Wholesale program memory 9 stores tamming data and the like for l10a, and l10a program control sequencer 8 executes the l10a ink face control program.

I / Oj !’11卸フ゛ログラムメモリ11には
I / Oj用のタンミングデータ等が格納され、l1
0j ブログラム制御用シーケンサ10はI / Oj
 インタフェイス制御プログラムを実行する。
I/Oj! '11 wholesale program memory 11 stores I/Oj tuning data, etc.
0j Program control sequencer 10 is I/Oj
Execute the interface control program.

尚l10aプログラム制御用シーケンサ8及びl10a
制御プログラムメモリ9をl10aインタフ工イス制御
部、l10jプログラム制御用シーケンサ10及びl1
0j制御プログラムメモリ11をl10j インタフェ
イス制御部と夫々呼ぶ。
In addition, l10a program control sequencer 8 and l10a
The control program memory 9 is connected to the l10a interface control unit, l10j program control sequencer 10 and l1.
The 0j control program memories 11 are respectively referred to as l10j interface control units.

又オア回路18はl10a制御プログラムメモリ9〜l
10j制御プログラムメモリ11の各出力の論理和を取
る回路である。
Also, the OR circuit 18 is connected to the l10a control program memory 9 to l10a.
10j This circuit calculates the logical sum of each output of the control program memory 11.

各種l101ti!J御割込信号発生部12は共通制御
プログラムに対し割込信号を出しI10装置へのデータ
転送を実行させる等の共通制御プログラムとI10制御
プログラムの使い分けを行う。
Various l101ti! The J control interrupt signal generating section 12 issues an interrupt signal to the common control program to execute data transfer to the I10 device, and uses the common control program and the I10 control program.

各種I10制御メモリ用レジスタ13はマイクロプログ
ラムデータのタイミングをI10インタフェイスのタイ
ミングに合う様タイミングの取り直しを行う。
The various I10 control memory registers 13 re-timing the microprogram data to match the timing of the I10 interface.

各種I10用タグ線受信部14は各種I10装置からの
応答信号を受信し、ポーリング状態を判別して結果を各
種I10プログラム選択部7に送出する。
The various I10 tag line receiving sections 14 receive response signals from various I10 devices, determine the polling state, and send the results to the various I10 program selection sections 7.

各種I10割込割込側御部15はI10装置a〜jの割
込みを検出し、a −jの番号を判別する。
The various I10 interrupt interrupt control units 15 detect the interrupts of the I10 devices a to j, and determine the numbers of a to j.

各種I10制御以外の論理部16は中央制御装置CCと
各種I10装置間のデータ送受信を行う。
The logic section 16 other than the various I10 controls transmits and receives data between the central controller CC and the various I10 devices.

信号送出回路5はI10インタフェイスバス19に対し
信号を送出する回路で、信号受信回路17はI10イン
タフェイスバス19から信号を受信する回路である。
The signal sending circuit 5 is a circuit that sends signals to the I10 interface bus 19, and the signal receiving circuit 17 is a circuit that receives signals from the I10 interface bus 19.

以下第1図、及び第2図に従って本発明の詳細な説明す
る。
The present invention will be described in detail below with reference to FIGS. 1 and 2.

第2図に示す様に、フローチャートは(a)メインプロ
グラム(共通制御プログラム)と、(blサブプログラ
ム(I10制御プログラム)から構成される。尚第2図
ではI / Ojのプログラムのみが書かれているが、
其の他のl10a等のプログラムも用意されているもの
とする。
As shown in Figure 2, the flowchart consists of (a) the main program (common control program) and the (bl subprogram (I10 control program). In Figure 2, only the I/Oj program is written. Although,
It is assumed that other programs such as l10a are also prepared.

先づメインプログラムに於いてT10j装置とのインタ
フェイスが確定するとl10j インタフェイス制御部
が起動しているか否かを調べる。
First, when the interface with the T10j device is determined in the main program, it is checked whether the l10j interface control unit is activated.

若し起動していればT10j インタフェイス制御プロ
グラム起動アドレスを設定し、次のメインプログラムに
移行する。
If it has started, T10j sets the interface control program start address and moves to the next main program.

110j インタフェイス制御プログラム起動アドレス
の設定により、サブプログラムがスタートし、l10j
 インタフェイス制御部のl10j プログラム制御用
シーケンサ10はl10j制御プロ、グラムメモ1月1
に格納されているI 10j ’インタフェイス制御プ
ログラムに従って制御信号Aを送出して応答信号が有る
か否かを調べ、若し無ければ前述した様に応答がある迄
此れを繰り返す。
110j The subprogram starts by setting the interface control program start address, and l10j
The l10j program control sequencer 10 of the interface control unit is the l10j control program, and the program memo January 1
According to the I10j' interface control program stored in the I10j' interface control program, the control signal A is sent out to check whether there is a response signal or not, and if there is no response signal, this process is repeated as described above until a response is received.

此の場合も従来の技術の項で述べた様にタイマを使用す
る方法をとることも出来る。
In this case, it is also possible to use a timer as described in the prior art section.

若し応答が有れば制御信号Bを送出する。制御信号Aの
場合と同様に応答信号が有るか否かを調べ、若し無けれ
ば前述した様に応答がある迄此れを繰り返し、若し有れ
ば次に移る。
If there is a response, control signal B is sent. As in the case of control signal A, it is checked whether there is a response signal or not. If not, this process is repeated until there is a response as described above, and if there is, the process moves to the next step.

次にT10j装置に対するデータ転送が有るか無いかを
調べ、若し有る時は各種I10制御メモリ用レジスタ1
3をセントし、各種I10制御割込信号発生部I2が動
作して共通プログラム制御部1に対し割込信号を送出し
てl10jへのデータ転送等の実行を要求し、共通制御
部からのデータ転送終了信号が来るのを待つ。
Next, check whether there is data transfer to the T10j device or not, and if there is, check the various I10 control memory registers 1.
3 cents, the various I10 control interrupt signal generation units I2 operate and send interrupt signals to the common program control unit 1 to request execution of data transfer to l10j, etc., and the data from the common control unit Wait for the transfer end signal to arrive.

一方メインプログラムに対する割込みが行われると共通
制御部は共通プログラムメモリ3に格納されているプロ
グラムに従いデータ転送等の動作を実行し、終了すると
各種I10プログラム選択部7経由110j インタフ
ェイス制御部に対し終了信号を出す。
On the other hand, when an interrupt is made to the main program, the common control section executes operations such as data transfer according to the program stored in the common program memory 3, and when it is finished, the end is sent to the interface control section 110j via various I10 program selection sections 7. give a signal.

■10jインタフェイス制御部は共通制御部からデータ
転送終了の信号を受信すると、データ転送終了後のl1
0jからの報告が有るか無いかを調べる。若し無ければ
此の動作を繰り返す。
■When the 10j interface control unit receives the data transfer end signal from the common control unit, it
Check to see if there are any reports from 0j. If not, repeat this operation.

l10jから報告が有ると、各種I10割込割込側御部
15は此の割込み信号を検出し、I10番号番号検出し
、各種I10プログラム選択部7経由110j インタ
フェイス制御部に対し報告し、l10j インタフェイ
ス制御部は各種I10制御割込信号発生部12を駆動し
て共通プログラム制御部1に対し割込信号を送出して割
込み、CCに対し報告結果のデータを転送する。
When a report is received from l10j, the various I10 interrupt side control units 15 detect this interrupt signal, detect the I10 number, and report it to the interface control unit 110j via the various I10 program selection units 7. The interface control section drives the various I10 control interrupt signal generation sections 12, sends interrupt signals to the common program control section 1 to interrupt, and transfers report result data to the CC.

此の様に各種のI10インタフェイス制御部によりI1
0インタフェイス制御を実行し、共通制御部は其の他の
処理を行うので、特定のIloの応答が遅いことに関係
なくメインプログラムは進行する。
As shown above, I1 is controlled by various I10 interface control units.
0 interface control, and the common control unit performs other processing, so the main program proceeds regardless of the slow response of a particular Ilo.

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

以上詳細に説明した様に本発明によれば、■10装置の
応答が遅い場合にもメインプログラムの動作に支障を来
すことがないマイクロプログラムデータ選択方式を実現
出来ると云う大きい効果がある。更に各種I10装置の
多重処理中に障害が発生しても各種I10装置毎の動作
状況が容易につかめるため保守上大変便利である。
As described above in detail, the present invention has the great effect of realizing a microprogram data selection method that does not interfere with the operation of the main program even when the response of the 10 device is slow. Furthermore, even if a failure occurs during multiple processing of various I10 devices, the operating status of each of the various I10 devices can be easily grasped, which is very convenient for maintenance.

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

第1図は本発明に依るマイクロプログラムデータ選択方
式の一実施例を説明する図である。 第2図は第1図の動作を説明するフローチャートの一実
施例を示す。 第3図は制御信号を出してから成る時間経過して応答が
ある場合の一つの制御手順を示すフローチャートである
。 第4図は制御信号を出してから成る時間経過して応答が
ある場合の他の制御手順を示すフローチャートである。 図中、l10a〜■10jは夫々I10装置、1は共通
プログラム制御部、2は共通プログラム制御用シーケン
サ、3は共通プログラムメモリ、4は共通制御メモリ用
レジスタ、5は信号送出回路、6はCCインタフェイス
部、7は各種!10プログラム選択部、8はl10aプ
ログラム制御用シーケンサ、9はl10a制御プログラ
ムメモリ、10はl10j プログラム制御用シーケン
サ、11はl10j制御プログラムメモリ、12は各種
■10制御割込信号発生部、13は各種I10制御メモ
リ用レジスタ、14は各種I10用タグ線受信部、15
は各種I10割込割込側御部、16は各種110制御以
外の論理部、17は信号受信回路、18はオア1 回路、19はI10インタフ゛エイスバスである。 2 隼2図 特開昭GO−254268(5) 竿3図
FIG. 1 is a diagram illustrating an embodiment of a microprogram data selection method according to the present invention. FIG. 2 shows an embodiment of a flowchart explaining the operation of FIG. 1. FIG. 3 is a flowchart showing one control procedure when a response is received after a period of time has elapsed since the control signal was issued. FIG. 4 is a flowchart showing another control procedure when a response is received after a period of time has elapsed since the control signal was issued. In the figure, 110a to 10j are I10 devices, 1 is a common program control unit, 2 is a common program control sequencer, 3 is a common program memory, 4 is a register for common control memory, 5 is a signal sending circuit, and 6 is a CC Interface part 7 is various! 10 program selection unit, 8 a sequencer for l10a program control, 9 l10a control program memory, 10 a sequencer for l10j program control, 11 l10j control program memory, 12 various types; 10 control interrupt signal generation unit, 13 various types I10 control memory register, 14 is various I10 tag line receiving section, 15
16 is a logic unit other than various 110 control units, 17 is a signal receiving circuit, 18 is an OR1 circuit, and 19 is an I10 interface bus. 2 Hayabusa 2 figure JP-A-Sho GO-254268 (5) Rod 3 figure

Claims (1)

【特許請求の範囲】[Claims] 通信又は制御手順が同一で各種タイミングが異なる複数
個の入出力機器を制御する装置に於いて、前記通信又は
制御手順等の共通プログラムは共通制御プログラムメモ
リに格納し、該入出力機器により異なるタイミングデー
タは該入出力機器用制御データメモリを設けて格納し、
インクフェイスを則ろうとする該入出力機器のアドレス
により該入出力機器に対応する前記タイミングデータを
取り出して制御を行うことを特徴とするマイクロプログ
ラムデータ選択方式。
In a device that controls multiple input/output devices with the same communication or control procedure but different timing, a common program such as the communication or control procedure is stored in a common control program memory, and the timing differs depending on the input/output device. Data is stored by providing a control data memory for the input/output device,
A microprogram data selection method characterized in that the timing data corresponding to the input/output device is extracted and controlled based on the address of the input/output device whose ink face is to be followed.
JP59111226A 1984-05-31 1984-05-31 Selection system of microprogram data Pending JPS60254268A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59111226A JPS60254268A (en) 1984-05-31 1984-05-31 Selection system of microprogram data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59111226A JPS60254268A (en) 1984-05-31 1984-05-31 Selection system of microprogram data

Publications (1)

Publication Number Publication Date
JPS60254268A true JPS60254268A (en) 1985-12-14

Family

ID=14555739

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59111226A Pending JPS60254268A (en) 1984-05-31 1984-05-31 Selection system of microprogram data

Country Status (1)

Country Link
JP (1) JPS60254268A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0443451A (en) * 1990-06-08 1992-02-13 Nec Corp Peripheral controller

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0443451A (en) * 1990-06-08 1992-02-13 Nec Corp Peripheral controller

Similar Documents

Publication Publication Date Title
US6078970A (en) System for determining adapter interrupt status where interrupt is sent to host after operating status stored in register is shadowed to host memory
KR100267130B1 (en) Pci bus system
US20070240011A1 (en) FIFO memory data pipelining system and method for increasing I²C bus speed
JPH04312160A (en) Multiprocessor system and its message transmission and reception controller
JPH10260849A (en) Information processor and interrupt controlling method
JPS60254268A (en) Selection system of microprogram data
JP2734246B2 (en) Pipeline bus
JP2922342B2 (en) Interrupt control device
JP2679440B2 (en) Information processing device
JPH0752384B2 (en) Printer device
JP2954006B2 (en) Emulation device and emulation method
JP2563082Y2 (en) Pseudo communication control device
JP2002215418A (en) Logic verifying device by cooperation simulation
JPH0196749A (en) Communication controlling device
JPH0452746A (en) Input/output command issuing system for information processing system
JPS58121468A (en) Multiprocessor device
JPH0668005A (en) Data transfer system
JPH05100966A (en) Forced command conclusion system
JPS62117054A (en) Confirmation system for state of input and output device
JPH0492945A (en) Connection control system for input/output controller
JPH02249050A (en) Data transfer control circuit
GB2083667A (en) Improvements in or relating to control units for input-output modules in electronic processors
KR19990040856A (en) Processor motion controller
JPS61213960A (en) Data transmission system between cpus
JPH01292451A (en) Information processor