JPH0412491B2 - - Google Patents

Info

Publication number
JPH0412491B2
JPH0412491B2 JP57143636A JP14363682A JPH0412491B2 JP H0412491 B2 JPH0412491 B2 JP H0412491B2 JP 57143636 A JP57143636 A JP 57143636A JP 14363682 A JP14363682 A JP 14363682A JP H0412491 B2 JPH0412491 B2 JP H0412491B2
Authority
JP
Japan
Prior art keywords
operand
main memory
address
signal
buffer
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
JP57143636A
Other languages
Japanese (ja)
Other versions
JPS5933554A (en
Inventor
Koichi Tsukizoe
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP14363682A priority Critical patent/JPS5933554A/en
Publication of JPS5933554A publication Critical patent/JPS5933554A/en
Publication of JPH0412491B2 publication Critical patent/JPH0412491B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/34Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Executing Machine-Instructions (AREA)

Description

【発明の詳細な説明】 この発明は情報処理システムにおける中央処理
装置へのオペランド供給、特に比較的長いオペラ
ンドを2個以上必要とする命令でのオペランド供
給装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an operand supply device to a central processing unit in an information processing system, and particularly to an operand supply device for instructions requiring two or more relatively long operands.

<従来技術> 従来、この種の情報処理システムは第1図に示
すように、命令及びオペランドを貯蔵する主記憶
装置1と、その主記憶装置1から命令をフエツチ
するとともにそのフエツチされた命令を実行する
中央処理装置2とを備えている。主記憶装置1は
B0〜B7の8個のバンクを持つことにより8ウエ
イのインタリーブ機能を有する。即ち、記憶アド
レスB0→B1→……→B7→B0→B1→……の順に
割当てられ、これにより主記憶装置1のサイクル
タイムを短かくし、高速データ処理を可能として
いる。
<Prior Art> Conventionally, this type of information processing system, as shown in FIG. and a central processing unit 2 for execution. The main storage device 1 is
It has 8-way interleaving function by having 8 banks B0 to B7. That is, the memory addresses are assigned in the order of B0→B1→...→B7→B0→B1→..., thereby shortening the cycle time of the main memory device 1 and enabling high-speed data processing.

第2図は前記したインタリーブ機能の効果を示
す記憶アクセスのタイムチヤートであり、主記憶
装置1内のB0〜B7の各バンクのサイクルタイム
を5T(T:マシンサイクルの単位)とし、記憶ア
クセスが連続したアドレス順に発生する場合であ
る。図中の長方形が各バンクの動作時間を示し、
長方形内の数字はアクセス順を8進数で表わして
いる。第2図より主記憶装置1はサイクルタイム
1Tで動作可能である。
FIG. 2 is a time chart of memory access showing the effect of the interleaving function described above. The cycle time of each bank of B0 to B7 in the main memory device 1 is assumed to be 5T (T: unit of machine cycle), and the memory access is This is a case where they occur in the order of consecutive addresses. The rectangles in the diagram indicate the operating time of each bank,
The numbers inside the rectangle represent the access order in octal notation. From Figure 2, main memory 1 has a cycle time
Can operate at 1T.

今、中央処理装置2で実行される命令が、主記
憶装置1内の2個の比較的長いオペランドA及び
Bを必要とする場合を考える。第3図はこの場合
におけるオペランドA及びBの読出しのための中
央処理装置2から主記憶装置1に対するアクセス
要求の動作を示すタイムチヤートであり、図中の
数字は各オペランドを語単位(例えば4バイトま
たは8バイト単位)に記憶アドレス順に区切り各
各に8進数を付与したものであり、中央処理装置
2へオペランドAとBとを交互に1語ずつ主記憶
装置1の各バンクから読出すことを示している。
Now, consider a case where an instruction executed by the central processing unit 2 requires two relatively long operands A and B in the main memory 1. FIG. 3 is a time chart showing the operation of an access request from the central processing unit 2 to the main storage device 1 for reading operands A and B in this case. Byte or 8-byte units) are divided in the order of storage addresses and an octal number is assigned to each, and the operands A and B are alternately read one word at a time from each bank of the main memory 1 to the central processing unit 2. It shows.

