JPH04326125A - Information processor - Google Patents

Information processor

Info

Publication number
JPH04326125A
JPH04326125A JP12246191A JP12246191A JPH04326125A JP H04326125 A JPH04326125 A JP H04326125A JP 12246191 A JP12246191 A JP 12246191A JP 12246191 A JP12246191 A JP 12246191A JP H04326125 A JPH04326125 A JP H04326125A
Authority
JP
Japan
Prior art keywords
control
register
address
central control
information
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
JP12246191A
Other languages
Japanese (ja)
Inventor
Shoshiro Ono
大野 正志郎
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 Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP12246191A priority Critical patent/JPH04326125A/en
Publication of JPH04326125A publication Critical patent/JPH04326125A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To speed up control over the processor by a microprogram. CONSTITUTION:This processor is provided with a central control storage 1 which controls the whole processor and a local control storage 9 which controls parts 6.1-6.n of the processor respectively. Actuation information (address) is supplied to the central control storage 1 from outside or the local control storage 9 and actuation information is supplied to the local control storage 9 from outside or the central control storage 1. A process which needs to be performed fast can be controlled by actuating the local control storage 9, so the process can be performed fast.

Description

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

【0001】0001

【技術分野】本発明は情報処理装置に関し、特にマイク
ロプログラムにより動作する情報処理装置に関するもの
である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing device, and more particularly to an information processing device that operates using a microprogram.

【0002】0002

【従来技術】従来、マイクロプログラムにより制御され
る情報処理装置では、処理する装置に対して1つの制御
記憶が設けられており、その制御記憶の出力からその装
置の制御を行っている。また、制御ポイントの多い装置
では、制御記憶の出力をデコードしてそのデコード出力
により制御を行うようになっている。
2. Description of the Related Art Conventionally, in an information processing apparatus controlled by a microprogram, one control memory is provided for the processing apparatus, and the apparatus is controlled from the output of the control memory. Furthermore, in a device having many control points, the output of the control memory is decoded and control is performed based on the decoded output.

【0003】図5はかかる従来のマイクロプログラム制
御方式を示すブロック図である。50はマイクロプログ
ラムを格納する制御記憶である。51は制御記憶50の
アドレスを保持するレジスタである。56は制御記憶5
0にアドレスを供給するセレクタである。52は制御記
憶50の出力を受けるレジスタである。53〜55はデ
コーダであり、制御記憶レジスタ52の出力をデコード
して夫々対応するデータ処理部を制御する。
FIG. 5 is a block diagram showing such a conventional microprogram control system. 50 is a control memory that stores microprograms. 51 is a register that holds the address of the control memory 50; 56 is control memory 5
This is a selector that supplies an address to 0. 52 is a register that receives the output of the control memory 50; Decoders 53 to 55 decode the output of the control storage register 52 to control the corresponding data processing sections.

【0004】始めに、命令開始時に外部より制御記憶起
動アドレスが与えられ、アドレス供給セレクタは制御記
憶起動アドレスを選択して制御アドレスレジスタ51に
セットする。次に、制御アドレスレジスタ51の内容を
アドレスとした制御記憶50の情報を制御記憶レジスタ
52にセットすると共に、次制御記憶アドレスとして制
御記憶アドレスレジスタ51に制御記憶50の情報の一
部をセットする。
First, at the start of an instruction, a control memory activation address is externally applied, and the address supply selector selects the control storage activation address and sets it in the control address register 51. Next, information in the control memory 50 with the contents of the control address register 51 as an address is set in the control memory register 52, and a part of the information in the control memory 50 is set in the control memory address register 51 as the next control memory address. .

【0005】一方、制御記憶レジスタ52にセットされ
ている情報の一部を制御デコーダ53〜55はデコード
し、これ等の出力は情報処理装置の各部を制御するのに
使用される。
On the other hand, control decoders 53 to 55 decode part of the information set in the control storage register 52, and their outputs are used to control each part of the information processing device.

