JPH0238964B2 - - Google Patents

Info

Publication number
JPH0238964B2
JPH0238964B2 JP59181070A JP18107084A JPH0238964B2 JP H0238964 B2 JPH0238964 B2 JP H0238964B2 JP 59181070 A JP59181070 A JP 59181070A JP 18107084 A JP18107084 A JP 18107084A JP H0238964 B2 JPH0238964 B2 JP H0238964B2
Authority
JP
Japan
Prior art keywords
register
access
shift register
registers
exception
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 - Lifetime
Application number
JP59181070A
Other languages
Japanese (ja)
Other versions
JPS6159533A (en
Inventor
Katsumi Oonishi
Juji Oinaga
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 JP59181070A priority Critical patent/JPS6159533A/en
Publication of JPS6159533A publication Critical patent/JPS6159533A/en
Publication of JPH0238964B2 publication Critical patent/JPH0238964B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置の命令実行制御に係り、
特にパイプライン制御方式による命令実行におけ
る、記憶装置アクセスの改善された制御方式に関
する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to instruction execution control of an information processing device,
In particular, the present invention relates to an improved control method for storage device access in instruction execution using a pipeline control method.

情報処理装置の命令実行におけるパイプライン
制御方式は、複数の命令を並列に同時に実行する
制御方式としてよく知られている。
A pipeline control method for executing instructions in an information processing device is well known as a control method for simultaneously executing a plurality of instructions in parallel.

パイプライン制御方式においては、直列に接続
されてパイプラインを構成する複数のステージの
各々で、命令実行の一部をなす一般に異なる機能
が実行され、このようなステージを順次経過する
ことによつて、所要の命令実行が完了するように
される。
In a pipeline control method, each of multiple stages connected in series to form a pipeline generally performs a different function that is part of instruction execution, and by passing through these stages in sequence, , the required instruction execution is completed.

各ステージでは、一般に異なる命令のための部
分実行が並列に実行されるので、パイプライン全
体では論理的に複数の処理の流れが並列に進行し
ていると考えることができ、その各々を(パイプ
ラインの)フローと呼ぶ。
At each stage, partial executions for different instructions are generally executed in parallel, so the entire pipeline can logically be thought of as having multiple processing flows proceeding in parallel, each of which (pipe line) flow.

パイプラインのステージは直列であるので、あ
るステージの実行時間が長いと、後続の処理の進
行は、その実行時間の長いステージによつて抑え
られる。
Since the stages of the pipeline are serial, if a certain stage takes a long time to execute, the progress of subsequent processing is suppressed by the stage that takes a long time to execute.

〔従来の技術〕[Conventional technology]

従つて、パイプラインの設計においては、各ス
テージの実行時間に甚だしい差が生じないように
するが、高速メモリによつて構成するいわゆるバ
ツフアに所要のデータが無いために、主記憶装置
からデータを読み出すフロー、あるいは特に演算
時間の長いフロー(例えば除算命令)のステージ
に後続するステージにあるフローには望ましから
ぬ待ち時間を生じることがある。
Therefore, when designing a pipeline, it is necessary to avoid significant differences in the execution time of each stage. Undesirable latencies may occur for flows that are at a stage subsequent to a read flow or a stage that is a particularly long flow (eg, a divide instruction).

第2図aは命令制御部のパイプラインのフロー
から出される記憶アクセス要求を処理する記憶ア
クセス制御部の構成を示すブロツク図である。
FIG. 2a is a block diagram showing the configuration of a storage access control section that processes storage access requests issued from the pipeline flow of the instruction control section.

記憶アクセス要求における記憶アドレスはアド
レスレジスタ10にセツトされ、アドレス変換回
路16によりアドレス変換をして、まずバツフア
11のアクセスが試みられる。
The storage address in the storage access request is set in the address register 10, the address is converted by the address conversion circuit 16, and access to the buffer 11 is first attempted.

同時にアドレスはアクセス例外検査部12にも
入力され、例えば該アドレスに設定されている記
憶保護キーと、実行中のプログラムに付与されて
いるアクセスキーとの照合によつて、アクセス実
行の妥当性の検査が行われ、その結果は例外情報
レジスタ13に設定される。
At the same time, the address is also input to the access exception checking unit 12, and the validity of the access execution is verified by comparing, for example, the memory protection key set for the address with the access key assigned to the program being executed. A check is performed and the result is set in the exception information register 13.

バツフア11の要求アドレスのデータが格納さ
れている場合には、該データは読み出されてデー
タレジスタ14に設定され、データレジスタ14
及び例外情報レジスタ13の内容は命令制御部に
転送されて、命令実行に使用さる。但し、例外情
報レジスタ13に不当なアクセスを表示する情報
がある場合には、通常は例えば割込みを発生し
て、命令実行を中断する。
If data at the requested address of the buffer 11 is stored, the data is read out and set in the data register 14, and the data is read out and set in the data register 14.
The contents of the exception information register 13 are transferred to the instruction control unit and used for instruction execution. However, if there is information indicating an illegal access in the exception information register 13, normally, for example, an interrupt is generated to interrupt instruction execution.

バツフア11に要求アドレスのデータが無い場
合には、アドレスレジスタ10のアドレスを主記
憶装置15へ送つてアクセス動作を起動し、読み
出されたデータをバツフア11に格納した後、改
めて前記と同様にバツフア11にアクセスするこ
とによつてアクセス要求の処理を完了する。
If there is no data at the requested address in the buffer 11, send the address in the address register 10 to the main memory 15 to start the access operation, store the read data in the buffer 11, and then repeat the same process as above. Accessing the buffer 11 completes the processing of the access request.

このように、主記憶装置15へアクセスする場
合は、バツフア11でアクセスが終わる場合よ
り、相当長いアクセス時間を要するが、データが
得られないと、要求元フローは進行できないの
で、後続のフローの進行も停止し、記憶アクセス
待ちが生じる。
In this way, when accessing the main storage device 15, the access time is considerably longer than when the access ends at the buffer 11, but since the requesting flow cannot proceed unless data is obtained, it is difficult for the subsequent flow to proceed. Progress also stops and a memory access wait occurs.

第2図bはこのような待ちの生じる状態のタイ
ミングを示す図である。
FIG. 2b is a diagram showing the timing of such a waiting state.

図中の命令制御部に示す記号は、それぞれパイ
プラインの1ステージの機能を表示し、Dは命令
デコード、Aはオペランドアドレス計算、Tはア
ドレス変換、Bはバツフアからのオペランドデー
タ読出し、Eは演算実行、Wは処理結果データの
書込みの各ステージにあることを示す(但し、
T,Bでは、次に述べるうにアクセス要求を記憶
アクセス制御部に出し、該制御部でアドレス変換
及びバツフアアクセスが実行される)。
The symbols shown in the instruction control section in the figure each represent the function of one stage of the pipeline, where D is instruction decoding, A is operand address calculation, T is address translation, B is operand data read from the buffer, and E is Operation execution, W indicates each stage of writing processing result data (however,
At T and B, an access request is issued to the storage access control unit, and the control unit executes address translation and buffer access, as described below.

図で横に並ぶ記号列は1つのフロー(それぞれ
を〜で示す)が処理の進行に伴つて占めるス
テージを示し、そこで同じステージを示す記号が
連続するのは、同じステージに止まつていること
を示し、そのステージの処理時間が長いか、又は
前のステージが空かないために待ちに入つている
場合である。
In the diagram, horizontal symbol strings indicate the stages that one flow (each indicated by ~) occupies as processing progresses, and consecutive symbols indicating the same stage indicate that the symbol remains at the same stage. The processing time for that stage is long, or the previous stage is not available and is waiting.

縦の各列は1時点に同時にパイプラインにある
異なるフローが占めるステージを示している。
Each vertical column represents a stage occupied by a different flow that is in the pipeline at the same time.

又、図の記憶アクセス制御部のパイプラインに
おける記号Pは命令制御部から出される記憶アク
セス要求の選択、Tはアドレス変換、Bはバツフ
ア読出しを示し、〜は命令制御部の同じ番号
のフローに対応する。
Further, in the pipeline of the storage access control unit in the figure, the symbol P indicates selection of a storage access request issued from the instruction control unit, T indicates address translation, B indicates buffer read, and ~ indicates the flow with the same number in the instruction control unit. handle.

データがバツフアにある場合には、P−T−B
の処理でアクセスを完了するが、この処理の結果
バツフアに目的のデータが無い場合には、例えば
主記憶装置へのアクセスが行われ(図の時刻1か
ら始まる……部分)、バツフアに取り込まれた後
再びP−T−Bの処理で、時刻2においてアクセ
スが完了する。
If the data is in buffer, P-T-B
The access is completed by the process of , but if the target data is not in the buffer as a result of this process, for example, the main memory is accessed (part starting from time 1 in the figure) and the data is imported into the buffer. After that, the access is completed at time 2 by P-T-B processing again.

この間他のフローのアクセス要求は待たされ
て、フローはTステージ、フローはAステー
ジに止まり、時刻3でフローのアクセス要求が
記憶アクセス制御部に受け付けられる。
During this time, the access requests of other flows are made to wait, and the flow stops at the T stage and the flow stops at the A stage, and at time 3, the access request of the flow is accepted by the storage access control unit.

このようにして、もしフロー及びフローの
アクセス要求も主記憶装置へのアクセスを要する
場合には、フローのアクセス要求は時刻4でA
ステージに進んで開始されているが、その完了は
時刻5まで遅延される。
In this way, if the flow and the flow's access request also require access to main storage, the flow's access request is A at time 4.
Although the stage has been advanced and started, its completion is delayed until time 5.

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

前記のように、従来は各フローの主記憶アクセ
ス要求が時間的に直列に処理されるために、アク
セス要求が連続すると、待ち時間が非常に大きく
なり、実効的な命令処理能力を低下するという問
題があつた。
As mentioned above, conventionally, main memory access requests for each flow are processed serially in time, so if access requests are made consecutively, the waiting time becomes extremely large and the effective instruction processing capacity is reduced. There was a problem.

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

前記の問題点は、情報処理装置であつて、複数
の処理ステージを有し、パイプライン制御方式に
よつて該処理ステージを順次遷移する複数の命令
の制御を並列に実行し、所要の該ステージから発
生する主記憶アクセス要求を処理する場合に、第
1のシフトレジスタ、第2のシフトレジスタ、カ
ウンタ、データレジスタ群、例外レジスタ群、バ
ツフアメモリ及びアクセス例外検査部を設け、第
1のシフトレジスタは、N個のレジスタを順次接
続してなり、該パイプラインの該処理ステージの
遷移に同期して歩進させ、第2のシフトレジスタ
は、複数個のレジスタを順次接続してなり、所定
の制御サイクルで歩進して、主記憶装置のアクセ
ス時間で一周する構成とし、該カウンタは、該主
記憶アクセス要求ごとに、フロー識別番号を生成
して、第1及び第2のシフトレジスタの各先頭の
該レジスタに設定し、該データレジスタ群及び例
外レジスタ群は、それぞれN個のレジスタを有
し、入力する該レジスタを第2のシフトレジスタ
の所定位置に保持する該フロー識別番号によつて
選択し、出力する該レジスタを第1のシフトレジ
スタの所定位置の該フロー識別番号によつて選択
するようにして、該データレジスタ群に該バツフ
アメモリから読み出したデータを保持し、該例外
レジスタ群に該アクセス例外検査部の生成する情
報を保持するように接続し、該パイプライン上に
あるN個までのフローの記憶装置アクセス要求を
並行して処理するように構成された本発明の記憶
装置アクセス制御方式によつて解決される。
The above-mentioned problem is an information processing device that has a plurality of processing stages, and uses a pipeline control method to execute control of a plurality of instructions that sequentially transition through the processing stages in parallel, A first shift register, a second shift register, a counter, a data register group, an exception register group, a buffer memory, and an access exception checking section are provided, and the first shift register , N registers are sequentially connected, and are stepped in synchronization with the transition of the processing stage of the pipeline. The counter is configured to increment in cycles and make one round in the access time of the main memory, and the counter generates a flow identification number for each main memory access request, and the counter generates a flow identification number at the beginning of each of the first and second shift registers. The data register group and the exception register group each have N registers, and are selected by the flow identification number to hold the input register at a predetermined position in the second shift register. Then, the register to be output is selected by the flow identification number at a predetermined position of the first shift register, the data read from the buffer memory is held in the data register group, and the data read out from the buffer memory is held in the exception register group. The storage device access control of the present invention is connected to hold information generated by the access exception checking unit and is configured to process storage device access requests of up to N flows on the pipeline in parallel. Solved by method.

〔作用〕[Effect]

パイプラインを流れている各フローに対応し
て、記憶装置からの読出しデータ及びアクセス例
外情報を保持するように、複数組のレジスタを設
け、それらのレジスタには各フローに割りつける
フロー識別番号によつて区別してアクセスできる
ようにする。
Corresponding to each flow flowing through the pipeline, multiple sets of registers are provided to hold read data from the storage device and access exception information, and these registers are assigned a flow identification number assigned to each flow. so that they can be accessed separately.

このような構成にすることにより、記憶装置の
機能上可能なアクセス数までは、命令制御部のパ
イプラインの進行と非同期に、複数のアクセス要
求を並行に処理して、先行してデータを取得して
おいても矛盾を生じないようにすることができる
ので、そのようにしてフローごとのアクセス待ち
時間を大幅に短縮することが可能になる。
With this configuration, data can be acquired in advance by processing multiple access requests in parallel, asynchronously with the pipeline progress of the instruction control unit, up to the number of accesses that are functionally possible for the storage device. Since it is possible to prevent inconsistency from occurring even if the flow is changed, it is possible to significantly reduce the access waiting time for each flow.

〔実施例〕〔Example〕

第1図aは本発明の一実施例構成を示すブロツ
ク図であり、第1図bはその制御タイミング図で
ある。
FIG. 1a is a block diagram showing the configuration of an embodiment of the present invention, and FIG. 1b is a control timing diagram thereof.

命令制御部のあるフローから出されるアクセス
要求の記憶アドレスは、前記と同様にアドレスレ
ジスタ10に設定され、アドレス変換回路16で
実記憶アドレスに変換されたアドレスによつて、
バツフア11へのアクセスが試行される。
The storage address of an access request issued from a certain flow of the instruction control unit is set in the address register 10 in the same manner as described above, and is converted to a real storage address by the address conversion circuit 16.
Access to buffer 11 is attempted.

同時にカウンタ回路20によつて発生されるフ
ロー識別番号がレジスタ22−1及びレジスタ2
3−1に設定される。
At the same time, the flow identification number generated by the counter circuit 20 is stored in register 22-1 and register 2.
It is set to 3-1.

カウンタ回路20は、例えば同時に記憶アクセ
スが進行するフローの最大数に等しい周期で反復
計数する計数回路とする。
The counter circuit 20 is, for example, a counting circuit that repeatedly counts at a period equal to the maximum number of flows in which memory accesses are simultaneously proceeding.

レジスタ22−1のフロー識別番号は次のサイ
クル(前記のTサイクル)にレジスタ22−2に
シフトされる。レジスタ22−2は更にレジスタ
22−3〜22−m及び22−1に順次直列に接
続されて環状のシフトレジスタを構成する。この
シフトレジスタの長さは、1サイクルごとにシフ
トさせて主記憶装置15のアクセス時間で一周す
るようにする。
The flow identification number in register 22-1 is shifted to register 22-2 in the next cycle (T cycle described above). The register 22-2 is further connected in series to the registers 22-3 to 22-m and 22-1 to form a circular shift register. The length of this shift register is shifted every cycle so that it completes one cycle in the access time of the main storage device 15.

バツフア11に目的のデータがある場合には、
前記と同様に読み出され、データレジスタ群24
の中の、レジスタ22−2のフロー識別番号によ
つて選択されるレジスタに設定される。同時に例
外レジスタ群25の中の、レジスタ22−2のフ
ロー識別番号によつて選択されるレジスタには例
外情報が設定される。
If the desired data is in Batsuhua 11,
The data register group 24 is read in the same manner as above.
is set in the register selected by the flow identification number of register 22-2. At the same time, exception information is set in the register selected by the flow identification number of register 22-2 in exception register group 25.

レジスタ23−1はレジスタ23−2,23−
3と、例えば3段のシフトレジスタを構成し、各
段は命令制御部のパイプラインステージの前記
A,T,Bステージに対応し、各フロー識別番号
の進行と共にシフトさせるものとする。
Register 23-1 is connected to registers 23-2, 23-
For example, a three-stage shift register is configured, each stage corresponding to the A, T, and B stages of the pipeline stage of the instruction control section, and shifted as each flow identification number progresses.

このようにしてレジスタ23−3にシフトした
フロー識別番号はデータレジスタ群24及び例外
レジスタ群25から出力するべき各1レジスタを
選択するための制御に使われ、選択された出力は
命令制御部のパイプラインのEステージに送られ
て、従来と同様に処理される。
The flow identification number shifted to the register 23-3 in this way is used for control to select one register to be output from the data register group 24 and the exception register group 25, and the selected output is sent to the instruction control unit. It is sent to the E stage of the pipeline and processed as before.

第1図bは、前記第2図bと同じ記号によつ
て、以上の動作のタイミングを説明する。
FIG. 1b explains the timing of the above operations using the same symbols as in FIG. 2b.

前記と同様にフロー〜から出されるアクセ
ス要求は、各サイクルごとに受け付けられて主記
憶装置15へアクセスの起動がかけられるので、
主記憶装置のアクセス動作は並行に進行し、フロ
ー,のアクセス待ちが、著しく短縮される。
Similarly to the above, the access request issued from the flow ~ is accepted every cycle and the access to the main storage device 15 is activated.
Access operations to the main memory proceed in parallel, and the access wait time for flows is significantly shortened.

本実施例では3要求までの並列処理を行う構成
としたので、フローのアクセスの受付はフロー
のアクセス完了まで遅延される。
In this embodiment, since the configuration is such that up to three requests are processed in parallel, acceptance of flow access is delayed until the flow access is completed.

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

以上の説明から明らかなように本発明によれ
ば、パイプライン制御方式の命令実行における、
主記憶装置アクセス待ちによるパイプラインの流
れの停滞が著しく改善されるので、処理装置の性
能を向上するという著しい工業的効果がある。
As is clear from the above description, according to the present invention, in instruction execution using the pipeline control method,
Since the stagnation of the pipeline flow due to waiting for access to the main memory is significantly improved, there is a significant industrial effect of improving the performance of the processing device.

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

第1図は本発明一実施例の記憶アクセス制御部
の構成及びタイミング図、第2図は従来の構成及
びタイミング図である。 図において、10はアドレスレジスタ、11は
バツフア、12はアクセス例外検査部、13は例
外情報レジスタ、14はデータレジスタ、15は
主記憶装置、20はカウンタ回路、22−1〜2
2−m,23−1〜23−3はレジスタ、24は
データレジスタ群、25は例外レジスタ群を示
す。
FIG. 1 is a configuration and timing diagram of a storage access control section according to an embodiment of the present invention, and FIG. 2 is a conventional configuration and timing diagram. In the figure, 10 is an address register, 11 is a buffer, 12 is an access exception checker, 13 is an exception information register, 14 is a data register, 15 is a main memory, 20 is a counter circuit, and 22-1 to 2
2-m, 23-1 to 23-3 are registers, 24 is a data register group, and 25 is an exception register group.

Claims (1)

【特許請求の範囲】 1 情報処理装置であつて、 複数の処理ステージを有し、パイプライン制御
方式によつて該処理ステージを順次遷移する複数
の命令の制御を並列に実行し、所要の該ステージ
から発生する主記憶アクセス要求を処理する場合
に、 第1のシフトレジスタ、第2のシフトレジス
タ、カウンタ、データレジスタ群、例外レジスタ
群、バツフアメモリ及びアクセス例外検査部を設
け、 第1のシフトレジスタは、N個のレジスタを順
次接続してなり、該パイプラインの該処理ステー
ジの遷移に同期して歩進させ、 第2のシフトレジスタは、複数個のレジスタを
順次接続してなり、所定の制御サイクルで歩進し
て、主記憶装置のアクセス時間で一周する構成と
し、 該カウンタは、該主記憶アクセス要求ごとに、
フロー識別番号を生成して、第1及び第2のシフ
トレジスタの各先頭の該レジスタに設定し、 該データレジスタ群及び例外レジスタ群は、そ
れぞれN個のレジスタを有し、入力する該レジス
タを第2のシフトレジスタの所定位置に保持する
該フロー識別番号によつて選択し、出力する該レ
ジスタを第1のシフトレジスタの所定位置の該フ
ロー識別番号によつて選択するようにして、該デ
ータレジスタ群に該バツフアメモリから読み出し
たデータを保持し、該例外レジスタ群に該アクセ
ス例外検査部の生成する情報を保持するように接
続し、 該パイプライン上にあるN個までのフローの記
憶装置アクセス要求を並行して処理するように構
成されていることを特徴とする記憶装置アクセス
制御方式。
[Scope of Claims] 1. An information processing device that has a plurality of processing stages, executes control of a plurality of instructions that sequentially transition through the processing stages in parallel using a pipeline control method, and When processing a main memory access request generated from the stage, a first shift register, a second shift register, a counter, a data register group, an exception register group, a buffer memory, and an access exception checking section are provided, and the first shift register The second shift register is formed by sequentially connecting N registers, and is stepped in synchronization with the transition of the processing stage of the pipeline, and the second shift register is formed by sequentially connecting a plurality of registers, and the second shift register is formed by sequentially connecting a plurality of registers. The counter is configured to increment in the control cycle and complete one cycle in the access time of the main memory, and for each main memory access request, the counter
Generate a flow identification number and set it in the register at the beginning of each of the first and second shift registers, and each of the data register group and the exception register group has N registers, and the input register is The flow identification number held at a predetermined position in the second shift register is selected, and the register to be output is selected by the flow identification number held at a predetermined position in the first shift register. The data read from the buffer memory is held in a register group, and the exception register group is connected to hold information generated by the access exception checking unit, and storage device access of up to N flows on the pipeline is performed. A storage device access control method configured to process requests in parallel.
JP59181070A 1984-08-30 1984-08-30 Storage device access control system Granted JPS6159533A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59181070A JPS6159533A (en) 1984-08-30 1984-08-30 Storage device access control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59181070A JPS6159533A (en) 1984-08-30 1984-08-30 Storage device access control system

Publications (2)

Publication Number Publication Date
JPS6159533A JPS6159533A (en) 1986-03-27
JPH0238964B2 true JPH0238964B2 (en) 1990-09-03

Family

ID=16094272

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59181070A Granted JPS6159533A (en) 1984-08-30 1984-08-30 Storage device access control system

Country Status (1)

Country Link
JP (1) JPS6159533A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6312030A (en) * 1986-07-02 1988-01-19 Nec Corp Error processing mechanism for information processor
JP2707867B2 (en) * 1991-04-25 1998-02-04 富士ゼロックス株式会社 Register file of digital computer and instruction execution method using it.

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS539433A (en) * 1976-07-13 1978-01-27 Fujitsu Ltd Buffer memory control system
JPS5730041A (en) * 1980-07-30 1982-02-18 Nippon Telegr & Teleph Corp <Ntt> Control system for local memory

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS539433A (en) * 1976-07-13 1978-01-27 Fujitsu Ltd Buffer memory control system
JPS5730041A (en) * 1980-07-30 1982-02-18 Nippon Telegr & Teleph Corp <Ntt> Control system for local memory

Also Published As

Publication number Publication date
JPS6159533A (en) 1986-03-27

Similar Documents

Publication Publication Date Title
JPH03282958A (en) Electronic computer
JPH0545985B2 (en)
JPH0348537B2 (en)
JPS62115542A (en) Information processor
JPH0238964B2 (en)
JP3452771B2 (en) Command control system and method
JPS60107141A (en) Branch control system
JPH09212360A (en) Data processor
KR100188374B1 (en) Central processing unit and an arithmetic operation processing unit
US5276853A (en) Cache system
JPS60178580A (en) Instruction control system
JP2812610B2 (en) Pipeline control method
JPS5896345A (en) Hierarchical arithmetic system
JP2783285B2 (en) Information processing device
JP2758624B2 (en) Speed control method of micro program
JPS5896346A (en) Hierarchical arithmetic system
US20030028756A1 (en) Programmable unit
JPS59183434A (en) Prefetch control system of instruction
JP3825709B2 (en) Pipeline processing method and processor device
JP2576589B2 (en) Virtual storage access control method
JPH0887411A (en) Method and device for pipeline operation
KR900002602B1 (en) Microprogram control method
JPS60128529A (en) Merge processing device
JPH0419575B2 (en)
JPH02217924A (en) Storing processing system for data processor