第3図のNo.1はすべてのオペランド読出しの間
に主記憶装置1の各バンクで衝突がない場合であ
り、両オペランドの各語を読出す周期は図のごと
く2Tである。No.2はAi(オペランドAのi番目の
語)とBiが主記憶装置1の同一のバンクへアク
セスする場合であり、オペランドBの読出しは常
に4Tの間待ち状態となるため、各語の読出周期
は6Tとなる。同様にNo.3〜No.5でも主記憶装置
1の各バンクでオペランド読出しの間に衝突が生
じる場合である。
No. 1 in FIG. 3 is a case where there is no collision in each bank of the main memory device 1 during reading of all operands, and the period of reading each word of both operands is 2T as shown in the figure. No. 2 is a case where Ai (the i-th word of operand A) and Bi access the same bank in main memory 1, and since reading operand B is always in a waiting state for 4T, each word The read cycle is 6T. Similarly, in No. 3 to No. 5, there is a case where a collision occurs during operand reading in each bank of the main memory device 1.

以上より、各語の読出周期はNo.1が2Tである
のに対し、No.2及びNo.4が6T、No.3及びNo.5が
平均3Tにもなつてしまう。即ち、オペランドの
主記憶装置への格納位置によつては、主記憶装置
の持つインタリーブ機能を充分に生かすことがで
きず、情報処理性能が落ちてしまうという欠点が
あつた。
From the above, the reading period of each word is 2T for No. 1, 6T for No. 2 and No. 4, and 3T on average for No. 3 and No. 5. That is, depending on the storage location of the operand in the main memory, the interleaving function of the main memory cannot be fully utilized, resulting in a reduction in information processing performance.

特にベクトル命令を実行可能とすることによ
り、大規模な科学技術計算を高速に行なえるよう
にした情報処理システムにとつて、上記欠点は直
接影響を受けてしまう。例えば代表的なベクトル
命令である内積命令は、 R←R+ 〓i (Ai×Bi) で表わされる計算、即ち主記憶装置上のベクトル
A及びベクトルBの各要素AiとBiとの積の総和
をRで示した中央処理装置内の演算レジスタへ格
納する処理を指示するが、ベクトルA及びベクト
ルB共に連続アドレスの主記憶装置上に格納され
ている場合は、前記した従来例となり、上記欠点
を受けてしまう。
In particular, the above drawbacks directly affect information processing systems that can perform large-scale scientific and technical calculations at high speed by being able to execute vector instructions. For example, the inner product instruction, which is a typical vector instruction, calculates R←R+ 〓 i (Ai × Bi), that is, calculates the sum of the products of each element Ai and Bi of vector A and vector B on the main memory. The instruction is to store the processing in the arithmetic register in the central processing unit indicated by R, but if both vector A and vector B are stored in the main memory with consecutive addresses, the conventional example described above will occur, and the above disadvantages will be avoided. I'll accept it.

<発明の概要> この発明の目的は、オペランドの主記憶装置へ
の格納位置にかかわらず、常に主記憶装置の持つ
インタリーブ機能を最大限に生かせるようにした
中央処理装置へのオペランドの供給機能を備えた
オペランド供給装置を提供することにある。
<Summary of the Invention> The purpose of the present invention is to provide a function for supplying operands to a central processing unit so that the interleaving function of the main memory can always be utilized to the maximum regardless of the storage location of the operands in the main memory. An object of the present invention is to provide an operand supply device with the following features.