【0006】近年、LSIの高集積化、ゲート遅延の高
速化が進むと共に、マシンサイクルを短くすることによ
る処理速度の高速化が試みられている。ところが、LS
Iの高集積化に比べて高速メモリの高集積化は遅れてい
るのが現状である。そのため、装置において、制御記憶
用のメモリの占める割合が実際の演算等を行う回路に比
べて大きくなりつつある。
In recent years, as LSIs have become more highly integrated and gate delays have become faster, attempts have been made to increase processing speed by shortening machine cycles. However, L.S.
At present, the increase in the degree of integration of high-speed memories lags behind the increase in the degree of integration of high-speed memories. Therefore, in devices, the proportion of memory for control storage is becoming larger than that of circuits that perform actual calculations.

【0007】この様な点をふまえて、従来の延長上でマ
イクロプログラムにより動作する情報処理装置を考える
と図6の様になる。図6において図5と比べて異なる点
は、制御記憶レジスタ52から制御デコーダ53〜55
に制御情報を転送するとき、制御記憶レジスタ60〜6
2で夫々1回中継する点である。
[0007] Taking these points into consideration, if we consider an information processing apparatus that operates by a microprogram as an extension of the conventional system, it will be as shown in FIG. 6. The difference in FIG. 6 compared to FIG. 5 is that from the control storage register 52 to the control decoders 53 to 55
When transferring control information to the control storage registers 60-6
2, each relay is relayed once.

【0008】これは、前述したように、制御記憶50の
占める割合が大きくなった事により、従来とマシンサク
ル比で考えて制御される側と制御記憶との間が距離的に
遠くなったためである。この様な構成では、制御記憶か
らの制御情報が処理部まで届くのに1マシンサイクル遅
くなるので、マイクロプログラムで分岐命令を実行する
場合に処理が遅くなる。
This is because, as mentioned above, the ratio occupied by the control memory 50 has increased, and the distance between the controlled side and the control memory has become longer compared to the conventional machine cycle ratio. . In such a configuration, it takes one machine cycle for the control information from the control memory to reach the processing unit, which slows down the processing when executing a branch instruction in a microprogram.

【0009】[0009]

【発明の目的】本発明の目的は、処理速度の向上を図っ
たマイクロプログラム制御による情報処理装置を提供す
ることである。
OBJECTS OF THE INVENTION It is an object of the present invention to provide an information processing device controlled by a microprogram that improves processing speed.

【0010】0010

【発明の構成】本発明によれば、マイクロプログラムに
より動作する情報処理装置であって、装置全体を制御す
るための中央制御記憶手段と、装置の一部を制御するた
めの少なくとも1つのローカル制御記憶手段と、外部ま
たは前記ローカル制御記憶手段から出力される制御情報
に従って前記中央制御記憶手段を起動制御する手段と、
外部または前記中央制御記憶制御手段から出力される起
動情報に従って前記ローカル制御記憶手段を起動制御す
る手段とを含むことを特徴とする情報処理装置が得られ
る。
SUMMARY OF THE INVENTION According to the present invention, there is provided an information processing device that operates according to a microprogram, which includes a central control storage means for controlling the entire device, and at least one local control device for controlling a part of the device. storage means, and means for controlling activation of the central control storage means in accordance with control information output from an external or local control storage means;
There is obtained an information processing apparatus characterized in that the information processing apparatus includes means for controlling activation of the local control storage means in accordance with activation information output from an external or central control storage control means.

【0011】[0011]

【実施例】以下、図面を用いて本発明の実施例を説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Examples of the present invention will be described below with reference to the drawings.

【0012】図1は本発明の実施例のブロック図である
。1は中央制御記憶であり、全ての処理部を制御するこ
とができるマイクロプログラムが格納されている大容量
メモリである。
FIG. 1 is a block diagram of an embodiment of the present invention. Reference numeral 1 denotes a central control memory, which is a large-capacity memory in which a microprogram capable of controlling all processing units is stored.

