JPS6143737B2 - - Google Patents

Info

Publication number
JPS6143737B2
JPS6143737B2 JP57041825A JP4182582A JPS6143737B2 JP S6143737 B2 JPS6143737 B2 JP S6143737B2 JP 57041825 A JP57041825 A JP 57041825A JP 4182582 A JP4182582 A JP 4182582A JP S6143737 B2 JPS6143737 B2 JP S6143737B2
Authority
JP
Japan
Prior art keywords
address
microinstruction
ros
main memory
microinstructions
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
JP57041825A
Other languages
Japanese (ja)
Other versions
JPS57199047A (en
Inventor
Jeemuzu Piidasun Reimondo
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Publication of JPS57199047A publication Critical patent/JPS57199047A/en
Publication of JPS6143737B2 publication Critical patent/JPS6143737B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 発明の背景 発明の技術的分野 本発明は2進数変換、特に、相対的に大きい範
囲を持つ選択可能な2進数入力の各々に対して限
られた範囲の数から単一の代替2進数を与えるこ
とに係る。
DETAILED DESCRIPTION OF THE INVENTION BACKGROUND OF THE INVENTION TECHNICAL FIELD OF THE INVENTION The present invention relates to binary number conversion, and more particularly to binary number conversion from a limited range of numbers to a single number for each selectable binary input having a relatively large range. It concerns giving an alternative binary number of one.

先行技術 プログラム記憶式データ処理システムでは通常
2つのデータ処理システム制御方法が用いられ
る。1つはハードウエアの順序回路であり、他の
1つは連続するマイクロ命令を記憶してマイクロ
プログラムを構成する記憶素子から成る制御記憶
素子(CSE)を設計することである。両者はい
ずれも主記憶からCPUに転送された機械語命令
を解釈して命令のオペレーシヨン・コード部分の
コーデイングを決定し加算、減算、乗算等実行し
ようとする機能を決定する。CSEを用いる場合
は通常、オペレーシヨン・コードを利用して記憶
素子のアドレスを指定し、オペレーシヨン・コー
ドが要求する機能を実行するマイクロプログラム
の最初のマイクロ命令にアクセスする。
PRIOR ART Two data processing system control methods are commonly used in stored program data processing systems. One is to design a hardware sequential circuit, and the other is to design a control storage element (CSE) consisting of storage elements that store consecutive microinstructions to form a microprogram. Both interpret machine language instructions transferred from main memory to the CPU, determine the coding of the operation code portion of the instruction, and determine the functions to be executed, such as addition, subtraction, and multiplication. When using CSE, an operation code is typically used to address a storage element and access the first microinstruction of a microprogram that performs the function required by the operation code.

CSEの形態に関するすぐれた論議が“IEEE
Transaction On Computers、”Vol.C−23、
No.8、August1974、P817の論文
“Microprogramming:Perspective and
Status”に記載されている。CSEの1つの形態は
少なくとも2種類の記憶素子を含み、連続するマ
イクロ命令を記憶してマイクロプログラムを構成
するのに用いられる。2種類の記憶素子は読取専
用記憶(ROS)と書込可能制御記憶(WCS)で
ある。ROSはアドレス指定可能なマイクロ命令
を構成する2進ビツト・パターンから成り、デー
タ処理システムの動作中には決して変更されな
い。あるデータ処理システムでは、データ処理シ
ステム製造段階でROSの記憶素子の内容を固定
化する。ROSのもう1つの形態は必要に応じて
情報を記憶できる消去可能な記憶素子であるが、
一旦マイクロ命令が書込まれるとデータ処理動作
中に変更されることはない。これに対してWCS
は読取書込方式のアドレス指定可能な記憶素子
で、マイクロ命令を記憶素子に動的に記憶した後
は読取りまたはアクセスが可能であり、データ処
理動作中必要に応じて動的に変更可能である。前
記CSE構成の種類は米国特許第3478322号と第
3735363号に例示されている。
An excellent discussion of the form of CSE can be found in “IEEE
Transaction On Computers,”Vol.C−23,
No. 8, August 1974, P817 paper “Microprogramming: Perspective and
One form of CSE includes at least two types of storage elements and is used to store consecutive microinstructions to form a microprogram.The two types of storage elements are read-only storage elements. (ROS) and Writable Control Storage (WCS). ROS consists of binary bit patterns that constitute addressable microinstructions and never change during the operation of the data processing system. A data processing system In this case, the contents of the ROS storage element are fixed during the manufacturing stage of the data processing system.Another form of ROS is an erasable storage element that can store information as needed.
Once a microinstruction is written, it is not changed during a data processing operation. On the other hand, WCS
is a read/write addressable storage element in which microinstructions can be read or accessed after being dynamically stored in the storage element and can be dynamically changed as needed during data processing operations. . The types of CSE configurations mentioned above are described in U.S. Pat.
No. 3735363.

CSEを含む現代のデータ処理システムはま
た、システムが実行するプログラムおよびデータ
を記憶する主記憶とCPUを含む。また、全シス
テムに対する基本的制御を与えるプロセツサ・コ
ントローラまたはコンソールも含まれる。データ
処理システムに電源が入つたとき必要な情報をデ
ータ処理システムにロードするのはプロセツサ・
コントローラの機能である。
Modern data processing systems, including CSEs, also include main memory and a CPU that stores the programs and data that the system executes. Also included is a processor controller or console that provides basic control over the entire system. The processor loads the necessary information into the data processing system when it is powered on.
This is a function of the controller.

主記憶はシステムを動作するのに必要なマイク
ロプログラムのすべてを含む多数のシステム制御
データ・ブロツク用に予約された部分を有する。
主記憶の前記予約部分はシステムが実行するプロ
グラム命令によつてアドレス可能ではないが、本
来はマイクロ命令の制御を受けるCPUによつて
アドレス可能である。データ・プロセツサを初期
設定するため、プロセツサ・コントローラはすべ
てのマイクロコードと、システムに必要な他の制
御情報を、主記憶の予約部分に転送する。特別な
データ経路を利用することによつて、プロセツ
サ・コントローラは、ROSが読取書込方式の記
憶素子であればCSEのROSを含むCPU内の各種
のレジスタ、トリガ、または記憶アレイに予め特
定した情報を格納する能力を有する。この能力は
ROSが永久記憶素子である場合には必要としな
い。WCSが与えられる場合、WCSはプロセツ
サ・コントローラによつて初期設定されるか、ま
たは少なくともプロヤツサ・コントローラは
WCSで利用されるマイクロコードのすべてを主
記憶に格納する。
Main memory has a portion reserved for a number of system control data blocks containing all of the microprograms necessary to operate the system.
The reserved portion of main memory is not addressable by program instructions executed by the system, but is addressable by the CPU, which is originally under the control of microinstructions. To initialize the data processor, the processor controller transfers all microcode and other control information needed by the system to a reserved portion of main memory. By utilizing special data paths, the processor controller can pre-specify various registers, triggers, or storage arrays within the CPU, including the CSE's ROS if the ROS is a read-write storage element. Has the ability to store information. This ability is
Not required if ROS is a permanent storage element. If a WCS is given, the WCS is initialized by the processor controller, or at least the processor controller
All microcode used by WCS is stored in main memory.

CSEのROSは通常、使用頻度の高いマイクロ
コードに対して使用される。ROSは構造的に密
度が高くかつ高速であるが、WCSと比較して高
価格である。データ処理システムの設計の進歩に
従つて、マイクロプログラムのすべてが頻繁な処
理機能を要求するものとして書込まれるようにな
り、ROS記憶素子はマイクロ命令の順序を与え
るのに必要な固定ビツト・パターンによつて製造
される。データ処理システム設計段階、または設
計完成後に、既に出来上つているROSのマイク
ロ命令にエラーがあることがしばしば発見され
る。データ処理システム全体の設計が完成し、マ
イクロ命令のエラーが修正された後で生じる
ROSのもう1つのエラーは、ROSのハードウエ
ア装置に発生する永久的な故障によるものであ
る。また、ROSに永久記憶されるマイクロコー
ドは最初、データ処理システム設計段階で実行さ
れる既知の特性、機能および命令による書込みに
よつて作られる。新規の特性、機能の変更、また
はROSのビツト・パターンの変更を必要とする
新たに定義されたプログラム命令は、長い期間と
高い経費を必要とする処理を必要とし、既に使用
中のシステムは容易に変更できない。
CSE's ROS is typically used for frequently used microcode. ROS is structurally dense and fast, but it is expensive compared to WCS. As data processing system design advances, all microprograms are written requiring frequent processing functions, and ROS storage elements are used to store the fixed bit patterns needed to provide the ordering of microinstructions. Manufactured by. It is often discovered during the data processing system design stage, or after the design is complete, that there are errors in the existing ROS microinstructions. Occurs after the entire data processing system design has been completed and microinstruction errors have been corrected
Another type of ROS error is due to a permanent failure in the ROS hardware equipment. Additionally, the microcode that is permanently stored in ROS is initially created by writing known characteristics, functions, and instructions that are performed during the data processing system design phase. Newly defined program instructions that require new characteristics, changes in functionality, or changes to the ROS bit pattern require lengthy and expensive processing that systems already in use cannot easily handle. cannot be changed to

発明の要約 本発明の第一の目的はROSにおける欠陥マイ
クロ命令のアドレスに対して代替の主記憶アドレ
スを作る2進数置換装置を与えることである。主
記憶アドレスは、欠陥があるかもしれないROS
に記憶された相対的に大きい数のマイクロ命令に
必要とする代替のマイクロ命令として主記憶に取
つてある相対的に小さいアドレス区域の1つであ
る。
SUMMARY OF THE INVENTION A primary object of the present invention is to provide a binary replacement device that creates alternative main memory addresses for the addresses of defective microinstructions in ROS. Main memory address may be defective ROS
One of the relatively small address areas set aside in main memory as a replacement microinstruction for the relatively large number of microinstructions stored in the memory.

本発明は主記憶、CPU、プロセツサ・コント
ローラ、および制御記憶素子(CSE)を含む現
代のデータ処理システムにおいて利用される。
CSEはマイクロ命令の記憶として読取専用記憶
(ROS)と書込可能制御記憶(WCS)を含む。
ROSは予定数のアドレス指定可能なマイクロ命
令を有する。WCSは多くのデータ処理システム
の主記憶とCPUの間にある高速バツフアまたは
キヤツシユ記憶に似た機能を本質的に有する。す
なわち、WCSはマイクロコードに対して主記憶
に予約された領域に記憶可能な全マイクロ命令の
うちに少数のマイクロ命令を有する。WCSはマ
イクロ命令のグループをWCSに転送するため主
記憶にアクセスする場合に利用する主記憶アドレ
スを用いて、WCSにおけるマイクロ命令を識別
しかつその場所を示すためのアドレス・ダイレク
トリを含む完全な連想記憶である。WCSの容量
は限られているから、最近最も使用されない
(LRU)マイクロ命令を置換するアルゴリズムが
実行される。新しいマイクロ命令が主記憶から
WCSに転送されると置換アルゴリズムはマイク
ロ命令の新しいグループで置換されるWCSの部
分を識別する。必要に応じて、主記憶からWCS
に対するマイクロ命令グループの動的な転送は入
出力装置と主記憶の間のデータ転送に似ており、
“ページング”と呼ばれる。したがつて、前記の
方法でWCSを使用することはページ可能な制御
記憶(PCS)と名称を改めることが考えられる。
The present invention is utilized in modern data processing systems that include main memory, a CPU, a processor controller, and a control storage element (CSE).
The CSE includes read-only storage (ROS) and writable control storage (WCS) as microinstruction storage.
ROS has a predetermined number of addressable microinstructions. WCS essentially functions similar to the high-speed buffer or cache storage that exists between main memory and the CPU in many data processing systems. That is, the WCS has a small number of microinstructions out of all the microinstructions that can be stored in an area reserved in main memory for microcode. The WCS uses main memory addresses, which are used to access main memory to transfer groups of microinstructions to the WCS, to identify and locate microinstructions in the WCS, including a complete address directory. It is an associative memory. Since the WCS has limited capacity, an algorithm is implemented to replace least recently used (LRU) microinstructions. new microinstructions from main memory
Once transferred to the WCS, the replacement algorithm identifies the portion of the WCS to be replaced with a new group of microinstructions. WCS from main memory if necessary
The dynamic transfer of microinstruction groups to is similar to data transfer between an input/output device and main memory,
This is called “paging”. Therefore, using WCS in the manner described above may be renamed pageable control storage (PCS).

停止アレイと呼ばれる記憶素子はROSにおい
てアドレス指定可能な各々のマイクロ命令に関連
する単一のビツト位置を含む。ROSから読取ら
れた特定のマイクロ命令の動作でエラーがみつか
ると、保守担当者はプロセツサ・コントローラに
必要な情報を与えて停止アレイの関連ビツト位置
を2進の1に変化させる。停止アレイはROSに
アクセスするのに利用されるマイクロ命令のアド
レスと同じアドレスによつてアクセスされる。対
応するビツト位置が取出され2進の1が検出され
ると、欠陥マイクロ命令の実行は阻止される。
A storage element called a stop array contains a single bit location associated with each addressable microinstruction in ROS. When an error is found in the operation of a particular microinstruction read from ROS, the maintenance personnel provides the necessary information to the processor controller to change the relevant bit position in the stop array to a binary one. The stop array is accessed by the same address of the microinstruction used to access ROS. Execution of the defective microinstruction is blocked when the corresponding bit position is fetched and a binary 1 is detected.

停止アレイからの停止信号に応答してROSの
欠陥マイクロ命令のアドレスは、本発明のアドレ
ス置換装置で利用され、欠陥マイクロ命令に代る
マイクロ命令の主記憶における位置をアドレス指
定する代替アドレスを与える。
In response to a stop signal from the stop array, the address of the defective microinstruction in the ROS is utilized in the address replacement apparatus of the present invention to provide an alternate address addressing a location in main memory of the microinstruction in place of the defective microinstruction. .

本発明に従つて各々が8つの2進ビツトから成
る256のアドレス可能な場所を有する2つの容易
に使用可能な記憶アレイを与えることによりアド
レス置換装置の実効化と更新が容易に達成され
る。2つの記憶アレイはそれぞれROSマイクロ
命令のアドレスを表す入力2進数の第1と第2の
部分によつてアドレス指定される。代替アドレス
を必要とするのは停止アレイが示す欠陥マイクロ
命令のアドレスと一致するROSアドレスだけで
ある。ROSの欠陥マイクロ命令が保守担当者に
よつて決定されると、適合する主記憶アドレスが
決定され、そのアドレスの第1と第2の部分は入
力2進数によつて第1と第2の記憶アレイのアド
レス指定された場所に格納される。2つの記憶ア
レイのアドレス指定された場所が与える出力の組
合せによつてページ可能制御記憶のアドレス指定
装置で利用するのに必要な主記憶アドレスが作り
出される。
Implementation and updating of the address replacement system is easily accomplished in accordance with the present invention by providing two readily available storage arrays each having 256 addressable locations of 8 binary bits. The two storage arrays are addressed by first and second portions of the input binary number, each representing the address of a ROS microinstruction. Only ROS addresses that match the address of the defective microinstruction indicated by the stop array require replacement addresses. Once a defective microinstruction in ROS is determined by the maintenance personnel, a matching main memory address is determined, and the first and second parts of that address are assigned to the first and second memory locations according to the input binary numbers. Stored in the addressed location of the array. The combination of the outputs provided by the addressed locations of the two storage arrays produces the necessary main storage addresses for use by the pageable control storage addressing system.

第1図は現代のデータ処理システムにおけるプ
ロセツサ・コントローラ20、主記憶21、およ
び制御記憶素子(CSE)の関係を示すブロツク
図である。CSEは本発明の理解に必要な部分だ
けが示されている。CSEは各サイクルで読取専
用制御記憶(ROS)24またはページ可能制御
記憶(PCS)25のいずれかから線23に受取つ
たマイクロ命令を記憶する制御記憶データ・レジ
スタ(CSDR)22を含む。
FIG. 1 is a block diagram illustrating the relationship between a processor/controller 20, main memory 21, and control storage element (CSE) in a modern data processing system. Only the portions of CSE necessary for understanding the present invention are shown. The CSE includes a control store data register (CSDR) 22 that stores microinstructions received on line 23 from either read-only control store (ROS) 24 or pageable control store (PCS) 25 on each cycle.

CSDR22に記憶された各マイクロ命令はいく
つかの制御フイールド26を含み、それらを解読
することによつてデータ処理システムにおけるデ
ータ・フロー、論理、および演算を制御する。
CSEを利用する現代の多くのデータ処理システ
ムでは、各マイクロ命令はまた次のマイクロ命令
を逐次アドレス指定するのに必要な情報を含む。
文献でしばしば“次アドレス(NA)”と引用され
る“次マイクロ命令”のアドレスはCSDR22の
ビツト位置0−13を含む。マイクロ命令を分岐
する能力を与えるため各マイクロ命令はまた分岐
制御フイールドX27と分岐制御フイールドY2
8を含む。分岐制御フイールド27と28はデー
タ処理の特定のマシン状態を選択するためコード
化され、マイクロ命令分岐に対してコード化した
情報を与える。前記分岐機能は前記関連引用特許
2に詳細に開示されている。分岐情報は第1図の
線29に現れ、ROS24またはPCS25のいず
れかからアドレス指定されアクセスされる4つの
マイクロ命令のうちの1つを選択し、線23の選
択されたマイクロ命令をCSDR22に転送する。
Each microinstruction stored in CSDR 22 includes a number of control fields 26 that, when decoded, control data flow, logic, and operations in the data processing system.
In many modern data processing systems that utilize CSE, each microinstruction also contains the information necessary to sequentially address the next microinstruction.
The address of the "next microinstruction", often referred to in the literature as the "next address (NA)", includes bit positions 0-13 of CSDR 22. To give the microinstruction the ability to branch, each microinstruction also has a branch control field X27 and a branch control field Y2.
Contains 8. Branch control fields 27 and 28 are coded to select a particular machine state for data processing and provide coded information for microinstruction branches. The branching function is disclosed in detail in the related cited patent No. 2 mentioned above. Branch information appears on line 29 in Figure 1, selecting one of the four microinstructions addressed and accessed from either ROS 24 or PCS 25, and forwarding the selected microinstruction on line 23 to CSDR 22. do.

データ処理装置の一連のマイクロ命令を作成し
ているマイクロプログラマはCSDR22の各マイ
クロ命令をコード化してROS24またはPCS2
5のいずれかからアドレス指定しアクセスする能
力を有する。前記の選択はNAビツト位置0の状
態によつて行われる。2進“0”によつてNAビ
ツト位置の残りはアドレス解読30で有効となり
ROS24に対するアクセスとその読出しが行わ
れる。NAビツト位置の2進“1”によつてPCS
25に関連するアドレス解読31が動作可能にな
る。
A microprogrammer who is creating a series of microinstructions for a data processing device must code each microinstruction in CSDR22 and write it to ROS24 or PCS2.
It has the ability to be addressed and accessed from any of 5. The above selection is made by the state of the NA bit position 0. The binary “0” makes the rest of the NA bit position valid for address decoding 30.
The ROS 24 is accessed and read. PCS by binary “1” in NA bit position
Address decoding 31 associated with 25 becomes operational.

NAビツト位置0が2進“0”を示す信号が線
32で送られると、ゲート33は有効となり、
NAビツト1−13は線34を通つてROS24の
アドレス解読30に転送される。NAビツト位置
0が2進“1”を示す信号が線35で送られる
と、ゲート36はイネーブルとなりNAビツト1
−10は線37を通つてページ可能アドレス・ダ
イレクトリ38に転送される。線35の信号はま
たゲート39をイネーブルし、NAビツト11−
13は線40を通つて転送され、PCS25のアド
レス解読31で利用するアドレスの一部分にな
る。PCS25のアドレス解読31で利用するアド
レスの残りはページ可能アドレス・ダイレクトリ
38に関連するコード化装置42から線41で転
送される。
When a signal is sent on line 32 indicating that NA bit position 0 is a binary "0", gate 33 is enabled;
NA bits 1-13 are transferred over line 34 to address decoder 30 of ROS 24. When a signal is sent on line 35 indicating that NA bit position 0 is a binary "1", gate 36 is enabled and NA bit 1 is
-10 is transferred through line 37 to pageable address directory 38. The signal on line 35 also enables gate 39 and NA bits 11-
13 is transferred over line 40 and becomes part of the address used in address decoding 31 of PCS 25. The remainder of the addresses for use in address decoding 31 of PCS 25 are transferred on line 41 from encoding device 42 associated with pageable address directory 38.

ページ可能アドレス・ダイレクトリ38は
LRU装置43によつて与えられる置換アルゴリ
ズムによつて正しく動作する。ページ可能アドレ
ス・ダイレクトリ38、コード化装置42、およ
びLRU装置43の機能は前記関連引用特許3お
よび4に詳細に開示されている。
The pageable address directory 38 is
The replacement algorithm provided by the LRU device 43 works correctly. The functions of pageable address directory 38, encoding device 42, and LRU device 43 are disclosed in detail in the related cited patents 3 and 4, cited above.

主記憶21で区域44は必要に応じてPCS25
に転送されるマイクロコードに対して予約されて
いる。予約区域44にはプロセツサ・コントロー
ラ20からマイクロコードをロードする。ある量
のマイクロコードが主記憶21からPCS25に線
45で転送されるたびに、主記憶21はアドレス
解読装置46によつてアドレス指定され、連続す
る512の8ビツト・バイト線45でPCS25に
転送する。512バイトは32マイクロ命令を与える
ように配列され、32マイクロ命令はマイクロコー
ドの“行”として識別される。
In the main memory 21, the area 44 is stored in the PCS 25 as necessary.
Reserved for microcode transferred to Reserved area 44 is loaded with microcode from processor controller 20. Each time an amount of microcode is transferred from main memory 21 to PCS 25 on line 45, main memory 21 is addressed by address decoder 46 and transferred to PCS 25 on line 45 of 512 consecutive 8-bit bytes. do. The 512 bytes are arranged to provide 32 microinstructions, and the 32 microinstructions are identified as a "line" of microcode.

NAビツト1−13の配列方法に従つてNAビツ
ト11,12および13はXYの分岐機能によつ
て与えられる最後の2ビツトとともに、32マイク
ロ命令の行の中の個々のマイクロ命令を識別す
る。NAビツトの残りはセグメント内のセグメン
トと行の識別を与えるように配列される。すなわ
ち、NAビツト1−5はマイクロコードの32セグ
メントを識別可能であり、NAビツト6−10は
マイクロコードの個々のセグメント内の32行を識
別可能である。NAビツト1−13およびXY分岐
ビツトの前記アドレス指定能力は、予約区域44
に記憶可能な32K(K=1024)のマイクロ命令の
アドレス指定能力を与える。本発明の良好な実施
例で利用する能力は前記能力以下の能力である。
特に、ROS24は8Kのマイクロ命令を永久記憶
するように設計されている。したがつて、アドレ
ス解読装置30は13のNAビツトを受領中のよう
に示されているのに対して、NAビツト3−13
だけがXY分岐選択とともに8Kのマイクロ命令の
中の1つにアクセスを与えることが要求される。
Depending on how NA bits 1-13 are arranged, NA bits 11, 12 and 13, along with the last two bits provided by the XY branch function, identify individual microinstructions in a line of 32 microinstructions. The remainder of the NA bits are arranged to provide segment and row identification within the segment. That is, NA bits 1-5 can identify 32 segments of microcode, and NA bits 6-10 can identify 32 lines within each segment of microcode. The addressing capabilities of NA bits 1-13 and XY branch bits are reserved area 44.
It provides an addressability of 32K (K=1024) microinstructions that can be stored in the memory. The capabilities utilized in the preferred embodiment of the present invention are below these capabilities.
Specifically, ROS24 is designed to permanently store 8K microinstructions. Therefore, while address decoder 30 is shown receiving 13 NA bits,
Only one is required to provide access to one of the 8K microinstructions with XY branch selection.

PCS25は第1図に示すように配列され、32行
のマイクロコード、合計1Kのマイクロ命令を含
む。前記関連引用特許3と4における開示に従つ
て、ページ可能主記憶アドレスを指定する各々の
NAは線35に示すようにページ可能アドレス・
ダイレクトリ38における連想検索を開始し、
PCS25のどの行がアドレス指定されているマイ
クロコード行を含んでいるかを決定する。求めて
いる行がPCS25に格納されている場合、ページ
可能アドレス・ダイレクトリ38における関連レ
ジスタの1つは突合せを表示しその一致はコード
化装置42によつてコード化され、PCS25にお
ける正しい行の選択に必要な5つのアドレス・ビ
ツトを線41に供給する。NAビツト11−13
の残りは線40でアドレス解読装置31に転送さ
れ、4つのマイクロ命令の分岐グループを選択す
る。線23でCSDR22に転送される分岐グルー
プ中の特定のマイクロ命令はXY分岐解読29に
よつて選択される。
The PCS 25 is arranged as shown in FIG. 1 and contains 32 lines of microcode, totaling 1K microinstructions. In accordance with the disclosures in Related Cited Patents 3 and 4, each of which specifies a pageable main memory address.
NA is a pageable address as shown in line 35.
Start an associative search in the directory 38,
Determine which line of PCS 25 contains the microcode line being addressed. If the sought row is stored in the PCS 25, one of the associated registers in the pageable address directory 38 will indicate a match and the match will be encoded by the encoder 42 to identify the correct row in the PCS 25. The five address bits necessary for selection are provided on line 41. NA bits 11-13
The remainder is transferred on line 40 to address decoder 31, which selects a branch group of four microinstructions. The particular microinstruction in the branch group that is transferred to CSDR 22 on line 23 is selected by XY branch decode 29.

NAビツト1−10によつて識別されたページ
可能マイクロコード行がページ可能アドレス・ダ
イレクトリ38において不一致の場合、不一致を
表す線48の信号がゲート49で有効となつて
NAビツト1−10を線50でアドレス解読装置
46に転送し、要求されたマイクロコード行を含
む512バイトのPCS25に対する転送を線45で
開始する。LRU装置43は前記関連引用特許4
における開示に従つて、マイクロコード行を受
領、格納するのに最近最も使用されないPCS25
の行を選択する。LRU装置43で選択された
PCS25の行によつて次アドレス・ビツト1−1
0はページ可能アドレス・ダイレクトリ38の関
連レジスタに格納される。
If the pageable microcode lines identified by NA bits 1-10 are mismatched in pageable address directory 38, a signal on line 48 representing a mismatch is asserted at gate 49.
NA bits 1-10 are transferred to the address decoder 46 on lines 50 and a transfer to the PCS 25 of the 512 bytes containing the requested microcode line is initiated on line 45. The LRU device 43 is the related cited patent 4.
According to the disclosure in
Select the row. selected by LRU device 43
Next address bits 1-1 by row of PCS25
A zero is stored in the associated register of the pageable address directory 38.

第2図は第1図で開示された装置のある部分を
含むブロツク図で同じ参照番号が使用されてい
る。現代のデータ処理システムにおけるCSEの
付加構造は第2図に示される。現アドレス・レジ
スタ51はCSDR22に対する転送のためマイク
ロ命令にアクセスするのに利用されるXY分岐ビ
ツトを含む完全なアドレスを記憶する。各マイク
ロ命令の次アドレス部分52は第1図に示すアド
レス解読装置30または31に転送されるとき、
現アドレス・レジスタ51に線53で転送され
る。したがつて現アドレス・レジスタ51は制御
フイールド26が有効であるサイクルの間に
CSDR22に転送、記憶される各マイクロ命令の
アドレスを保持する。第2図に示すもう1つのレ
ジスタは補助アドレス・レジスタ54で、現代の
データ処理システムで利用され、CSEの順序付
けの間に線55でいくつかの他のソースから制御
記憶アドレス情報を受領する。
FIG. 2 is a block diagram containing certain portions of the apparatus disclosed in FIG. 1, and the same reference numerals have been used. The additional structure of CSE in modern data processing systems is shown in Figure 2. Current address register 51 stores the complete address including the XY branch bits used to access the microinstruction for transfer to CSDR 22. When the next address portion 52 of each microinstruction is transferred to the address decoder 30 or 31 shown in FIG.
Transferred to current address register 51 on line 53. Therefore, the current address register 51 is
Holds the address of each microinstruction transferred to and stored in the CSDR 22. Another register shown in FIG. 2 is auxiliary address register 54, which is utilized in modern data processing systems to receive control storage address information from some other source on line 55 during CSE sequencing.

CSEにおける第1サイクル制御記憶の概念を
開示する前記関連引用特許1に従つてCSEに対
する追加入力が第2図の記述に加えられている。
すなわち機械語命令実行の第1サイクルで機械語
命令のオペレーシヨン・コードが機械語命令実行
の第1サイクルに対してだけ利用される制御記憶
素子にアクセスするのに利用される。第2図図の
線56で機械語命令のOP CODE部分を受領す
る。線57の信号が機械語命令実行の第1サイク
ルを表すとき、ゲート58はイネーブルとなり
OP CODEビツトを線59で現アドレス・レジス
タ51に転送する。したがつて、現アドレス・レ
ジスタ51は第1サイクルでアクセスされたマイ
クロ命令がCSDR22に記憶されるサイクルの間
に線56に表されているOP CODEの表示を格納
する。
Additional inputs to the CSE have been added to the description of FIG. 2 in accordance with the related cited patent 1, which discloses the concept of first cycle control storage in the CSE.
That is, in the first cycle of machine language instruction execution, the operation code of the machine language instruction is used to access a control storage element that is used only for the first cycle of machine language instruction execution. The OP CODE portion of the machine language instruction is received at line 56 in FIG. Gate 58 is enabled when the signal on line 57 represents the first cycle of machine instruction execution.
Transfer the OP CODE bit to the current address register 51 on line 59. Current address register 51 therefore stores an indication of the OP CODE represented on line 56 during the cycle in which the microinstruction accessed in the first cycle is stored in CSDR 22.

前に述べたように、いくつかの状況において第
1図のROSに前に書込まれて記憶されているマ
イクロコードの常態における順序の変更を必要と
する。前記の状況にはマイクロ命令の永久エラー
検出の場合、個々のマイクロ命令は正しいがデー
タ処理システムにおける別のハードウエアに修正
を要するエラー状態を生じた場合、第1サイクル
制御記憶からアクセスしたマイクロ命令に欠陥が
ある場合、またはデータ処理システムが本来は実
行するように設計されていなかつた機械語命令の
OP CODEに応答することを要求される場合を含
む。前記の状況のすべてにおいて、CSDR22に
転送されたマイクロ命令が正常に機能することを
禁止し、第1図のPCS25からアクセスされるマ
イクロ命令に置換えることが本発明の主要な目的
である。
As previously mentioned, some situations require a change in the normal order of microcode previously written and stored in the ROS of FIG. Such situations include permanent error detection of microinstructions, where an individual microinstruction is correct but causes an error condition in other hardware in the data processing system that requires correction; is defective or contains machine language instructions that the data processing system was not originally designed to execute.
Including when required to respond to OP CODE. In all of the above situations, it is a primary objective of the present invention to prohibit the microinstructions transferred to CSDR 22 from functioning properly and replace them with microinstructions accessed from PCS 25 of FIG.

前記の目的を達成する本発明の装置には第1サ
イクル停止アレイ60、ROS停止アレイ61、
およびアドレス置換装置62を含む。アレイ60
および61の各々はエラー状態を作り出す可能性
のある各マイクロ命令に対する単一ビツト記憶場
所を有する。線56で受領したOP CODEが標準
である8ビツトの場所を有する場合、第1サイク
ル停止アレイ60は256ビツトの記憶場所を有す
る。本発明の良好な実施例においてROS24は
8Kのマイクロ命令を記憶し、したがつてROS停
止アレイ61は8Kビツトの記憶場所から成る。
The device of the present invention that achieves the above objectives includes a first cycle stop array 60, a ROS stop array 61,
and an address replacement device 62. array 60
and 61 each have a single bit storage location for each microinstruction that can create an error condition. If the OP CODE received on line 56 has the standard 8 bit locations, then the first cycle stop array 60 has 256 bit locations. In a preferred embodiment of the invention, ROS24 is
Storing 8K microinstructions, the ROS stop array 61 therefore consists of 8K bits of storage locations.

第1サイクル停止アレイ60またはROS停止
アレイ61のいずれかがアクセスされるとき、線
59のOP CODE、またはROS24のアドレスを
示す信号線32によつてゲートされる線63の次
アドレス部分52によつて、アクセスされたビツ
ト記憶位置の2進“1”はエラー状態を示す停止
信号を線46に与え、第1サイクル制御記憶また
は第1図のROS24のどちらかからアクセスさ
れたマイクロ命令の制御フイールド26の動作を
線65で禁止する。
When either the first cycle stop array 60 or the ROS stop array 61 is accessed, the next address portion 52 of the line 63 is gated by the OP CODE on line 59 or the signal line 32 indicating the address of ROS 24. Thus, a binary "1" in the accessed bit storage location will provide a stop signal on line 46 indicating an error condition and will cause the control field of the microinstruction accessed from either the first cycle control store or ROS 24 of FIG. 26 is prohibited by line 65.

第1図のプロセツサ・コントローラ20はデー
タ処理システムの初期設定の間に利用され、第1
サイクル停止アレイ60またはROS停止アレイ
61に2進“1”および2進“0”の正しいパタ
ーンを与える。この情報は保守担当者によつて作
り出され、初期設定のプロセスの間に線66,6
7、および68で前記アレイに入力される。マイ
クロ命令実行を変更する必要が生じると、正しい
ビツト・パターンが停止アレイの記憶に対し、禁
止しようとするマイクロ命令に関連するアドレス
で保守担当者によつて作り出される。
Processor controller 20 of FIG. 1 is utilized during initial setup of a data processing system and
Provide the cycle stop array 60 or ROS stop array 61 with the correct pattern of binary "1s" and binary "0s." This information is created by maintenance personnel and is
7, and 68 into the array. When it becomes necessary to change microinstruction execution, the correct bit pattern is created by the maintenance personnel for the storage of the stop array at the address associated with the microinstruction that is to be inhibited.

停止が信号線64で示されると、代替のマイク
ロ命令がアクセスされることになつているマイク
ロ命令の現アドレス・レジスタ51に記憶されて
いるアドレスはゲート70を通つて線69でアド
レス置換装置62に転送される。アドレス置換装
置62は現アドレス・レジスタ51に記憶されて
いるアドレスを主記憶アドレスに変換し、線71
で補助アドレス・レジスタ54に転送する。アド
レス変換プロセスの一部として、72で2進
“0”として示す現アドレス・レジスタ51のビ
ツト位置0は、補助アドレス・レジスタ54の7
3で示す2進“1”に変換される。その後、補助
アドレス・レジスタ54に記憶されたアドレス−
主記憶アドレス−は線74でページ可能アドレ
ス・ダイレクトリ38に転送され、第1図に関連
して述べたようにPCS25の正規のアクセス機能
を開始する。
When a stop is indicated on signal line 64, the address stored in the current address register 51 of the microinstruction to which the replacement microinstruction is to be accessed is passed through gate 70 to address substitution device 62 on line 69. will be forwarded to. Address substitution device 62 converts the address stored in current address register 51 into a main memory address and
is transferred to the auxiliary address register 54. As part of the address translation process, bit position 0 of current address register 51, shown as a binary "0" at 72, is transferred to bit position 7 of auxiliary address register 54.
It is converted to a binary "1" indicated by 3. Thereafter, the address stored in the auxiliary address register 54 -
The main memory address - is transferred on line 74 to pageable address directory 38 to begin normal access functions of PCS 25 as described in connection with FIG.

第1図のプロセツサ・コントローラ20は線6
6と75に情報を入手するのに利用され、初期設
定のプロセスの間に、欠陥マイクロ命令に取つて
代るマイクロ命令のアドレス−第1図の主記憶に
ある−を与える。現アドレス・レジスタ51にお
いて欠陥マイクロ命令のアドレスに関連のある線
75の主記憶アドレスは、アドレス置換装置62
に記憶された後は、前記欠陥マイクロ命令のアド
レスが利用されるときはいつも線71で生成され
る。
Processor controller 20 in FIG.
6 and 75 to provide the address of the microinstruction - located in main memory in FIG. 1 - to replace the defective microinstruction during the initialization process. The main memory address on line 75 associated with the address of the defective microinstruction in current address register 51 is replaced by address replacement device 62.
After being stored in , it is generated on line 71 whenever the address of the defective microinstruction is utilized.

第3図は代替マイクロ命令に対する主記憶アド
レスを第2図のアドレス置換装置62の入力とし
て作り出すいくつかの代りの方法を示す。1つの
方法は8Kの記憶パツチ区域77を作り出す関連
主記憶アドレスを与えるのに8KのROS76の各
アドレスを必要とする。前記の方法で第2図のア
ドレス置換装置62に対する唯一の要求は、現ア
ドレス・レジスタ51のアドレス位置72の2進
“0”を補助アドレス・レジスタ54の2進
“1”に変換することである。この方法ではアド
レス置換装置62は非常に簡単なものとなるが、
主記憶のアドレス空間は極めて無駄が多く、主記
憶に8Kのマイクロ命令アドレスを恒常的に予約
しておかなければならない。
FIG. 3 illustrates several alternative methods of creating main memory addresses for replacement microinstructions as inputs to address replacement unit 62 of FIG. One method requires each 8K ROS 76 address to provide an associated main memory address creating an 8K storage patch area 77. In the manner described above, the only requirement on address substitution device 62 of FIG. be. In this method, the address substitution device 62 becomes very simple, but
Main memory address space is extremely wasteful, and 8K microinstruction addresses must be permanently reserved in main memory.

第3図に示すもう1つの方法では、次アドレス
(NA)ビツト53を利用して8Kのアドレス置換
表78をアドレス指定する。すなわち、8KROS
の各アドレスは、個々のアドレスが欠陥マイクロ
命令に対するアクセスを与える場合にのみ、アド
レス置換表78にアドレス指定可能な項目を有す
る。したがつて、第2図のアドレス置換装置62
は欠陥マイクロ命令を検出するだけでなく、79
に示すようにROSの各々の欠陥場所に対して主
記憶に1つの場所だけを予約する能力を与える。
比較的高価なアドレス置換表78を含むことによ
つて、代替マイクロ命令に極めて僅かの空間を割
振るだけで主記憶21で多大の圧縮が実現可能と
なる。
Another method, shown in FIG. 3, utilizes the next address (NA) bit 53 to address an 8K address permutation table 78. i.e. 8KROS
has an addressable entry in address substitution table 78 only if the respective address provides access to the defective microinstruction. Therefore, the address replacement device 62 of FIG.
not only detects defective microinstructions, but also
gives the ability to reserve only one location in main memory for each defective location in ROS, as shown in .
By including the relatively expensive address substitution table 78, a great deal of compression can be achieved in main memory 21 while allocating very little space to alternative microinstructions.

第2図のアドレス置換装置62に対する良好な
結果が第3図の80と81に表されている。
8KROSのアドレス空間80は記憶パツチ区域8
1に圧縮される。これは代替マイクロ命令に対し
て予約を必要とする主記憶の量と、第2図のアド
レス置換装置62によつて実行されるアドレス変
換の経費と効率の間の妥協の産物である。図示さ
れているように、8KROSアドレス80は0000−
FFFF(各々の場所は4つの2進ビツトから成る
16進数を表す)の範囲を示し、記憶パツチ区域8
1は主記憶アドレスF800−FFFFの範囲で合計
2Kのマイクロ命令アドレスを示す。16進表示は
広く普及しているが、16進数を表す4つの2進ビ
ツトの個々の表示を第5図に示す。
Good results for address replacement device 62 of FIG. 2 are represented at 80 and 81 in FIG.
8KROS address space 80 is memory patch area 8
Compressed to 1. This is a compromise between the amount of main memory that needs to be reserved for replacement microinstructions and the cost and efficiency of the address translations performed by address replacement unit 62 of FIG. As shown, the 8KROS address 80 is 0000−
FFFF (each location consists of 4 binary bits)
represents the hexadecimal number), and the memory patch area 8
1 is the total in the range of main memory address F800-FFFF
Indicates a 2K microinstruction address. Although hexadecimal representation is widely used, an individual representation of the four binary bits representing a hexadecimal number is shown in FIG.

