JPS6159553A - Address converter - Google Patents

Address converter

Info

Publication number
JPS6159553A
JPS6159553A JP59181507A JP18150784A JPS6159553A JP S6159553 A JPS6159553 A JP S6159553A JP 59181507 A JP59181507 A JP 59181507A JP 18150784 A JP18150784 A JP 18150784A JP S6159553 A JPS6159553 A JP S6159553A
Authority
JP
Japan
Prior art keywords
signal line
prefix
selector
conversion
address
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
JP59181507A
Other languages
Japanese (ja)
Inventor
Osamu Onodera
修 小野寺
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP59181507A priority Critical patent/JPS6159553A/en
Publication of JPS6159553A publication Critical patent/JPS6159553A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To obtain an address converter executing a plural level of PX conversion functions efficiently by providing a plural prefix register (PXR) and executing more than two level of PX conversion functions by one comparison circuit or more. CONSTITUTION:A selector 9 selects a guest real address of a signal line 111 when a signal line 115A of a selector control circuit 8 is '1', selects all '0' of a signal line 114 when a signal line 115B is '1', and selects a guest PX value GPXR2 when a signal line 115C is '1', and a host PX value HPXR 3 of a signal line 113 when a signal line 115D is '1' respectively. The output of the selector 9 is trasnfered to a signal line 116 as a host absolute address. The specified conversion is made possible from the elation between a condition of the selector 9 and the host absolute address, i.e., two level of PX conversion is made possible.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は仮想記憶機能を持つ情報処理システムのアドレ
ス変換装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to an address translation device for an information processing system having a virtual memory function.

〔発明の背景〕[Background of the invention]

一般に、仮想記憶機能を持つ情報処理システムに於ては
、アドレス変換過程の1つとしてプリフィクス変換機能
がある。このプリフィクス変換機能は、情報処理システ
ムが主記憶装置をアクセスする際に、そのアドレスが特
定の領域を指していると、予め指定されているプリフィ
クス値を用いて、アクセスするアドレスを変換する機能
である。
Generally, in an information processing system having a virtual memory function, there is a prefix conversion function as one of the address conversion processes. This prefix conversion function is a function that converts the accessed address using a prefix value specified in advance when the information processing system accesses the main memory and the address points to a specific area. be.