この発明によるオペランド供給装置は、第1の
オペランドの主記憶装置内の記憶アドレスを示す
第1アドレス・レジスタと、第1のオペランドを
一時的に貯蔵する第1オペランド・バツフアと、
第2のオペランドの主記憶装置内の記憶アドレス
を示す第2アドレス・レジスタと、第2のオペラ
ンドを一時的に貯蔵する第2オペランド・バツフ
アと、第1のオペランド及び第2のオペランドの
2つの先頭記憶アドレスを入力とし、その2つの
先頭記憶アドレスの差にしたがつてあらかじめ決
定されたいずれのオペランドを先に読出すかを指
示する信号及び後から読出すオペランドの読出し
の開始を何回の記憶アクモセ分待たせるかを指示
する信号とを記憶する読出専用メモリと、その読
出専用メモリの出力信号にしたがつて前記第1ア
ドレス・レジスタ、第1オペランド・バツフア、
第2アドレス・レジスタ及び第2オペランド・バ
ツフアのそれぞれに対する更新タイミングを発明
するシーケンス制御回路とを備える。
An operand supply device according to the present invention includes: a first address register indicating a storage address of a first operand in a main memory; a first operand buffer for temporarily storing the first operand;
a second address register that indicates the storage address in main memory of the second operand; a second operand buffer that temporarily stores the second operand; A signal that takes the first memory address as an input and instructs which operand determined in advance is to be read out first according to the difference between the two first memory addresses, and a signal that indicates how many times the readout of the operand to be read later should be started. a read-only memory for storing a signal instructing whether to wait for an amount of time; and the first address register, first operand buffer,
and a sequence control circuit that determines update timing for each of the second address register and the second operand buffer.

前記オペランド供給装置は、主記憶装置に対し
各オペランドの各語の読出しのためのアクセス要
求の順序を、主記憶装置内の各バンクでアクセス
要求間に衝突が生じないようにあらかじめ決定
し、その決定した順序にしたがつてアクセス要求
を発生する。
The operand supply device determines in advance the order of access requests for reading each word of each operand to the main memory so that there is no conflict between access requests in each bank in the main memory, and Access requests are generated in the determined order.

<実施例> 次にこの発明について図面を参照して詳細に説
明する。
<Example> Next, the present invention will be described in detail with reference to the drawings.

第4図は第1図に対してこの発明のオペランド
供給装置3が追加された情報処理システムを示し
ており、第1図及び第2図と同じく主記憶装置1
はB0〜B7の8個のバンクを持つことにより8ウ
エイのインタリーブ機能を有しており、更に各バ
ンクのサイクルタイムを5Tとする。この場合第
3図のNo.1〜No.5の主記憶アクセス動作をそれぞ
れ第5図のNo.1〜No.5のように動作させることが
できれば、いずれでも各語の読出周期を最高の
2Tとすることができ、主記憶装置1の持つイン
タリーブ機能を常に最大限に生かすことができ
る。
FIG. 4 shows an information processing system in which an operand supply device 3 of the present invention is added to FIG.
has an 8-way interleaving function by having 8 banks B0 to B7, and the cycle time of each bank is 5T. In this case, if the main memory access operations No. 1 to No. 5 in Fig. 3 can be operated as shown in No. 1 to No. 5 in Fig.
2T, and the interleaving function of the main memory device 1 can always be utilized to the maximum extent.

第5図に示した動作を可能とするオペランド供
給装置の一実施例を第6図に示す。中央処理装置
2は、命令をフエツチしデコードしてオペランド
供給装置3内の初期設定指示である初期設定信号
211と、第1オペランド及び第2オペランドそ
れぞれの主記憶装置上の先頭アドレスを示す第1
アドレス情報212及び第2アドレス情報213
を発生する命令フエツチ部21と、命令の演算実
行を行なう命令実行部22とを含む。
FIG. 6 shows an embodiment of an operand supply device that enables the operation shown in FIG. 5. The central processing unit 2 fetches and decodes the instruction to generate an initial setting signal 211 which is an initial setting instruction in the operand supply device 3, and a first signal 211 which indicates the start address on the main memory of each of the first operand and the second operand.
Address information 212 and second address information 213
It includes an instruction fetch section 21 that generates an instruction, and an instruction execution section 22 that executes an operation of an instruction.