第4図は本発明のアドレス置換装置62で、第
2図に示す現アドレス・レジスタ51と補助アド
レス・レジスタ54の間に位置する。アドレス置
換装置62は第1変換アレイ82と第2変換アレ
イ83から成る。変換されるアドレスのフオーマ
ツトは84に示す第1サイクルのフオーマツトま
たは85に示す任意のROSアドレスを含む。第
1サイクルのマイクロ命令のアドレスはビツト位
置4−11に8ビツトのOP CODEを含む。ま
た、84のビツト位置12のモード・ビツトは、例
えば2つの異なる命令セツトを有するデータ処理
システムにおけるOP CODEの存在を表す。84
の残りのビツト位置は2進“0”である。85の
ビツト位置3−15でROSのアドレス範囲0−
8Kを表す。ビツト位置0−2はすべて2進
“0”で、ROSのアドレスを表す。
FIG. 4 shows the address substitution device 62 of the present invention, located between the current address register 51 and the auxiliary address register 54 shown in FIG. Address substitution device 62 consists of a first translation array 82 and a second translation array 83. The format of the address to be translated includes the first cycle format shown at 84 or any ROS address shown at 85. The first cycle microinstruction address contains an 8-bit OP CODE in bit positions 4-11. Also, the mode bit in bit position 12 of 84 represents the presence of an OP CODE in a data processing system having, for example, two different instruction sets. 84
The remaining bit positions are binary "0"s. ROS address range 0- at bit position 3-15 of 85
Represents 8K. Bit positions 0-2 are all binary "0" and represent the address of the ROS.