【0013】2は中央制御記憶1の出力がセットされる
レジスタである。3は中央制御記憶2の読出しアドレス
レジスタである。4は中央制御記憶のアドレスを選択し
中央制御記憶に供給するアドレス供給セレクタである。
Reference numeral 2 is a register in which the output of the central control memory 1 is set. 3 is a read address register of the central control memory 2; 4 is an address supply selector which selects an address of the central control memory and supplies it to the central control memory.

【0014】6・1〜6・nは制御されるべきn個のL
SI装置であり、各LSI6・1〜6・nは全て同一構
成であり、簡単化のためにLSI6・1のみについてそ
の構成が示されている。
6.1 to 6.n are n Ls to be controlled
This is an SI device, and all LSIs 6.1 to 6.n have the same configuration, and for the sake of simplicity, only the configuration of LSI 6.1 is shown.

【0015】9はローカル制御記憶であり、LSI6・
1を制御するマイクロプログラムが格納されたメモリで
ある。8はローカル制御記憶9の読出しアドレスレジス
タであり、7はその読出しアドレスを選択してローカル
制御記憶9へ供給するセレクタである。
9 is a local control memory, and LSI 6.
This is a memory in which a microprogram that controls the 1 is stored. 8 is a read address register of the local control memory 9, and 7 is a selector that selects the read address and supplies it to the local control memory 9.

【0016】11はローカル制御レジスタであり、10
はローカル制御記憶9の情報と中央制御レジスタ2の出
力情報との1つを選択するセレクタである。12は制御
デコーダであり、ローカル制御レジスタ11の出力をデ
コードして処理部14を制御する。13は中継レジスタ
であり、中央制御記憶1をローカルアドレスにより起動
する場合の起動情報を中継する。
11 is a local control register;
is a selector that selects one of the information in the local control memory 9 and the output information of the central control register 2. 12 is a control decoder, which decodes the output of the local control register 11 and controls the processing section 14; Reference numeral 13 denotes a relay register, which relays activation information when the central control memory 1 is activated using a local address.

【0017】29,30は外部起動アドレスをセットす
るレジスタであり、レジスタ30はLSI6・1用の外
部起動アドレスレジスタであり、LSI6・2〜6・n
にも夫々対応して外部起動アドレスレジスタが設けられ
ているが、図示しない。
Reference numerals 29 and 30 are registers for setting an external activation address, and register 30 is an external activation address register for LSI6.1, and LSI6.2 to 6.n.
Although external activation address registers are provided corresponding to each of these registers, they are not shown.

【0018】図2に中央制御記憶1のアドレス供給を行
うアドレス供給セレクタ4の制御回路の構成を示す。本
例では、3個のLSI6・1〜6・3を用いた場合が示
されている。アドレス供給セレクタ4には中継レジスタ
13・1〜13・3,中央制御レジスタまたは外部から
の起動アドレスが入力され、フラグ33〜35及び中継
レジスタ13・1〜13・3の情報によりどの入力を選
択するかを決定する。
FIG. 2 shows the configuration of the control circuit of the address supply selector 4 which supplies addresses to the central control memory 1. In this example, a case is shown in which three LSIs 6.1 to 6.3 are used. The address supply selector 4 receives the relay registers 13.1 to 13.3, the central control register, or the activation address from the outside, and selects which input is selected based on the information of the flags 33 to 35 and the relay registers 13.1 to 13.3. Decide what to do.