この発明のオペランド供給装置3は初期設定信
号211が論理“1”の時第1アドレス情報21
2を、“0”の時主記憶アドレスの歩進即ち“+
8”を行なう“+8”回路34の出力をそれぞれ
選択する選択回路31と、その選択回路31の出
力がオア回路32を介して初期設定信号211ま
たは第1アドレス信号501をS入力に入力する
ことによりセツトされる第1アドレス・レジスタ
33と、以上と同様の機能を持つ選択回路35、
オア回路36、第2アドレス・レジスタ37及び
“+8”回路38と、第1アドレス更新信号50
1が論理“1”の時第1アドレス・レジスタ33
の出力を、“0”の時第2アドレス・レジスタ3
7の出力を選択して主記憶装置1へアドレス情報
391を送出する選択回路39と、主記憶装置1
からの8バイト長の読出しデータ101を入力デ
ータとしWA入力を書込みアドレス入力、RA入
力を読出しアドレス入力、S入力を入力データの
書込指示入力とし、マシンサイクル中(即ちクロ
ツク信号の立上り時から次の立上り時まで)の読
出しとクロツク信号の立上り時での書込み(書込
みデータ及び書込みアドレス入力はそれまでに供
給しておく)とが同時に可能な4ワード×8バイ
ドのレジスタ・フアイルである第1オペランド・
バツフア40と、R入力への初期設定信号211
によりクリアされ、S入力への第1バツフア書込
信号504により入力データがセツトされる第1
書込みアドレス・レジスタ41と、そのレジスタ
41の出力を“+1”して第1オペランド・バツ
フア40に対する書込みアドレスを歩進する“+
1”回路42と、以上の回路40,41及び42
と同様の機能を持つ第2オペランド・バツフア4
3、第2書込みアドレス・レジスタ44及び“+
1”回路45と、R入力への初期設定信号211
によりクリアされ、S入力へのバツフア読出信号
により入力データがセツトされる読出しアドレ
ス・レジスタ46と、そのレジスタ46の出力を
“+1”して第1オペランド・バツフア40及び
第2オペランド・バツフア43に対する読出しア
ドレスを歩進する“+1”回路47と、命令フエ
ツチ部21から第1アドレス情報212及び第2
アドレス情報213の各下位3ビツトを受けて2
つのオペランドの主記憶アクセスの順序を決定
し、主記憶装置1の主記憶アクセスを要求するア
クセス要求信号503及び命令実行部へのオペラ
ンド供給タイミングを示すバツフア読出信号50
6とその他前記した信号群501〜505を出力
するシーケンス制御回路50とから構成される。
The operand supply device 3 of the present invention uses the first address information 21 when the initial setting signal 211 is logic "1".
When 2 is “0”, the main memory address is incremented, that is, “+
a selection circuit 31 that selects the output of the "+8" circuit 34 that performs "8", and the output of the selection circuit 31 inputs the initial setting signal 211 or the first address signal 501 to the S input via the OR circuit 32; a first address register 33 set by
OR circuit 36, second address register 37, “+8” circuit 38, and first address update signal 50
1 is logic “1”, the first address register 33
When the output is “0”, the second address register 3
a selection circuit 39 that selects the output of 7 and sends address information 391 to the main memory 1;
The 8-byte long read data 101 from the 8-byte read data 101 from the 8-byte length is used as input data, the WA input is used as a write address input, the RA input is used as a read address input, and the S input is used as an input data write instruction input. This register file is a 4-word x 8-byte register file that can simultaneously read data (until the next rising edge) and write data on the rising edge of the clock signal (the write data and write address input must be supplied by then). 1 operand
Buffer 40 and initial setting signal 211 to R input
and the input data is set by the first buffer write signal 504 to the S input.
The write address register 41 and the output of the register 41 are set to “+1” and the write address for the first operand buffer 40 is incremented.
1” circuit 42 and the above circuits 40, 41 and 42
The second operand buffer 4 has the same function as
3. Second write address register 44 and “+
1” circuit 45 and the initial setting signal 211 to the R input.
The read address register 46 is cleared by the buffer read signal input to the S input, and the input data is set by the buffer read signal to the S input. The “+1” circuit 47 increments the read address, and the first address information 212 and the second
2 after receiving each lower 3 bits of address information 213.
An access request signal 503 that determines the main memory access order of two operands and requests main memory access of the main memory device 1; and a buffer read signal 50 that indicates the operand supply timing to the instruction execution unit.
6 and a sequence control circuit 50 that outputs the signal groups 501 to 505 described above.