変換されたアドレスは第1と第2の変換アレイ
82と83から補助アドレス・レジスタ54に挿
入される。ビツト位置0−2は、レジスタ51で
ROSアドレスを表し、主記憶のページ可能アド
レスを表すのに2進“1”に変換され、第1図の
PCS25のアクセス装置で利用される接頭値を含
む。
Translated addresses are inserted into auxiliary address register 54 from first and second translation arrays 82 and 83. Bit positions 0-2 are in register 51.
It represents a ROS address and is converted to a binary “1” to represent a pageable address in main memory, as shown in Figure 1.
Contains the prefix value used by the PCS 25 access device.

主記憶アドレスの圧縮は第1変換アレイ82と
第2変換アレイ83によつて行われる。2つのア
レイはそれぞれ現アドレス・レジスタ51のアド
レス情報の第1と第2の部分を利用してアドレス
指定される。すなわち、第1変換アレイ82はビ
ツト位置3−9によつてアドレス指定され、第2
変換アレイ83はビツト10−15によつてアド
レス指定される。アレイ82と83の各々のアド
レス指定された位置は、保守担当者が決定しプロ
セツサ・コントローラ20から受領した正しい主
記憶アドレスを与えられる。第1変換アレイ82
の出力はビツト位置3−9で代替アドレスを与
え、第2変換アレイ83の出力はビツト位置10
−15で代替アドレス情報を与える。補助アドレ
ス・レジスタ54に与えられた代替アドレスは線
74で転送され、第2図に示すページ可能アドレ
ス・ダイレククトリにアクセスする。
Compression of main memory addresses is performed by first translation array 82 and second translation array 83. The two arrays are addressed using first and second portions of address information in current address register 51, respectively. That is, the first translation array 82 is addressed by bit positions 3-9 and the second
Translation array 83 is addressed by bits 10-15. Each addressed location in arrays 82 and 83 is given the correct main memory address as determined by maintenance personnel and received from processor controller 20. First conversion array 82
The output of the second translation array 83 provides an alternative address in bit positions 3-9, and the output of the second translation array 83 provides an alternative address in bit positions 10.
-15 gives alternative address information. The alternate address provided in auxiliary address register 54 is transferred on line 74 to access the pageable address directory shown in FIG.