最も一般的をプリフィクス変換機能は、情報処理システ
ムがO〜4095番地をアクセスしようとすると、 (
プリフィクス値)+(O〜4095)番地をアクセスす
る様にアドレスを変換し、更に(プリフィクス値)+(
0〜4095)番地をアクセスしようとすると、0〜4
095i地をアクセスする様にアドレス変換を行う機能
である。
The most common prefix conversion function is that when an information processing system attempts to access addresses 0 to 4095, (
Convert the address to access the address (prefix value) + (0 to 4095), and then (prefix value) + (
0-4095) When trying to access an address, 0-4
This is a function that converts addresses so that 095i locations are accessed.

従来の情報処理システムには、前記プリフィクス変換を
行う為のプリフィクス値を傑持するプリフィクスレジス
タ及びプリフィクス変換回路がそれぞれ1つずつ備えら
れており、ルベルのプリフィクス変換機能が実現されて
いる。
A conventional information processing system is equipped with one prefix register and one prefix conversion circuit each holding a prefix value for performing the prefix conversion, and realizes Lebel's prefix conversion function.

一方、仮想計算機システムを実現するためには。On the other hand, in order to realize a virtual computer system.

実計算機と同様の機能を仮想計算機に持たせる必要があ
り、前記プリフィクス変換機能も実計算機及び仮想計算
機の双方に必要となる。このようにに、仮想計算機シス
テムには2つの異なるプリフィクス変換機能が必要とさ
れるが、前述の如く実計算機にはルベルのプリフィクス
変換機能しか備えられておらず、仮想計算機のプリフィ
クス変換は、実計算機のプリフィクス変換機能を仮想計
算機に明は渡す方法や実計算機のプログラムによるシミ
ュレーション方法で実現されていた。
It is necessary for the virtual computer to have the same functions as the real computer, and the prefix conversion function is also required for both the real computer and the virtual computer. In this way, a virtual computer system requires two different prefix conversion functions, but as mentioned above, a real computer is only equipped with Lebel's prefix conversion function, and the prefix conversion function of a virtual computer is This was accomplished by passing the prefix conversion function of a computer to a virtual computer or by simulating it using a program on a real computer.

しかしながら、実計算機のプリフィクス変換機能を仮想
計算機のプリフィクス変換機能に明は渡す方法では、こ
の間、実計算機によるプリフィクス変換を行うことはで
きない、即ち、この方法では本質的に2レベルのプリフ
ィクス変換を行うことはできず、実計算機側のプリフィ
クス変換が実行できなくとも矛盾しない様、実計算機の
プログラム配置及び仮想計算機の配置をしなければなら
ない。この制限は仮想計算機システムを実現する上で゛
の大きな問題である。また、仮想計算機のプリフィクス
変換機能を実計算機でシミュレーションする方法では、
シミュレーションオーバヘッドが大きく、このシミュレ
ーションが実計算機のマイクロプログラムで実現されて
いる場合でも無視し得ない問題である。
However, with the method of passing the prefix conversion function of the real computer to the prefix conversion function of the virtual computer, the real computer cannot perform prefix conversion during this time.In other words, this method essentially performs two-level prefix conversion. Therefore, it is necessary to arrange the program on the real computer and the virtual computer so that there is no contradiction even if the prefix conversion cannot be executed on the real computer side. This limitation is a major problem in realizing a virtual computer system. In addition, in the method of simulating the prefix conversion function of a virtual computer on a real computer,
The simulation overhead is large, and this is a problem that cannot be ignored even when the simulation is implemented using a microprogram on a real computer.

尚、この種の仮想計算機システムとして関連するものに
は、例えば特開昭57−212680号が挙げられる。
Incidentally, related virtual computer systems of this type include, for example, Japanese Patent Application Laid-Open No. 57-212680.

次に、プリフィクスレジスタを複数個用意して使用する
従来技術としては、例えば特公昭58−50383号が
挙げられる。この従来技術ではプリフィクスレジスタは
複数個備えてはいるものの、プリフィクス変換回路は1
つであり、複数のプリフィクスレジスタの内容を排他的
に使用する。即ち、同時点では複数のプリフィクス変換
を行うことは不可能であり、結果として、この方法でも
2レベル以上のプリフィクス変換を行うことはできず、
仮想計算機側のプログラムの実行中は、実計算機側のプ
リフィクス変換が実行できなくとも矛盾しない様、実計
算機側のプログラム配置及び仮想計算機の配置をしなけ
ればならない。
Next, as a conventional technique for preparing and using a plurality of prefix registers, for example, Japanese Patent Publication No. 58-50383 can be cited. Although this conventional technology has multiple prefix registers, only one prefix conversion circuit is provided.
and uses the contents of multiple prefix registers exclusively. That is, it is impossible to perform multiple prefix conversions at the same time, and as a result, even with this method, prefix conversions of two or more levels cannot be performed.
While the program on the virtual computer side is being executed, the program placement on the real computer side and the placement of the virtual computer must be done so that there is no conflict even if prefix conversion cannot be executed on the real computer side.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、仮想計算機システムにおいて。 An object of the present invention is to provide a virtual computer system.

複数レベルのプリフィクス変換機能を効率良く実行する
アドレス変換装置を提供することにある。
An object of the present invention is to provide an address translation device that efficiently executes a multi-level prefix translation function.

〔発明の概要〕[Summary of the invention]

本発明の特徴とするところは、プリフィクス値を格納し
ておくプリフィクスレジスタを複数個数設け、更に1つ
以上の比較回路により、2レベル以上のプリフィクス変
換機能を効率良く実現することである。即ち、仮想計算
機用のプリフィクスレジスタと実計算機用のプリフィク
スレジスタとを備え、双方のプリフィクス変換機能をハ
ードウェアで効率良く実行することにより、仮想計算機
による効率の良い主記憶アクセスを実現したことである
。この複数のプリフィクスレジスタの内容は同時にチェ
ックされ、2レベルあるいはそれ以上のプリフィクス変
換が並列に実行される。
A feature of the present invention is that a plurality of prefix registers are provided to store prefix values, and one or more comparison circuits are used to efficiently realize a prefix conversion function of two or more levels. In other words, by providing a prefix register for the virtual machine and a prefix register for the real machine, and efficiently executing both prefix conversion functions in hardware, efficient main memory access by the virtual machine is realized. . The contents of the plurality of prefix registers are checked simultaneously, and two or more levels of prefix conversion are performed in parallel.

〔発明の実施例〕[Embodiments of the invention]

第1図は、本発明の一実施例のブロック図である。尚1
本実施例ではプリフィクス値を格納しておくプリフィク
スレジスタが2つで、2レベルのプリフィクス変換を行
う場合を示している。
FIG. 1 is a block diagram of one embodiment of the present invention. Sho 1
In this embodiment, there are two prefix registers storing prefix values, and two-level prefix conversion is performed.

第1図において、1はプリフィクス変換前のアドレス(
以下ゲスト実アドレスと呼ぶ)を送出するアドレス変換
サブユニットである。2は1回目のプリフィクス変換に
使用するプリフィクス値(以下ゲストプリフィクス値と
呼ぶ)を格納しておくプリフィクスレジスタ(以下GP
XRと呼ぶであり、このGPXR2には信号a101を
介して所定のゲストプリフィクス値が予め設定される3
は2回目のプリフィクス変換に使用するプリフィクス値
(以下ホストプリフィクス値と呼ぶ)を格納してお(プ
リフィクスレジスタ(以下HPXRと呼ぶ)であり、こ
のGPXR3には信号B102を介して所定のホストプ
リフィクス値が予め設定される。4は入力が全てパ0″
′であることを検出するゼロ検出回路である。5.6及
び7は2つの入力信号の一致を検出する比較回路、8は
入力信号のパターンにより所定の信号を信号線115に
送り出し、セレクタ9を制御するセレクタ制御回路であ
る。9は入力信号線のうちの1つを信号線116に選択
して送り出すセレクタである。
In Figure 1, 1 is the address before prefix conversion (
This is an address translation subunit that sends out guest real addresses (hereinafter referred to as guest real addresses). 2 is a prefix register (hereinafter referred to as GP) that stores the prefix value used for the first prefix conversion (hereinafter referred to as guest prefix value).
This GPXR2 is preset with a predetermined guest prefix value via the signal a101.
is a prefix register (hereinafter referred to as HPXR) that stores a prefix value (hereinafter referred to as host prefix value) used for the second prefix conversion, and a predetermined host prefix value is stored in this GPXR3 via signal B102. is set in advance. 4 means all inputs are 0"
This is a zero detection circuit that detects that . Reference numerals 5, 6 and 7 are comparison circuits that detect coincidence between two input signals, and 8 is a selector control circuit that sends a predetermined signal to the signal line 115 according to the pattern of the input signal and controls the selector 9. A selector 9 selects and sends one of the input signal lines to the signal line 116.

アドレス変換サブユニット1から信号線111を介して
ゲスト実アドレスが、ゼロ検出回路4゜比較回路5.比
較回路6及びセレクタ9に入力される、GPXR2から
は信号線112を介してゲストプリフィクス値が比較回
路5.比較回路7及びセレクタに入力される。HPXR
3からは信号)、1l13を介してホストプリフィクス
値が、比較回路6.比較回路7及びセレクタ9に入力さ
れる2更にセレクタ9には信号Ml14を介してオール
ゼロ値が入力される。
The guest real address is transmitted from the address conversion subunit 1 via the signal line 111 to the zero detection circuit 4° comparator circuit 5. The guest prefix value is input to the comparison circuit 6 and the selector 9 from the GPXR 2 via the signal line 112. The signal is input to the comparison circuit 7 and the selector. HPXR
The host prefix value is sent to the comparator circuit 6.3 via the signal 1l13. 2 is input to the comparator circuit 7 and the selector 9. Furthermore, the all zero value is input to the selector 9 via the signal Ml14.

ゼロ検出回路4は、信号線111から入力されたゲスト
実アドレスがオールrr Onであれば信号線201に
1″を送出し、そうでなければ0″を送出する。比較回
路5は信号線111から入力されたゲスト実アドレスと
信号線112から入力されたゲストプリフィクス値とが
等しければ信号、111202に′l″を送出し、そう
でなければII O′gを送出する。比較回路6は、信
号線111から入力されたゲスト実アドレスと信号線1
13を介して入力されたホストプリフィクス値とが等し
ければ、信号線203に′1″を送出し、そうでなけれ
ば11011を送出する。比較回路7は信号a112か
ら入力されたゲストプリフィクス値と信号線113から
入力されたホストプリフィクス値とが等しければ(i帯
線204に1″′を送出し、そうでなければ″0″を送
出する。
The zero detection circuit 4 sends 1'' to the signal line 201 if the guest real addresses input from the signal line 111 are all rr ON, and otherwise sends 0''. If the guest real address inputted from the signal line 111 and the guest prefix value inputted from the signal line 112 are equal, the comparison circuit 5 sends a signal 'l'' to the signal 111202, otherwise it sends II O'g. The comparison circuit 6 compares the guest real address input from the signal line 111 with the signal line 1.
If they are equal to the host prefix value input through signal a113, it sends '1'' to signal line 203, otherwise it sends out 11011. Comparison circuit 7 compares the guest prefix value input from signal a112 with the signal If the host prefix value input from the line 113 is equal (1"' is sent to the i-band line 204, otherwise "0" is sent.

セレクタ制御回路8には、ゼロ検出回路4、比較回路5
.比較回路6及び7の出力がそれぞれ信号線201,2
02,203及び204を介シテ入力される。更にセレ
クタ制御回路8の出力は信号線115を介してセレクタ
9に入力される。セレクタ9からは信号線115の信号
の制御により、信号線111,112.113又は信号
線114のデータの1つが選択されて信号線116に送
出される。この信号線116に送出されるデータが2レ
ベルのプリフィクス変換を行った後のアドレスC以下ホ
スト絶対アドレスと呼ぶ)である。
The selector control circuit 8 includes a zero detection circuit 4 and a comparison circuit 5.
.. The outputs of comparison circuits 6 and 7 are connected to signal lines 201 and 2, respectively.
02, 203 and 204. Further, the output of the selector control circuit 8 is input to the selector 9 via a signal line 115. The selector 9 selects one of the data on the signal lines 111, 112, 113, or the signal line 114 under the control of the signal on the signal line 115, and sends it to the signal line 116. The data sent to this signal line 116 is the address C (which is referred to as a host absolute address) after two-level prefix conversion.

第2図にセレクタ制御回路8の詳細を示す。信号線11
5Aは、セレクタ9の出力である信号線116にゲスト
実アドレスである信号線111を選択して送出させる様
にセレクタ9へ指示する信号線である。同様に信号線1
15B、115C及び信号線115Dは、セレクタ9の
出力である信号線116にそれぞれ、オールゼロである
信号線114、ゲストプリフィクス値である信号線11
2又はホストプリフィクス値である信号線113を選択
して送出させる様に指示する信号線である。
FIG. 2 shows details of the selector control circuit 8. Signal line 11
5A is a signal line that instructs the selector 9 to select and send the signal line 111, which is the guest real address, to the signal line 116, which is the output of the selector 9. Similarly, signal line 1
15B, 115C and signal line 115D are connected to the signal line 116 which is the output of the selector 9, the signal line 114 which is all zero, and the signal line 11 which is the guest prefix value, respectively.
This is a signal line that instructs to select and transmit the signal line 113 which is 2 or the host prefix value.

該セレクタ制御回路8の動作は以下の通りである。The operation of the selector control circuit 8 is as follows.

信号線201,202及び信号線203が共に″0″の
場合、インバータ21.22及び23の出力が共に1″
′となり、アンドゲート31を介して信号線115Aに
1″が送出される。信号線201及び信号線202が共
にII OI/で信号線203がII L Hである場
合、インバータ21及びインバータ22の出力が共に“
1″″となり、アンドゲート32及びオアゲート41を
介して信号線115Bに′1″′が送出される。信号線
201及び信号a204が共にII I IIで信号線
202が′″0″の場合、インバータ22の出力が11
111となり、アンドゲート33及びオアゲート41を
介して信号線115Bにrr 1 uが送出される。信
号線201がrr 1 nで信号線202及び信号線2
04が共にN OIIであるとインバータ22及び24
の出力が共に′1″となりアンドゲート34を介して信
号線115Cに” 1 ”が送出される。信号線202
がII 1 ggであると、アンドゲート35を介して
信号線L15DにII L Hが送出される。
When the signal lines 201, 202 and the signal line 203 are both "0", the outputs of the inverters 21, 22 and 23 are both 1".
', and 1'' is sent to the signal line 115A via the AND gate 31. When both the signal line 201 and the signal line 202 are II OI/ and the signal line 203 is II L H, the inverter 21 and the inverter 22 Both outputs are “
1'', and '1'' is sent to the signal line 115B via the AND gate 32 and the OR gate 41. When both the signal line 201 and the signal a204 are II II II and the signal line 202 is '0'', The output of inverter 22 is 11
111, and rr 1 u is sent to the signal line 115B via the AND gate 33 and the OR gate 41. Signal line 201 is rr 1 n, signal line 202 and signal line 2
04 are both NOII, inverters 22 and 24
The outputs of both become '1', and '1' is sent to the signal line 115C via the AND gate 34. The signal line 202
is II 1 gg, II L H is sent to the signal line L15D via the AND gate 35.

上記第2図の動作を表にまとめると第3図のようになる
The operations shown in FIG. 2 above are summarized in a table as shown in FIG. 3.

セレクタ9は、セレクタ制御回路8の信号線115Aが
パ1″′の時は信号線111のゲスト実アドレスを選択
し、信号線115BがII I IIの時は信号線11
4のオールゼロを選択し、信号線115Cが1″の時は
信号線112のゲストプリフィクス値を、信号線115
Dが111 ″の時は信号47113のホストプリフィ
クス値をそれぞれ選択する。このセレクタ9の出力がホ
スト絶対アドレスとして信号線116に送出される。セ
レクタ9の条件とホスト絶対アドレスの関係を表にまと
めると第4図のようになる6即ち、2レベルのプリフィ
クス変換が実現される。
The selector 9 selects the guest real address of the signal line 111 when the signal line 115A of the selector control circuit 8 is P1''', and selects the guest real address of the signal line 111 when the signal line 115B is II II II.
4, all zeros, and when the signal line 115C is 1'', set the guest prefix value of the signal line 112 to the signal line 115C.
When D is 111'', each host prefix value of signal 47113 is selected.The output of selector 9 is sent to signal line 116 as the host absolute address.The relationship between the conditions of selector 9 and the host absolute address is summarized in a table. 6, that is, 2 levels of prefix conversion as shown in FIG. 4 is realized.

図示の実施例は次のように変更可能である。The illustrated embodiment can be modified as follows.

第1図の実施例では比較回路を3つ具備しているが、比
較回路を1つ又は2つにし、シーケンシャルに比較動作
を行っても良く、ゼロ検出回路のかわりに比較回路の片
方の入力を0′″とする構成として、ゼロ検出回路を比
較回路と置き替えても良い。
Although the embodiment shown in FIG. 1 has three comparison circuits, it is also possible to use one or two comparison circuits and perform the comparison operation sequentially, and one input of the comparison circuit can be used instead of the zero detection circuit. The zero detection circuit may be replaced with a comparator circuit in such a configuration that the zero detection circuit is set to 0''.

第2図の実施例のアンドゲート35は削除してもよく、
又、信号線115A〜115Dはエンコードした出力を
送出する構成をとっても良い。
The AND gate 35 in the embodiment of FIG. 2 may be deleted,
Further, the signal lines 115A to 115D may be configured to send encoded outputs.

第2図の実施例では信号線201〜204が入力条件無
しで入力されているが、個々の入力信号の入口にアンド
ゲートを接続し、このアンドゲートにモード信号を入力
することにより、インバータへの入力を強制的に110
.7にする構成をとってもよい。同様の口約で、信号線
115A〜115Cの個々の信号を強制的に′0″′に
するモードを持つ構成をとっても良い。
In the embodiment shown in FIG. 2, the signal lines 201 to 204 are input without any input conditions, but by connecting an AND gate to the input of each input signal and inputting a mode signal to this AND gate, the signal lines 201 to 204 are input to the inverter. Force input of 110
.. 7 may be used. In a similar manner, a configuration having a mode in which the individual signals of the signal lines 115A to 115C are forcibly set to ``0'''' may be adopted.

第2図の実施例では、信号線201が1″′の場合に、
115A、115B又は115DにII I IIが出
力される構成となっているが、モードを入力することに
より信号線115Dのみが゛1″となる構成をとっても
良い。
In the embodiment of FIG. 2, when the signal line 201 is 1'',
Although the configuration is such that III II II is output to 115A, 115B, or 115D, a configuration may be adopted in which only the signal line 115D becomes "1" by inputting a mode.

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

以上の説明から明らかな如く1本発明によれば2つ以上
のプリフィクス値による2レベルのプリフィクス変換を
1段階の動作で実現することができ、2レベルプリフイ
クス変換機能の飛躍的な処理性能の向上を図ることがで
きる。更に性能面から2レベルプリフイクス変換を採用
し得す、プログラム上の制約となっていた問題をも解決
することができる。
As is clear from the above description, according to the present invention, two-level prefix conversion using two or more prefix values can be realized in one step, and the processing performance of the two-level prefix conversion function is dramatically improved. It is possible to improve the Furthermore, it is possible to adopt two-level prefix conversion from a performance standpoint, and it is also possible to solve the problem that was a restriction on the program.

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

第1図は本発明の一実施例のブロック図、第2図は第1
図のセレクタ制御回路の詳細を示す図、第3図は第2図
のセレクタ制御回路の動作をまとめた図、第4図は第1
図のセレクタの選択条件と出力の関係をまとめた図であ
る。 1・・・アドレス変換サブユニット、  2,3・・・
プリフィクスレジスタ、  4・・・ゼロ検出回路、5
.6.7・・・比較回路、 8・・・セレクタ制御回路
、  9・・・セレクタ。 第  1  図 第4図
FIG. 1 is a block diagram of one embodiment of the present invention, and FIG. 2 is a block diagram of an embodiment of the present invention.
Figure 3 is a diagram summarizing the operation of the selector control circuit in Figure 2, and Figure 4 is a diagram showing the details of the selector control circuit in Figure 1.
FIG. 3 is a diagram summarizing the relationship between selection conditions and outputs of the selectors shown in the figure. 1... Address conversion subunit, 2, 3...
Prefix register, 4...Zero detection circuit, 5
.. 6.7... Comparison circuit, 8... Selector control circuit, 9... Selector. Figure 1 Figure 4

Claims (1)

【特許請求の範囲】[Claims] (1)プリフィクス変換機能を持つアドレス変換装置に
於いて、複数のプリフィクスレジスタと1つ以上のプリ
フィクス変換用比較回路を具備し、複数のプリフィクス
値による多重プリフィクス変換を行うことを特徴とする
アドレス変換装置。
(1) An address conversion device having a prefix conversion function, which is characterized by comprising a plurality of prefix registers and one or more comparison circuits for prefix conversion, and performing multiple prefix conversion using a plurality of prefix values. Device.
JP59181507A 1984-08-30 1984-08-30 Address converter Pending JPS6159553A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59181507A JPS6159553A (en) 1984-08-30 1984-08-30 Address converter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59181507A JPS6159553A (en) 1984-08-30 1984-08-30 Address converter

Publications (1)

Publication Number Publication Date
JPS6159553A true JPS6159553A (en) 1986-03-27

Family

ID=16101968

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59181507A Pending JPS6159553A (en) 1984-08-30 1984-08-30 Address converter

Country Status (1)

Country Link
JP (1) JPS6159553A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06202945A (en) * 1992-11-10 1994-07-22 Internatl Business Mach Corp <Ibm> Small address- based memory access method and computer system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06202945A (en) * 1992-11-10 1994-07-22 Internatl Business Mach Corp <Ibm> Small address- based memory access method and computer system

Similar Documents

Publication Publication Date Title
US4365292A (en) Array processor architecture connection network
US4163280A (en) Address management system
CA1173928A (en) Channel interface circuit
US4412303A (en) Array processor architecture
US3573855A (en) Computer memory protection
US4467447A (en) Information transferring apparatus
US4035780A (en) Priority interrupt logic circuits
US3668651A (en) Working device code method of i/o control
US4876646A (en) Data processor having multilevel address translation tables
EP0125855A2 (en) Buffer-storage control system
US4136383A (en) Microprogrammed, multipurpose processor having controllable execution speed
JPS6159553A (en) Address converter
JPS59214977A (en) Data processing device
JP2625815B2 (en) Code conversion device
US3356991A (en) Plural registers having common gating for data transfer
JPH04156620A (en) Virtual computer system
KR890002468B1 (en) Main storage fallure address control system in a data processing system
JPS6041145A (en) Disc cache device
JPH01250118A (en) Data processing system
JP2953405B2 (en) Method for speeding up logic simulation and logic simulation apparatus
JPS61269545A (en) Computer system
KR930014113A (en) External storage access method in parallel processing system
JPS61221846A (en) Control system for address conversion
JPS60134951A (en) Data transfer controller
JPH02162458A (en) Parallel processor