このシーケンス制御回路50は、その詳細な回
路例を第7図に示す。第1アドレス情報212及
び第2アドレス情報213の各下位3ビツトの計
6ビツトをアドレス入力とし、オペランド読出し
の順序としてアドレス入力6ビツトのすべての組
合せそれぞれに対して最適な方法を3ビツのパタ
ーンとしてあらかじめ貯蔵されている64ワード×
3ビツトの読出専用メモリ51と、第1オペラン
ドAあるいは第2オペランドBのいずれを先に主
記憶アクセスするかをそれぞれ“1”あるいは
“0”として示す前記読出専用メモリ51の出力
の上位1ビツトを入力データとし初期設定信号2
11をセツト入力とする先出しレジスタ52と、
初期設定信号211が“1”の時前記読出専用メ
モリ51の出力の上位1ビツトを、“0”の時A
に対する主記憶アクセスかBに対する主記憶アク
セスかを指示するA/Bレジスタ54の出力をそ
れぞれ選択する選択回路53と、初期設定信号2
11が“1”の時、後にアクセスする方のオペラ
ンドに対するアクセスを最初に何回分待たせるか
を指示する読出し専用メモリ51の出力の下位2
ビツト(“01”時待ちなし、“10”時1回待ちあ
り、“11”時2回待ちあり)を、初期設定信号2
11が“0”の時待ち回数を“−1”する“−
1”回路57の出力をそれぞれ選択する選択回路
55と、初期設定信号211あるいはアンド回路
59の出力のいずれかをオア回路60を介してセ
ツト入力する待ちレジスタ56と、待ち回数が
“0”になつたことを検出するALL“0”検出回
路58と、そのALL“0”検出回路58により待
ち回数が“0”になつている間は先出しレジスタ
52で示された後にアクセスする方のオペランド
に対する主記憶アクセスを抑止するためのゲート
群であるナント回路61,62及びアンド回路6
3,64と、アンド回路63の出力の第1アドレ
ス更新信号501及び第2アドレス更新信号50
2を入力としアクセス要求信号503を出力とす
るオア回路65と、前記第1アドレス更新信号5
01及び第2アドレス更新信号502をそれぞれ
入力としいずれも主記憶装置1のアクセスタイム
(アクセス要求から読出しデータが出るまでの時
間)である7T分の遅延をもつて第1バツフア書
込信号504及び第2バツフア書込信号505を
それぞれ出力する遅延回路66及び67と、先出
しレジスタ52で示された後にアクセスする方の
オペランドに対するバツフア書込信号504ある
いは505を選択するゲート群である回路68,
69及びオア回路70と、そのオア回路70の出
力を入力として後にアクセスする方のオペランド
に対するバツフア書込信号の1T遅れの信号であ
るバツフア読出信号506を出力するバツフア読
出しレジスタ71とより構成される。
A detailed circuit example of this sequence control circuit 50 is shown in FIG. The lower 3 bits of each of the first address information 212 and the second address information 213, a total of 6 bits, are used as address inputs, and the optimum method for each combination of the 6 address input bits is determined in a 3-bit pattern as the operand read order. 64 words stored in advance as ×
A 3-bit read-only memory 51 and an upper 1 bit of the output of the read-only memory 51 that indicates which of the first operand A or the second operand B is accessed first in the main memory as "1" or "0", respectively. As input data, initial setting signal 2
a first-out register 52 with 11 as a set input;
When the initial setting signal 211 is "1", the higher 1 bit of the output of the read-only memory 51 is set to "A", and when it is "0", it is set to A.
A selection circuit 53 that selects the output of the A/B register 54 that instructs main memory access to B or B, and an initial setting signal 2.
11 is "1", the lower 2 output of the read-only memory 51 instructs how many times to wait first before accessing the operand to be accessed later.
The bits (no wait at “01”, one wait at “10”, two waits at “11”) are set to the initial setting signal 2.
When 11 is “0”, the number of waiting times is “-1”.
1" circuit 57, a wait register 56 that sets and inputs either the initial setting signal 211 or the output of the AND circuit 59 via the OR circuit 60, and a wait register 56 that selects the output of the "1" circuit 57. The ALL “0” detection circuit 58 detects that the number of seconds has passed, and while the wait count is “0” by the ALL “0” detection circuit 58, the operand to be accessed after the one indicated by the first-out register 52 is Nantes circuits 61, 62 and AND circuit 6, which are gate groups for inhibiting main memory access
3, 64, and the first address update signal 501 and second address update signal 50 output from the AND circuit 63.
2 and outputs the access request signal 503; and the first address update signal 5.
01 and the second address update signal 502 are respectively input, and the first buffer write signal 504 and delay circuits 66 and 67 that output the second buffer write signal 505, respectively; a circuit 68 that is a gate group that selects the buffer write signal 504 or 505 for the operand that will be accessed later as indicated by the first-out register 52;
69, an OR circuit 70, and a buffer read register 71 which inputs the output of the OR circuit 70 and outputs a buffer read signal 506 which is a 1T delayed signal of the buffer write signal for the operand to be accessed later. .