第5図では、誤動作が個々のROSアドレスで
見つかつたとき保守担当者によつて決定され、第
4図の第1変換アレイ82と第2変換アレイ83
に記憶される情報にかかわる理論が説明される。
第5図の左、表題“現アドレス”の下に、16進表
示の0−Fの16のROSアドレスの例を示す。
ROSアドレスの指定はすべてが2進“0”の左
側のビツト位置で示す。アドレス“2”、“9”お
よび“D”の欠陥マイクロ命令動作は星印で示さ
れる。表題“ページ可能アドレス、非圧縮の場
合”の下に、最上位の2進ビツト位置だけが変更
されるアドレス変換方法は16の主記憶アドレスを
代替マイクロ命令のために取つておかなければな
らないことを示す。第5図の右は表題“圧縮の場
合”の下に、第1変換アレイ82と第2変換アレ
イ83によつて、代替マイクロ命令のために取つ
ておかなければならない主記憶のアドレス数が圧
縮されることを表す。
In FIG. 5, it is determined by maintenance personnel that when a malfunction is found at an individual ROS address, the first translation array 82 and the second translation array 83 of FIG.
The theory of information stored in is explained.
On the left side of FIG. 5, under the title "Current Address", an example of 16 ROS addresses from 0 to F in hexadecimal notation is shown.
The ROS address designation is indicated by the left bit position, which is all binary "0". Defective microinstruction operations at addresses "2", "9" and "D" are indicated by stars. Under the heading "Pageable Addresses, Uncompressed Case", it is stated that address translation methods in which only the most significant binary bit position is changed must reserve 16 main memory addresses for alternate microinstructions. shows. On the right side of FIG. 5, under the heading "Compression Case", the first translation array 82 and the second translation array 83 compress the number of main memory addresses that must be reserved for alternative microinstructions. It means to be done.