【0019】すなわち、フラグ33に1がセットされて
いると、外部起動アドレス29が選択され、中継レジス
タ13・1から起動指示が出ていると、中継レジスタ1
3・1からの起動アドレスが選択され、中継レジスタ1
3・2から起動指示が出ていると、中継レジスタ13・
2からの起動アドレスが選択され、中継レジスタ13・
3から起動指示が出ていると、中継レジスタ13・3か
らの起動アドレスが選択され、フラグ35が点灯してい
ると、中央制御アドレス3の内容に1加算したデータが
選択され、フラグ34が1がセットされていると、中央
制御レジスタ2からの入力が選択される。
That is, when the flag 33 is set to 1, the external start address 29 is selected, and when the start instruction is issued from the relay register 13.1, the relay register 1
3. Start address from 1 is selected and relay register 1
If a startup instruction is issued from 3.2, relay register 13.
The starting address from 2 is selected, and the relay register 13.
When a start instruction is issued from 3, the start address from relay register 13.3 is selected, and when flag 35 is lit, data obtained by adding 1 to the contents of central control address 3 is selected, and flag 34 is set. When set to 1, the input from central control register 2 is selected.

【0020】また、フラグ33は外部からの起動信によ
り1マシンサイクルのみ1となる。フラグ35はフラグ
33に1がセットされているかまたは中継レジスタ13
・1〜13・3から起動指示が出力されていると、1マ
シンサイクルのみ1となる。フラグ34はフラグ35に
1がセットされていると1がセットされ、中央制御レジ
スタ2の情報であるローカル制御記憶起動信号が出力さ
れ、その信号によりリセットされるまで1を保持する。
Furthermore, the flag 33 becomes 1 for only one machine cycle due to an external activation signal. Flag 35 is set to 1 in flag 33 or relay register 13
- If a startup instruction is output from 1 to 13/3, it becomes 1 for only one machine cycle. The flag 34 is set to 1 when the flag 35 is set to 1, and holds 1 until a local control storage activation signal, which is information from the central control register 2, is output and reset by that signal.

【0021】図3にローカル制御記憶のアドレス供給セ
レクタ7及び制御情報セレクタ10の制御回路の構成を
示す。アドレス供給セレクタ7にはローカル制御記憶9
、中央制御2または外部からの起動アドレスが入力され
、フラグ36〜38または中央制御レジスタ2の情報に
よりどの入力を選択するかを決定する。
FIG. 3 shows the configuration of the control circuit of the address supply selector 7 and control information selector 10 of the local control storage. Address supply selector 7 has local control memory 9
, the activation address from the central control 2 or from outside is input, and which input is selected is determined by the information in the flags 36 to 38 or the central control register 2.

【0022】すなわち、フラグ36に1がセットされて
いると、外部起動アドレス30が選択され、中央制御レ
ジスタ2上で起動指示が出力されて居ると、中央制御レ
ジスタ2からの起動アドレスが選択され、フラグ37に
1がセットされていれば、ローカル制御制御記憶9から
の入力が選択される。また、フラグ36は外部からの起
動信号により1マシンサイクルのみ1となる。
That is, when the flag 36 is set to 1, the external start address 30 is selected, and when a start instruction is output on the central control register 2, the start address from the central control register 2 is selected. , if the flag 37 is set to 1, the input from the local control storage 9 is selected. Further, the flag 36 becomes 1 for only one machine cycle due to an external activation signal.

【0023】フラグ37は、フラグ36に1がセットさ
れているかまたは中央制御レジスタ2から起動指示が出
力されていると、1がセットされ、中継レジスタ13の
情報内の中央制御記憶起動信号が出力され、その信号に
よりセットされるまで1を保持する。
The flag 37 is set to 1 when the flag 36 is set to 1 or an activation instruction is output from the central control register 2, and the central control memory activation signal in the information of the relay register 13 is output. and holds 1 until set by that signal.

【0024】制御情報セレクタ10はローカル制御記憶
9からの入力または中央制御レジスタ2からの情報が入
力され、フラグ38によってどの入力を選択するかを決
定する。すなわち、フラグ38が1であれば、ローカル
制御記憶9からの入力、フラグ38が0であれば、中央
制御レジスタ2からの入力を夫々選択する。フラグ38
はフラグ36,37のいずれかに1がセットされている
と、次の1マシンサイクルだけ1がセットされる。
The control information selector 10 receives input from the local control memory 9 or information from the central control register 2, and determines which input to select based on the flag 38. That is, if the flag 38 is 1, the input from the local control memory 9 is selected, and if the flag 38 is 0, the input from the central control register 2 is selected. flag 38
If either flag 36 or 37 is set to 1, it will be set to 1 only for the next one machine cycle.