第8図は以上の回路の動作を第5図のNo.2の場
合について示したタイムチヤートである。この場
合読出専用メモリ51の3ビツトの出力は“111”
であり、上位1ビツトによりオペランドAの方か
ら先に主記憶アクセスを発生し、下位2ビツトに
より後の方のオペランドBに対する主記憶アクセ
スは第8図のマシンサイクル2及び4の2回待た
せることを示している。初期設定信号211によ
りすべてのレジスタが初期状態となる。「マシン
サイクル1〜5」において、オペランドAに対応
する第1アドレス更新信号501がA0、A1及び
A2の3回出ることにより主記憶アクセス、第1
アドレス・レジスタ33の“+8”歩進及び待ち
レジスタ56の更新(“−1”)が行なわれ、オペ
ランドBに対応する第2アドレス更新信号502
が2回待たされる。「マシンサイクル6〜」にお
いてオペランドAとオペランドBに対する処理が
1マシンサイクル毎に交互に行なわれる。第1バ
ツフア書込信号504及び第2バツフア書込信号
505はそれぞれ第1アドレス更新信号501及
び第2アドレス更新信号502より主記憶装置1
のアクセス・タイム分の7Tだけ遅れて発生し、
後の方のオペランドBに対する第2バツフア書込
信号505の1T遅れでバツフア読出信号506
が発生する。以上よりこの実施例により第5図の
No.2の動作が可能となる。読出専用メモリ51内
の3ビツトのデータパターンは第5図の右端の欄
に示したとおりとなる。
FIG. 8 is a time chart showing the operation of the above circuit for the case No. 2 in FIG. In this case, the 3-bit output of the read-only memory 51 is “111”
The upper 1 bit causes main memory access to operand A to occur first, and the lower 2 bits causes main memory access to the latter operand B to wait twice in machine cycles 2 and 4 in Figure 8. It is shown that. The initial setting signal 211 brings all registers into their initial states. In "machine cycles 1 to 5", the first address update signal 501 corresponding to operand A is
The main memory is accessed by appearing A2 three times, the first
The address register 33 is incremented by "+8" and the wait register 56 is updated ("-1"), and the second address update signal 502 corresponding to operand B is
had to wait twice. In "machine cycle 6~", processing for operand A and operand B is performed alternately every machine cycle. The first buffer write signal 504 and the second buffer write signal 505 are transmitted from the first address update signal 501 and the second address update signal 502 to the main memory 1, respectively.
occurs with a delay of 7T, which corresponds to the access time of
The buffer read signal 506 is delayed by 1T from the second buffer write signal 505 for the latter operand B.
occurs. From the above, this example shows the
Operation No. 2 becomes possible. The 3-bit data pattern in the read-only memory 51 is as shown in the rightmost column of FIG.

以上の実施例では主記憶装置のインタリーブ・
ウエイ数8、サイクル・タイム5Tの場合を示し
たが、他の場合でも第5図と同様に最適解を求め
それによるパターンを読出専用メモリ51内に貯
蔵すればよい。またこの読出専用メモリ51によ
るオペランド供給の順序制御は、両オペランドア
ドレスの減算器とその差を入力とするエンコーダ
とのいわゆるハード論理によつて可能なことは明
らかである。
In the above embodiment, the main memory is interleaved.
Although the case where the number of ways is 8 and the cycle time is 5T is shown, in other cases as well, it is sufficient to find the optimum solution and store the resulting pattern in the read-only memory 51 in the same manner as in FIG. It is clear that the order of operand supply by the read-only memory 51 can be controlled by so-called hard logic of a subtracter for both operand addresses and an encoder that receives the difference as input.