第5図で示すように、第1変換アレイ82は現
アドレスの最初の2ビツトでアドレス指定され、
第2変換アレイ83は次の2ビツトでアドレス指
定される。
As shown in FIG. 5, the first translation array 82 is addressed by the first two bits of the current address;
The second translation array 83 is addressed by the next two bits.

アドレス数“2”で示すエラー状態によつて変
換アレイ82と83は図のようにアドレス指定さ
れ、変換されたアドレス出力として16進“0”を
与える。次の欠陥アドレスはアドレス“9”に示
される。第1と第2のアレイ82と83は保守担
当者によつて変換アドレスを与えられ、16進出力
“1”を生じる。
The error condition indicated by address number "2" causes translation arrays 82 and 83 to be addressed as shown, providing a hexadecimal "0" as the translated address output. The next defective address is indicated at address "9". The first and second arrays 82 and 83 are given translation addresses by the maintenance personnel and produce a hexadecimal output "1".

アドレス“D”で第3の欠陥マイクロ命令が見
つかつた時、保守担当者が与える変換アドレス情
報は、変換アレイ82と83が欠陥アドレス
“9”でアクセスされた時に与えられる出力と区
別される出力を与えなければならない。第1変換
アレイ82は1つしかない変換アドレスを作り出
すのに必要な情報を与えられる。これは最初の2
つのアドレス・ビツトによつてアドレス指定され
た第1変換アレイ82における場所を変更して
“01”の出力を与えることによつて行われる。そ
の後、変換アレイ82と83によつて与えられる
変換アドレスによつて、ROSの欠陥アドレス
“D”に対して16進“5”のページ可能アドレス
を生じる。
When a third defective microinstruction is found at address "D," the translation address information provided by the maintenance personnel is an output that is distinct from the output provided when translation arrays 82 and 83 are accessed at defective address "9." must be given. The first translation array 82 is provided with the information necessary to create a unique translation address. This is the first 2
This is done by changing the location in first translation array 82 addressed by one address bit to provide an output of "01". The translated addresses provided by translation arrays 82 and 83 then yield a pageable address of hex "5" for the defective address "D" in ROS.