【0025】図4に中央制御記憶及びローカル制御記憶
のフィールド図を示す。
FIG. 4 shows a field diagram of central control storage and local control storage.

【0026】次に動作について説明する。命令開始時に
、命令の種類によって中央制御記憶1またはローカル制
御記憶9・1〜9・nのいずれか1つに外部より起動信
号と起動アドレスとがセットされる。
Next, the operation will be explained. When an instruction is started, an activation signal and an activation address are externally set in either the central control memory 1 or the local control memories 9.1 to 9.n depending on the type of instruction.

【0027】中央制御記憶1に外部より起動がかかった
とする。始めに外部起動信号によりフラグ33に1がセ
ットされ、外部起動アドレスが外部起動アドレスレジス
タ29にセットされる。次のマシンサイクルで、アドレ
ス供給セレクタ4はフラグ33により外部起動アドレス
を選択し、中央制御アドレスレジスタ3にセットし、ま
たフラグ35がフラグ33により1マシンサイクルだけ
1がセットされる。
Assume that the central control memory 1 is activated from the outside. First, the flag 33 is set to 1 by the external activation signal, and the external activation address is set in the external activation address register 29. In the next machine cycle, the address supply selector 4 selects the external activation address by the flag 33 and sets it in the central control address register 3, and the flag 35 is set to 1 by the flag 33 for one machine cycle.

【0028】次のマシンサイクルで、中央制御アドレス
レジスタ3の情報をアドレスとした制御記憶1の出力を
中央制御レジスタ2にセットし、フラグ33により次の
制御記憶1のアドレス、すなわち中央アドレスレジスタ
に1加算したデータを中央制御アドレスレジスタ3に、
フラグ35を1に夫々セットする。
In the next machine cycle, the output of the control memory 1 with the information in the central control address register 3 as an address is set in the central control register 2, and the flag 33 sets the output of the control memory 1 to the address of the next control memory 1, that is, the central address register. Add 1 data to central control address register 3,
Each flag 35 is set to 1.

【0029】次のマシンサイクルで、制御情報セレクタ
10はフラグ38に1がセットされていないことにより
、中央制御レジスタ2の出力を選択し、ローカル制御レ
ジスタ11にセットし、また次の中央制御記憶1のアド
レスを、フラグ37に1がセットされていないことによ
り、中央制御レジスタ2の情報をセットする。以後、中
央制御記憶1は自身の処理が終了するまで自身のすなわ
ち中央制御レジスタ2の情報を次のアドレスとして動作
を続ける。ローカル制御レジスタ11にセットされた情
報は制御デコーダ12を通して対応する処理部14を制
御する。
In the next machine cycle, since the flag 38 is not set to 1, the control information selector 10 selects the output of the central control register 2 and sets it in the local control register 11, and also selects the output of the central control register 2 and sets it in the local control register 11. Since the address of 1 is not set to 1 in the flag 37, the information in the central control register 2 is set. Thereafter, the central control memory 1 continues to operate using its own information, that is, the information in the central control register 2, as the next address until its own processing is completed. Information set in the local control register 11 controls the corresponding processing section 14 through the control decoder 12.

【0030】次に、ローカル制御記憶9が動作する場合
について説明する。中央制御記憶1は、ローカル制御記
憶に処理を任せる場合、中央制御レジスタ2上でローカ
ル制御記憶起動指示及びローカル制御記憶起動アドレス
をセットする。
Next, the operation of the local control memory 9 will be explained. When entrusting processing to the local control memory, the central control memory 1 sets a local control memory activation instruction and a local control memory activation address on the central control register 2.