この発明は以上説明したように、主記憶装置の
持つ性能を最大限に生かすことができ、高速な情
報処理性能を得ることができるという効果があ
る。
As explained above, the present invention has the advantage that it is possible to make the most of the performance of the main storage device and to obtain high-speed information processing performance.

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

第1図は情報処理システムの従来例を示すブロ
ツク図、第2図は第1図(及び第4図)に示した
主記憶装置1の持つインタリーブ機能を説明する
タイムチヤート、第3図は第1図でのオペラン
ド・アクセスの動作を示すタイムチヤート、第4
図はこの発明のオペランド供給装置3を含む情報
処理システムを示すブロツク図、第5図はこの発
明の一実施例によるオペランド・アクセスの動作
を示すタイムチヤート、第6図はこの発明の一実
施例を示すブロツク図、第7図は第6図に示した
シーケンス制御回路50の部分の回路図、第8図
は第6図及び第7図に示した各回路の動作を示す
タイムチヤートである。 1:主記憶装置、2:中央処理装置、3:オペ
ランド供給装置、21:命令フエツチ部、22:
命令実行部、31,35,39,53,55:選
択回路、33:第1アドレス・レジスタ、37:
第2アドレス・レジスタ、40:第1オペラン
ド・バツフア、41:第1書込みアドレス・レジ
スタ、43:第2オペランド・バツフア、44:
第2書込みアドレス・レジスタ、46:読出しア
ドレス・レジスタ、50:シーケンス制御回路、
51:読出専用メモリ、52:先出しレジスタ、
54:A/Bレジスタ、56:待ちレジスタ、6
6,67:遅延回路、71:バツフア読出しレジ
スタ。
Fig. 1 is a block diagram showing a conventional example of an information processing system, Fig. 2 is a time chart explaining the interleaving function of the main storage device 1 shown in Fig. 1 (and Fig. 4), and Fig. 3 is a block diagram showing a conventional example of an information processing system. Time chart showing operation of operand access in Figure 1, No. 4
FIG. 5 is a block diagram showing an information processing system including the operand supply device 3 of the present invention, FIG. 5 is a time chart showing operand access operation according to an embodiment of the invention, and FIG. 6 is an embodiment of the invention. 7 is a circuit diagram of the sequence control circuit 50 shown in FIG. 6, and FIG. 8 is a time chart showing the operation of each circuit shown in FIGS. 6 and 7. 1: Main memory device, 2: Central processing unit, 3: Operand supply device, 21: Instruction fetch section, 22:
Instruction execution unit, 31, 35, 39, 53, 55: Selection circuit, 33: First address register, 37:
2nd address register, 40: 1st operand buffer, 41: 1st write address register, 43: 2nd operand buffer, 44:
2nd write address register, 46: read address register, 50: sequence control circuit,
51: Read-only memory, 52: First-out register,
54: A/B register, 56: Wait register, 6
6, 67: Delay circuit, 71: Buffer read register.

Claims (1)