第4図に従つて動作するアドレス置換装置62
は独特な主記憶アドレスの変換と圧縮を効率よく
かつ安い経費で達成している。これは8Kアドレ
スのサブセツトのみが代替マイクロ命令を必要と
するという認識に負うものであつた。16ビツトの
出力を与える8K変換表によつて変換アレイ82
と83のサイズおよび価格の大幅な減少は極めて
明白である。アレイ82と83はそれぞれ容易に
入手できる低価格の256×8メモリ・チツプであ
り、実際に置換を必要とするマイクロ命令数に対
して十分な変換能力を与える。
Address substitution device 62 operating according to FIG.
achieves unique main memory address conversion and compression efficiently and at low cost. This was due to the recognition that only a subset of 8K addresses required replacement microinstructions. Conversion array 82 by 8K conversion table giving 16 bit output
The significant reduction in size and price of the 83 and 83 is quite obvious. Arrays 82 and 83 are each readily available, low cost 256.times.8 memory chips that provide sufficient conversion power for the number of microinstructions that actually require replacement.

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

第1図は制御記憶素子(CSE)の主要構成要
素を示すブロツク図である。第2図は第1図のあ
る部分に対する本発明の付加とその関係を示すブ
ロツク図である。第3図は本発明のアドレス置換
装置を利用した主記憶アドレス圧縮を表すもので
ある。第4図は本発明のアドレス置換装置のブロ
ツク図である。第5図は本発明のアドレス置換装
置から生じる主記憶アドレス圧縮の理論説明を表
す図表である。 20……プロセツサ・コントローラ、21……
主記憶、22……制御記憶データ・レジスタ、2
4……読取専用制御記憶、25……ページ可能制
御記憶、30,31,46……アドレス解読装
置、38……ページ可能アドレス・ダイレクト
リ、42……コード化装置、43……LRU装
置、62……アドレス置換装置。
FIG. 1 is a block diagram showing the main components of a control storage element (CSE). FIG. 2 is a block diagram showing the addition of the present invention to a certain portion of FIG. 1 and its relationship. FIG. 3 shows main memory address compression using the address replacement device of the present invention. FIG. 4 is a block diagram of the address substitution device of the present invention. FIG. 5 is a diagram illustrating a theoretical explanation of main memory address compression resulting from the address replacement device of the present invention. 20...processor controller, 21...
Main memory, 22... Control storage data register, 2
4... Read-only control memory, 25... Pageable control memory, 30, 31, 46... Address decoding device, 38... Pageable address directory, 42... Encoding device, 43... LRU device, 62...Address replacement device.