【0031】次のマシンサイクルで、アドレス供給セレ
クタ7は中央制御レジスタ2の情報を選択し、ローカル
制御アドレスレジスタ8にセットし、またフラグ37及
び38が点灯し、フラグ34はリセットされる。
In the next machine cycle, the address supply selector 7 selects the information in the central control register 2 and sets it in the local control address register 8, and flags 37 and 38 are lit and flag 34 is reset.

【0032】次のマシンサイクルで、制御情報セレクタ
10はローカル制御アドレスレジスタ8の情報をアドレ
スとしたローカル制御記憶9の出力を、フラグ38に1
がセットされていることにより選択し、ローカル制御レ
ジスタ11にセットする。同時に、アドレス供給セレク
タ7はローカル制御記憶9の出力を、フラグ37に1が
セットされていることにより、ローカル制御アドレスレ
ジスタ8にセットする。
In the next machine cycle, the control information selector 10 sets the output of the local control memory 9 whose address is the information in the local control address register 8 to the flag 38.
is selected and set in the local control register 11. At the same time, the address supply selector 7 sets the output of the local control memory 9 in the local control address register 8 because the flag 37 is set to 1.

【0033】以後、ローカル制御記憶9は自身の処理が
終了するまで自身の出力をアドレスとして動作を続ける
。ローカル制御レジスタ11にセットされた情報は制御
デコーダ12によりデコードされ処理部14を制御する
。ローカル制御記憶の外部起動及びローカル制御記憶か
ら中央制御記憶の起動も同様の動作で行われる。
Thereafter, the local control memory 9 continues to operate using its own output as an address until its own processing is completed. The information set in the local control register 11 is decoded by the control decoder 12 and controls the processing section 14. External activation of local control storage and activation of central control storage from local control storage are performed in a similar manner.

【0034】ここで注意すべきは、中央制御記憶から各
処理部を制御する場合は、中央制御レジスタ2及びロー
カル制御レジスタ11で受けて制御されるのに比べて、
ローカル制御記憶により各処理部を制御する場合は、ロ
ーカル制御レジスタ11で1回受けた情報で制御できる
という点である。
It should be noted here that when controlling each processing unit from the central control memory, compared to receiving and controlling from the central control register 2 and local control register 11,
When controlling each processing unit using local control storage, the control can be performed using information received once by the local control register 11.

【0035】すなわち、各処理部だけで処理できしかも
高速性を要求される処理についてはローカル制御記憶に
任せて、遅くてもよい処理は中央制御記憶に任せること
ができるのである。
In other words, processes that can be processed by each processing section and require high speed can be left to the local control memory, while processes that can be slow can be left to the central control memory.

【0036】[0036]

【発明の効果】以上のべた如く、本発明によれば、装置
全体を制御する中央制御記憶と装置の一部を制御するロ
ーカル制御記憶とを設け、命令開始時には外部から、命
令実行中はお互いから起動情報を転送して装置全体を制
御することにより、高速性が要求される処理はローカル
制御記憶で、そうでない処理は中央制御記憶で夫々行う
ことができ、よって処理性能の高い装置を構成すること
が可能となるという効果がある。
As described above, according to the present invention, a central control memory that controls the entire device and a local control memory that controls a part of the device are provided. By controlling the entire device by transferring startup information from the system, processing that requires high speed can be performed in the local control memory, and other processes can be performed in the central control memory, thereby creating a device with high processing performance. This has the effect of making it possible to

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

【図1】本発明の実施例のシステムブロック図である。FIG. 1 is a system block diagram of an embodiment of the present invention.

【図2】セレクタ4の周辺制御部の詳細を示す図である
FIG. 2 is a diagram showing details of a peripheral control section of the selector 4. FIG.

【図3】セレクタ7の周辺制御部の詳細を示す図である
FIG. 3 is a diagram showing details of a peripheral control section of the selector 7. FIG.