【特許請求の範囲】[Claims] 1 命令及びオペランドを貯蔵する主記憶装置
と、その主記憶装置から命令をフエツチするとと
もにそのフエツチされた命令を実行する中央処理
装置とを備え、前記主記憶装置は複数ウエイのイ
ンタリーブ機能を有する情報処理システムにおい
て、前記中央処理装置へ前記主記憶装置内のオペ
ランドを供給するために、第1のオペランドの主
記憶装置内の記憶アドレスを示す第1アドレスレ
ジスタと、第1のオペランドを一時的に貯蔵する
第1オペランド・バツフアと、第2のオペランド
の主記憶装置内の記憶アドレスを示す第2アドレ
ス・レジスタと、第2のオペランドを一時的に貯
蔵する第2オペランド・バツフアと、第1のオペ
ランド及び第2のオペランドの2つの先頭記憶ア
ドレスを入力とし、その2つの先頭記憶アドレス
の差にしたがつてあらかじめ決定されたいずれの
オペランドを先に読出すかを指示する信号及び後
から読出すオペランドの読出しの開始を何回の記
憶アクセス分待たせるかを指示する信号とを記憶
する読出専用メモリと、その読出専用メモリの出
力信号にしたがつて前記第1アドレス・レジス
タ、第1オペランド・バツフア、第2アドレス・
レジスタ及び第2オペランド・バツフアのそれぞ
れに対する更新タイミングを発生するシーケンス
制御回路とを備えたことを特徴とするオペランド
供給装置。
1. A main memory device that stores instructions and operands, and a central processing unit that fetches instructions from the main memory device and executes the fetched instructions, and the main memory device stores information having a multi-way interleaving function. In the processing system, in order to supply an operand in the main memory to the central processing unit, a first address register indicating a storage address in the main memory of a first operand, and a first address register that temporarily stores the first operand. a first operand buffer for storing a second operand; a second address register indicating a storage address in main memory of a second operand; a second operand buffer for temporarily storing a second operand; A signal that takes two starting storage addresses of an operand and a second operand as input, and instructs which operand to read out first, which is predetermined according to the difference between the two starting storage addresses, and the operand to be read out later. a read-only memory that stores a signal instructing how many memory accesses to wait before starting readout; , 2nd address・
An operand supply device comprising: a sequence control circuit that generates update timing for each of a register and a second operand buffer.
JP14363682A 1982-08-18 1982-08-18 Operand supply device Granted JPS5933554A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14363682A JPS5933554A (en) 1982-08-18 1982-08-18 Operand supply device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14363682A JPS5933554A (en) 1982-08-18 1982-08-18 Operand supply device

Publications (2)

Publication Number Publication Date
JPS5933554A JPS5933554A (en) 1984-02-23
JPH0412491B2 true JPH0412491B2 (en) 1992-03-04

Family

ID=15343366

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14363682A Granted JPS5933554A (en) 1982-08-18 1982-08-18 Operand supply device

Country Status (1)

Country Link
JP (1) JPS5933554A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0649631B2 (en) * 1986-10-29 1994-06-29 信越半導体株式会社 Crystal size measuring device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS50123242A (en) * 1974-03-13 1975-09-27
JPS5174534A (en) * 1974-12-24 1976-06-28 Fujitsu Ltd TENSOMEIREIHOSHIKI

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS50123242A (en) * 1974-03-13 1975-09-27
JPS5174534A (en) * 1974-12-24 1976-06-28 Fujitsu Ltd TENSOMEIREIHOSHIKI

Also Published As

Publication number Publication date
JPS5933554A (en) 1984-02-23

Similar Documents

Publication Publication Date Title
US4467419A (en) Data processing system with access to a buffer store during data block transfers
US4825361A (en) Vector processor for reordering vector data during transfer from main memory to vector registers
US4733346A (en) Data processor with multiple register blocks
JPS61109146A (en) Advanced control system
JPH04343151A (en) Memory access device
JPH0248931B2 (en)
JP2008181551A (en) Vector tailgating for computer provided with vector register
JPS6297036A (en) Calculator system
US4371949A (en) Time-shared, multi-phase memory accessing system having automatically updatable error logging means
US4174537A (en) Time-shared, multi-phase memory accessing system having automatically updatable error logging means
JPH1083303A (en) Electronic circuit and method for using coprocessor
EP0240606B1 (en) Pipe-line processing system and microprocessor using the system
US5526500A (en) System for operand bypassing to allow a one and one-half cycle cache memory access time for sequential load and branch instructions
US4737908A (en) Buffer memory control system
JPH0412491B2 (en)
JPH0512751B2 (en)
JP3145545B2 (en) Memory access device
JPH0232647B2 (en)
JP2812610B2 (en) Pipeline control method
JPH0232648B2 (en)
JPS61128371A (en) Vector processor
JP2511063B2 (en) Pipeline control method
JP2924004B2 (en) Instruction code transfer method
JPH0719221B2 (en) Memory control method
JPH02216581A (en) Information processor