Claims (1)

【特許請求の範囲】[Claims] 1 複数のビツトで構成された入力2進数の所定
の上位部分を受け取る第1変換アレイと、前記入
力2進数の所定の下位部分を受け取る第2変換ア
レイと、より成り、前記第1変換アレイからの出
力及び前記第2変換アレイからの出力で表わされ
る出力2進数の範囲を圧縮するようにしたことを
特徴とする2進数置換装置。
1 consisting of a first conversion array that receives a predetermined upper part of an input binary number made up of a plurality of bits, and a second conversion array that receives a predetermined lower part of the input binary number; A binary number permutation device, characterized in that the range of output binary numbers represented by the output from the second conversion array and the output from the second conversion array is compressed.
JP4182582A 1981-06-01 1982-03-18 Binary register Granted JPS57199047A (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US26914681A 1981-06-01 1981-06-01

Publications (2)

Publication Number Publication Date
JPS57199047A JPS57199047A (en) 1982-12-06
JPS6143737B2 true JPS6143737B2 (en) 1986-09-29

Family

ID=23025993

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4182582A Granted JPS57199047A (en) 1981-06-01 1982-03-18 Binary register

Country Status (1)

Country Link
JP (1) JPS57199047A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4941040A (en) * 1972-08-26 1974-04-17

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4941040A (en) * 1972-08-26 1974-04-17

Also Published As

Publication number Publication date
JPS57199047A (en) 1982-12-06

Similar Documents

Publication Publication Date Title
US6021265A (en) Interoperability with multiple instruction sets
CA1109967A (en) Expandable microprogram memory
US4839797A (en) Microprocessor compatible with any software represented by different types of instruction formats
US5905893A (en) Microprocessor adapted for executing both a non-compressed fixed length instruction set and a compressed variable length instruction set
US5907865A (en) Method and data processing system for dynamically accessing both big-endian and little-endian storage schemes
US4532590A (en) Data processing system having a unique address translation unit
JPS6226726B2 (en)
US5896519A (en) Apparatus for detecting instructions from a variable-length compressed instruction set having extended and non-extended instructions
CA1204217A (en) Data processing system with unique microcode control means
US5794010A (en) Method and apparatus for allowing execution of both compressed instructions and decompressed instructions in a microprocessor
US4569018A (en) Digital data processing system having dual-purpose scratchpad and address translation memory
JPH09330151A (en) Card
US4954943A (en) Data processing system
US5884071A (en) Method and apparatus for decoding enhancement instructions using alias encodings
WO1999014669A1 (en) Digital signal processor with variable width instructions
JP3203401B2 (en) Data processing device
US4493033A (en) Dual port cache with interleaved read accesses during alternate half-cycles and simultaneous writing
US4597041A (en) Method and apparatus for enhancing the operation of a data processing system
US4747044A (en) Direct execution of software on microprogrammable hardware
US5922067A (en) Microprocessor executing instruction having operand field including portion used as part of operation code
EP0030463B1 (en) Buffer memory control system
US6047368A (en) Processor architecture including grouping circuit
JPS6143737B2 (en)
US4510582A (en) Binary number substitution mechanism
US4531199A (en) Binary number substitution mechanism in a control store element