【図4】(A)は中央制御記憶1のデータ例を示す図、
(B)はローカル制御記憶9のデータ例を示す図である
FIG. 4 (A) is a diagram showing an example of data in the central control memory 1;
(B) is a diagram showing an example of data in the local control storage 9.

【図5】従来のマイクロプログラム制御方式の1例を示
すブロック図である。
FIG. 5 is a block diagram showing an example of a conventional microprogram control method.

【図6】従来のマイクロプログラム制御方式の他の例を
示すブロック図である。
FIG. 6 is a block diagram showing another example of the conventional microprogram control method.

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

1  中央制御記憶 2  中央制御レジスタ 3  中央制御アドレスレジスタ 4  中央制御アドレスセレクタ 6・1〜6・n  LSI 7  ローカル制御アドレスセレクタ 8  ローカル制御アドレスレジスタ 9  ローカル制御記憶 11  ローカル制御レジスタ 12  制御デコーダ 13  中継レジスタ 14  処理部 1 Central control memory 2 Central control register 3 Central control address register 4 Central control address selector 6.1~6.n LSI 7 Local control address selector 8 Local control address register 9. Local control memory 11 Local control register 12 Control decoder 13 Relay register 14 Processing section

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  マイクロプログラムにより動作する情
報処理装置であって、装置全体を制御するための中央制
御記憶手段と、装置の一部を制御するための少なくとも
1つのローカル制御記憶手段と、外部または前記ローカ
ル制御記憶手段から出力される制御情報に従って前記中
央制御記憶手段を起動制御する手段と、外部または前記
中央制御記憶制御手段から出力される起動情報に従って
前記ローカル制御記憶手段を起動制御する手段とを含む
情報処理装置。
1. An information processing device operated by a microprogram, comprising a central control storage means for controlling the entire device, at least one local control storage means for controlling a part of the device, and an external or means for starting and controlling the central control storage means according to control information output from the local control storage means; and means for starting and controlling the local control storage means according to activation information output from an external or central control storage control means. Information processing equipment including.
JP12246191A 1991-04-25 1991-04-25 Information processor Pending JPH04326125A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12246191A JPH04326125A (en) 1991-04-25 1991-04-25 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12246191A JPH04326125A (en) 1991-04-25 1991-04-25 Information processor

Publications (1)

Publication Number Publication Date
JPH04326125A true JPH04326125A (en) 1992-11-16

Family

ID=14836433

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12246191A Pending JPH04326125A (en) 1991-04-25 1991-04-25 Information processor

Country Status (1)

Country Link
JP (1) JPH04326125A (en)

Similar Documents

Publication Publication Date Title
JPS5917458B2 (en) Method and apparatus for recording and executing microprograms in an information processing system
JPH04326125A (en) Information processor
KR100237642B1 (en) Processor having pipe line stop signal
US6772271B2 (en) Reduction of bank switching instructions in main memory of data processing apparatus having main memory and plural memory
KR0153537B1 (en) Signal processing structure preselecting memory address data
JP2985244B2 (en) Information processing device
JPS60250438A (en) Information processor
JP2000231512A (en) High speed memory copy method and copy circuit
JPS5971510A (en) Sequence control circuit
JPS6218933B2 (en)
JPS63168729A (en) Microprocessor
JPS60126733A (en) Read resetting system of register
JPH05181739A (en) Memory access controller
JPS58181134A (en) Data transfer circuit
JPS60105048A (en) Microprogram control system
JPH08297583A (en) Processor and method for interruption processing
JPH1011392A (en) Serial interface circuit
JPH01200450A (en) Memory extending circuit
JPH01283635A (en) Buffer control circuit
JPH01261767A (en) Data communication system
JPS62248043A (en) Memory switching circuit for fetching microcomputer instruction
JPS6410853B2 (en)
JPH04270430A (en) Address extending system
JPH1165829A (en) Address conversion circuit
JP2003006043A (en) Compatible processing circuit and data processor