JP2000235516A - Memory system with operation function, method for controlling memory to be used for the system and recording medium recording control program - Google Patents

Memory system with operation function, method for controlling memory to be used for the system and recording medium recording control program

Info

Publication number
JP2000235516A
JP2000235516A JP11037982A JP3798299A JP2000235516A JP 2000235516 A JP2000235516 A JP 2000235516A JP 11037982 A JP11037982 A JP 11037982A JP 3798299 A JP3798299 A JP 3798299A JP 2000235516 A JP2000235516 A JP 2000235516A
Authority
JP
Japan
Prior art keywords
memory
data
memory control
main
arithmetic
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
JP11037982A
Other languages
Japanese (ja)
Inventor
Koji Tomioka
耕治 富岡
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
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP11037982A priority Critical patent/JP2000235516A/en
Publication of JP2000235516A publication Critical patent/JP2000235516A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To obtain a memory system with an operation function capable of quickly processing much data stored in a main storage without deteriorating the performance of a processor. SOLUTION: An instruction decoded by an instruction decoder 53 is sent to a control circuit 54 and an arithmetic unit 6 is controlled as necessary. The unit 6 receives data from a system bus control circuit 51 and a memory element control circuit 52, executes operation corresponding to an instruction outputted from the circuit 54 and transfers the operation result to the circuit 52.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は演算機能付きメモリ
システム及びそれに用いるメモリ制御方法並びにその制
御プログラムを記録した記録媒体に関し、特にキャッシ
ュと階層構造メモリ構成のメインメモリとを有するメモ
リシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory system with an arithmetic function, a memory control method used therefor, and a recording medium on which a control program is recorded, and more particularly to a memory system having a cache and a main memory having a hierarchical memory structure.

【0002】[0002]

【従来の技術】従来、階層構造メモリ構成においては、
システム全体の性能向上のために、プロセッサの近くに
高速・低容量のキャッシュを置き、主記憶としては低速
・大容量のメモリを置くように構成されている。
2. Description of the Related Art Conventionally, in a hierarchical memory structure,
In order to improve the performance of the entire system, a high-speed and low-capacity cache is provided near the processor, and a low-speed and large-capacity memory is provided as a main memory.

【0003】上記のようなシステムではプロセッサと主
記憶とがシステムバス上に接続されており、プロセッサ
からの命令(コマンド)にしたがって主記憶からのデー
タに対して演算を行う場合、主記憶からのデータ全て持
っていき、プロセッサが主記憶からのデータで演算を行
った後に、その結果を主記憶へ書戻している。
In such a system as described above, a processor and a main memory are connected on a system bus. When an operation is performed on data from the main memory in accordance with an instruction (command) from the processor, the processor and the main memory are used. After taking all the data and the processor performing an operation on the data from the main memory, the result is written back to the main memory.

【0004】このような階層構造メモリ構成では一般的
にプロセッサの速度向上及びキャッシュのヒット率を高
める工夫をすることで性能向上を推進してきたが、近
年、プロセッサの速度向上に比べて主記憶の速度向上が
追いつかなくなってきたため、相対的に主記憶へのアク
セスを行うと性能劣化を招くという結果が顕著になって
きている。
In such a hierarchical memory configuration, generally, the performance has been promoted by contriving to improve the speed of the processor and the hit ratio of the cache. Since the speed improvement cannot keep up, the result that access to the main memory relatively deteriorates the performance is becoming remarkable.

【0005】この性能劣化を防ぐために、大容量のデー
タを扱う画像処理の分野では、特開平8−305625
号公報に開示されているように、3次元グラフィックス
におけるテクスチャマッピングの処理を高速化するため
に、半導体メモリ内に演算処理機能を設ける方法が提案
されている。
[0005] In order to prevent this performance degradation, in the field of image processing for handling a large amount of data, Japanese Patent Laid-Open No. 8-305625 is disclosed.
As disclosed in Japanese Unexamined Patent Publication, a method of providing an arithmetic processing function in a semiconductor memory has been proposed in order to speed up texture mapping processing in three-dimensional graphics.

【0006】この公報記載の技術では、一般的に整数座
標をとらない原画像の小数成分を含む小数アドレスをそ
のままメモリのアドレスとして与え、半導体メモリの内
部に、整数アドレスに対応するデータを保持するメモリ
セルと、メモリセルから読出した小数アドレス中の整数
成分に対応するデータと小数成分に基づいて補間演算を
行う演算回路とを設けている。
In the technique disclosed in this publication, a decimal address including a decimal component of an original image which does not generally take integer coordinates is given as a memory address as it is, and data corresponding to the integer address is held in a semiconductor memory. A memory cell and an arithmetic circuit for performing an interpolation operation based on data and a decimal component corresponding to an integer component in a decimal address read from the memory cell are provided.

【0007】[0007]

【発明が解決しようとする課題】上述した従来のメモリ
システムでは、階層構造メモリ構成の場合、プロセッサ
の速度向上に比べて主記憶の速度向上が追いつかなくな
ってきたため、相対的に主記憶へのアクセスを行うと性
能劣化を招いてしまうという問題がある。
In the conventional memory system described above, in the case of a hierarchical memory structure, the speed of the main memory cannot keep up with the speed of the processor. However, there is a problem that performance degradation is caused by performing the above.

【0008】この主記憶へのアクセスにおける性能劣化
は、画像処理の分野において、上記の公報記載の技術を
用いることで防ぐことが可能であるが、主記憶から読出
したデータに対して繰り返し演算を行うようなベクトル
演算や科学計算を多用する分野に用いることはできず、
ベクトル演算や科学計算を多用する分野では主記憶への
アクセスで性能劣化を招いてしまうこととなる。
[0008] The performance degradation in accessing the main memory can be prevented by using the technique described in the above publication in the field of image processing. It cannot be used in fields that make heavy use of vector calculations and scientific calculations,
In a field where vector operations and scientific calculations are frequently used, performance degradation is caused by accessing the main memory.

【0009】また、マルチメディア処理等のために、扱
うデータ量が急激に増大してキャッシュ容量の拡大が追
いつかなくなり、前にもまして主記憶へのアクセスをよ
り高速に行うことが要求されている。
[0009] Further, for multimedia processing and the like, the amount of data to be handled is rapidly increased and the increase in cache capacity cannot keep up, and it is required to access the main memory at a higher speed than before. .

【0010】そこで、本発明の目的は上記の問題点を解
消し、プロセッサの性能劣化を招くことなく、主記憶上
の多量のデータを高速に処理することができる演算機能
付きメモリシステムを提供することにある。
An object of the present invention is to provide a memory system with an arithmetic function capable of solving the above problems and processing a large amount of data in the main memory at high speed without deteriorating the performance of the processor. It is in.

【0011】[0011]

【課題を解決するための手段】本発明による演算機能付
きメモリシステムは、主記憶と前記主記憶へのアクセス
を制御するメモリ制御装置とからなる演算機能付きメモ
リシステムであって、中央処理装置からの指示内容に応
じて前記主記憶から読出したデータの演算を行う演算手
段を前記メモリ制御装置内部に備えている。
A memory system with an arithmetic function according to the present invention is a memory system with an arithmetic function comprising a main memory and a memory control device for controlling access to the main memory. In the memory control device, there is provided arithmetic means for performing an arithmetic operation on the data read from the main memory in accordance with the contents of the instruction.

【0012】本発明による他の演算機能付きメモリシス
テムは、共通のシステムバス上に複数の中央処理装置が
接続されたマルチプロセッサシステムにおいて、主記憶
と前記主記憶を前記システムバスに接続しかつ前記主記
憶へのアクセスを制御するメモリ制御装置とからなる演
算機能付きメモリシステムであって、前記中央処理装置
からの指示内容に応じて前記主記憶から読出したデータ
の演算を行う演算手段を前記メモリ制御装置内部に備え
ている。
Another memory system with an arithmetic function according to the present invention is a multiprocessor system in which a plurality of central processing units are connected on a common system bus, wherein a main memory and the main memory are connected to the system bus, and A memory system with an arithmetic function, comprising: a memory control device for controlling access to a main memory, wherein the memory means for performing an arithmetic operation on data read from the main memory in accordance with an instruction from the central processing unit. It is provided inside the control device.

【0013】本発明による別の演算機能付きメモリシス
テムは、複数の中央処理装置が各々対応するシステムバ
スに接続されたマルチプロセッサシステムにおいて、複
数の主記憶と前記複数の主記憶を各々対応するシステム
バスに接続しかつ前記複数の主記憶各々へのアクセスを
制御する複数のメモリ制御装置とからなる演算機能付き
メモリシステムであって、前記中央処理装置からの指示
内容に応じて前記主記憶から読出したデータの演算を行
う演算手段を前記複数のメモリ制御装置各々に備えてい
る。
Another memory system with an arithmetic function according to the present invention is a multiprocessor system in which a plurality of central processing units are connected to corresponding system buses, respectively. A memory system with an arithmetic function comprising a plurality of memory controllers connected to a bus and controlling access to each of said plurality of main memories, wherein said memory system reads data from said main memory in response to an instruction from said central processing unit. Operation means for performing an operation on the data is provided in each of the plurality of memory control devices.

【0014】本発明によるメモリ制御方法は、主記憶と
前記主記憶へのアクセスを制御するメモリ制御装置とか
らなる演算機能付きメモリシステムのメモリ制御方法で
あって、中央処理装置からの指示内容に応じて前記主記
憶から読出したデータの演算を行うステップを前記メモ
リ制御装置に備えている。
A memory control method according to the present invention is a memory control method for a memory system having an arithmetic function comprising a main memory and a memory control device for controlling access to the main memory. The memory control device further comprises a step of performing an operation on the data read from the main memory in response.

【0015】本発明による他のメモリ制御方法は、共通
のシステムバス上に複数の中央処理装置が接続されたマ
ルチプロセッサシステムにおいて、主記憶と前記主記憶
を前記システムバスに接続しかつ前記主記憶へのアクセ
スを制御するメモリ制御装置とからなる演算機能付きメ
モリシステムのメモリ制御方法であって、前記中央処理
装置からの指示内容に応じて前記主記憶から読出したデ
ータの演算を行うステップを前記メモリ制御装置に備え
ている。
According to another memory control method of the present invention, in a multiprocessor system in which a plurality of central processing units are connected on a common system bus, a main memory and the main memory are connected to the system bus and the main memory is connected. A memory control method for a memory system with an arithmetic function, comprising: a memory control device for controlling access to the memory. The method further comprises the step of: performing an arithmetic operation on data read from the main memory in accordance with an instruction from the central processing unit. It is provided in the memory control device.

【0016】本発明による別のメモリ制御方法は、複数
の中央処理装置が各々対応するシステムバスに接続され
たマルチプロセッサシステムにおいて、複数の主記憶と
前記複数の主記憶を各々対応するシステムバスに接続し
かつ前記複数の主記憶各々へのアクセスを制御する複数
のメモリ制御装置とからなる演算機能付きメモリシステ
ムのメモリ制御方法であって、前記中央処理装置からの
指示内容に応じて前記主記憶から読出したデータの演算
を行うステップを前記複数のメモリ制御装置各々に備え
ている。
According to another memory control method according to the present invention, in a multiprocessor system in which a plurality of central processing units are connected to corresponding system buses, a plurality of main memories and the plurality of main memories are connected to corresponding system buses. A memory control method for a memory system with an arithmetic function comprising a plurality of memory controllers connected to each other and controlling access to each of the plurality of main memories, wherein the main memory is controlled in accordance with an instruction from the central processing unit. A step of performing an operation on the data read from the plurality of memory controllers.

【0017】本発明によるメモリ制御プログラムを記録
した記録媒体は、主記憶と前記主記憶へのアクセスを制
御するメモリ制御装置とからなる演算機能付きメモリシ
ステムにおいて前記メモリ制御装置に前記主記憶へのア
クセスを制御させるためのメモリ制御プログラムを記録
した記録媒体であって、前記メモリ制御プログラムは前
記メモリ制御装置に、中央処理装置からの指示内容に応
じて前記主記憶から読出したデータの演算を行わせてい
る。
A recording medium on which a memory control program according to the present invention is recorded is a memory system having an arithmetic function comprising a main memory and a memory control device for controlling access to the main memory. A storage medium storing a memory control program for controlling access, wherein the memory control program causes the memory control device to perform an operation on data read from the main storage in accordance with an instruction from a central processing unit. I'm making it.

【0018】本発明による他のメモリ制御プログラムを
記録した記録媒体は、共通のシステムバス上に複数の中
央処理装置が接続されたマルチプロセッサシステムにお
いて、主記憶と前記主記憶を前記システムバスに接続し
かつ前記主記憶へのアクセスを制御するメモリ制御装置
とからなる演算機能付きメモリシステムで前記メモリ制
御装置に前記主記憶へのアクセスを制御させるためのメ
モリ制御プログラムを記録した記録媒体であって、前記
メモリ制御プログラムは前記メモリ制御装置に、前記中
央処理装置からの指示内容に応じて前記主記憶から読出
したデータの演算を行わせている。
According to another aspect of the present invention, there is provided a recording medium storing a memory control program according to the present invention, wherein a main memory and the main memory are connected to the system bus in a multiprocessor system in which a plurality of central processing units are connected on a common system bus. A memory control program for causing the memory control device to control access to the main storage in a memory system with an arithmetic function comprising a memory control device for controlling access to the main storage. The memory control program causes the memory control device to perform an operation on the data read from the main storage according to an instruction from the central processing unit.

【0019】本発明による別のメモリ制御プログラムを
記録した記録媒体は、複数の中央処理装置が各々対応す
るシステムバスに接続されたマルチプロセッサシステム
において、複数の主記憶と前記複数の主記憶を各々対応
するシステムバスに接続しかつ前記複数の主記憶各々へ
のアクセスを制御する複数のメモリ制御装置とからなる
演算機能付きメモリシステムで前記メモリ制御装置に前
記主記憶へのアクセスを制御させるためのメモリ制御プ
ログラムを記録した記録媒体であって、前記メモリ制御
プログラムは前記複数のメモリ制御装置各々に、前記中
央処理装置からの指示内容に応じて前記主記憶から読出
したデータの演算を行わせている。
According to another aspect of the present invention, there is provided a recording medium on which another memory control program is recorded, in a multiprocessor system in which a plurality of central processing units are respectively connected to corresponding system buses, a plurality of main memories and a plurality of the main memories. A memory system having an arithmetic function, comprising a plurality of memory controllers connected to a corresponding system bus and controlling access to each of the plurality of main memories, wherein the memory controller controls the access to the main memories. A storage medium recording a memory control program, wherein the memory control program causes each of the plurality of memory control devices to perform an operation on data read from the main storage in accordance with an instruction from the central processing unit. I have.

【0020】すなわち、本発明の演算機能付メモリシス
テムでは、一般的な情報処理装置におけるメモリシステ
ムにおいて、メモリ制御装置内部に比較的単純な命令の
演算機能を設けている。
That is, in the memory system with an arithmetic function of the present invention, in a memory system of a general information processing apparatus, an arithmetic function of relatively simple instructions is provided inside the memory control device.

【0021】より具体的に、本発明の演算機能付きメモ
リシステムでは、共通のシステムバス上に複数のプロセ
ッサが接続されたマルチプロセッサシステムにおいて、
そのシステムバスと主記憶とを接続するメモリ制御装置
内部に演算装置を設けている。
More specifically, in the memory system with an arithmetic function according to the present invention, in a multiprocessor system in which a plurality of processors are connected on a common system bus,
An arithmetic unit is provided inside a memory control unit that connects the system bus and the main memory.

【0022】この演算装置はデータコピーや論理演算、
加減乗算等の比較的単純な演算機能を持ち、プロセッサ
からの命令(コマンド)にしたがって主記憶からのデー
タに対して演算を行い、その結果をシステムバスに出力
することなく、主記憶へ書戻すという動作を実行してい
る。
This arithmetic unit uses data copy, logical operation,
It has a relatively simple operation function such as addition, subtraction, multiplication, etc., performs an operation on data from the main memory according to an instruction (command) from the processor, and writes the result back to the main memory without outputting it to the system bus. The operation is called.

【0023】よって、従来のシステムのようにプロセッ
サに全データを持っていった後に結果を主記憶へ書戻す
という方式に比べて、プロセッサやバスの負荷を減らす
ことが可能になるとともに、メモリ転送時間を省略する
ことが可能となり、大量のデータに対して高速な演算が
可能になる。
Therefore, the load on the processor and the bus can be reduced and the memory transfer can be reduced, as compared with a system in which all data is stored in the processor and then the result is written back to the main memory as in the conventional system. Time can be saved, and high-speed operation can be performed on a large amount of data.

【0024】[0024]

【発明の実施の形態】次に、本発明の実施例について図
面を参照して説明する。図1は本発明の一実施例による
演算機能付メモリシステムを用いた情報処理装置の構成
を示すブロック図である。図において、本発明の一実施
例による情報処理装置は複数のプロセッサ1,2と、そ
れらに対応する複数のキャッシュメモリ3,4と、メモ
リ制御装置5と、メモリ素子(主記憶)7と、入出力制
御装置8と、入出力装置9とから構成されている。
Next, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration of an information processing apparatus using a memory system with an arithmetic function according to one embodiment of the present invention. In the figure, an information processing apparatus according to an embodiment of the present invention includes a plurality of processors 1 and 2, a plurality of cache memories 3 and 4 corresponding to them, a memory control device 5, a memory element (main storage) 7, It is composed of an input / output control device 8 and an input / output device 9.

【0025】複数のプロセッサ1,2とメモリ制御装置
5と入出力制御装置8とはそれぞれシステムバス100
を介して相互に接続されている。複数のプロセッサ1,
2にはそれぞれ高速かつ小容量のキャッシュメモリ3,
4が接続されている。
A plurality of processors 1 and 2, a memory controller 5 and an input / output controller 8 are connected to a system bus 100, respectively.
Connected to each other. Multiple processors 1,
2 is a high-speed and small-capacity cache memory 3,
4 are connected.

【0026】メモリ制御装置5はキャッシュメモリ3,
4に比べると比較的低速だが、大容量のメモリ素子7を
制御し、システムバス100からの指示にしたがってメ
モリ素子7中に格納された情報の読み書きを行い、必要
に応じてシステムバス100にデータを出力する。
The memory control device 5 includes a cache memory 3,
4 controls the large-capacity memory element 7, reads and writes information stored in the memory element 7 according to an instruction from the system bus 100, and transfers data to the system bus 100 as necessary. Is output.

【0027】また、メモリ制御装置5内には比較的単純
な演算を行う演算装置6が格納されており、これもシス
テムバス100からの指示にしたがってメモリ素子7中
に格納された情報に対して演算を行い、その演算結果を
再度メモリ素子7へ書戻すという処理動作を行う。
An arithmetic unit 6 for performing relatively simple arithmetic operations is stored in the memory control unit 5, which also operates on the information stored in the memory element 7 in accordance with an instruction from the system bus 100. An operation is performed in which an operation is performed and the operation result is written back to the memory element 7 again.

【0028】入出力制御装置8は入出力装置9の制御を
行っており、入出力動作に対してのプロセッサ1,2の
負荷を低減するために、入出力装置9とメモリ制御装置
5との直接データ転送(DMA:Direct Mem
ory Access)の制御も行っている。
The input / output control device 8 controls the input / output device 9, and in order to reduce the load on the processors 1 and 2 for input / output operations, the input / output device 9 and the memory control device 5 are connected to each other. Direct data transfer (DMA: Direct Mem)
(Access Control).

【0029】図2は図1のメモリ制御装置5の構成を示
すブロック図である。図において、メモリ制御装置5は
システムバス100とのインタフェースを制御するシス
テムバス制御回路51と、メモリ素子7の制御を行うメ
モリ素子制御回路52と、システムバス100からの指
示を解読するための命令デコーダ53と、各回路を制御
する制御回路54と、上述した演算装置6とから構成さ
れている。
FIG. 2 is a block diagram showing the configuration of the memory control device 5 of FIG. In the figure, a memory control device 5 includes a system bus control circuit 51 for controlling an interface with the system bus 100, a memory device control circuit 52 for controlling the memory device 7, and an instruction for decoding an instruction from the system bus 100. It is composed of a decoder 53, a control circuit 54 for controlling each circuit, and the arithmetic unit 6 described above.

【0030】命令デコーダ53によって解読された命令
は制御回路54へ送られ、必要に応じて演算装置6の制
御が行われる。演算装置6はシステムバス制御回路51
やメモリ素子制御回路52からのデータを受取って制御
回路54の指示に応じて演算を行い、その演算結果をメ
モリ素子制御回路52へ渡すという動作を行う。
The instruction decoded by the instruction decoder 53 is sent to the control circuit 54, and the control of the arithmetic unit 6 is performed as required. The arithmetic unit 6 includes a system bus control circuit 51
And the data is received from the memory element control circuit 52, an operation is performed according to the instruction of the control circuit 54, and the operation result is passed to the memory element control circuit 52.

【0031】図3は図2の制御回路54の処理動作を示
すフローチャートである。これら図1〜図3を参照して
メモリ制御装置5内の制御回路54の処理動作について
説明する。尚、図3に示す処理動作は制御回路54が図
示せぬ制御メモリのプログラムを実行することで実現さ
れ、制御メモリとしてはROM(リードオンリメモリ)
やIC(集積回路)メモリ等が使用可能である。
FIG. 3 is a flowchart showing the processing operation of the control circuit 54 of FIG. The processing operation of the control circuit 54 in the memory control device 5 will be described with reference to FIGS. Note that the processing operation shown in FIG. 3 is realized by the control circuit 54 executing a program in a control memory (not shown), and the control memory is a ROM (read only memory).
And an IC (integrated circuit) memory.

【0032】まず、データコピーの場合、すなわち読出
しアドレスが1アドレス、書込みアドレスが1アドレス
の場合の動作について説明する。読出し対象のアドレス
が1個の動作であるので、プロセッサ1からの読出しア
ドレスの指定は1個となり、通常の読出しコマンドと同
様のコマンドがメモリ制御装置5へシステムバス100
を通して送られる。
First, the operation in the case of data copy, that is, in the case where the read address is one address and the write address is one address will be described. Since there is only one read target address, only one read address is specified from the processor 1 and a command similar to a normal read command is sent to the memory controller 5 by the system bus 100.
Sent through.

【0033】このコマンドはメモリ素子7からのデータ
読出しを指示するが、読出されたデータはシステムバス
100へは送出されず、メモリ制御装置5内にある演算
装置6に送られる。すなわち、この読出しコマンドは命
令デコーダ53によって解読され、制御回路54に送ら
れる。
This command instructs the reading of data from the memory element 7, but the read data is not sent to the system bus 100 but sent to the arithmetic unit 6 in the memory controller 5. That is, the read command is decoded by the instruction decoder 53 and sent to the control circuit 54.

【0034】制御回路54はプロセッサ1からのコマン
ドが入力されると(図3ステップS1)、そのコマンド
がメモリ素子7からのデータ読出しであれば(図3ステ
ップS2)、メモリ素子制御回路52を介してメモリ素
子7から読出したデータを、システムバス制御回路51
を介してシステムバス100上に送信する(図3ステッ
プS3)。
When a command is input from the processor 1 (step S1 in FIG. 3), if the command is to read data from the memory element 7 (step S2 in FIG. 3), the control circuit 54 sets the memory element control circuit 52 to The data read from memory element 7 through system bus control circuit 51
(Step S3 in FIG. 3).

【0035】また、制御回路54はプロセッサ1からの
コマンドがメモリ素子7へのデータ書込みであれば(図
3ステップS4)、システムバス制御回路51を介して
システムバス100上から受取ったデータを、メモリ素
子制御回路52を介してメモリ素子7に書込む(図3ス
テップS5)。
If the command from the processor 1 is a data write to the memory element 7 (step S4 in FIG. 3), the control circuit 54 transfers the data received from the system bus 100 via the system bus control circuit 51 to the The data is written into the memory element 7 via the memory element control circuit 52 (step S5 in FIG. 3).

【0036】さらに、制御回路54はプロセッサ1から
のコマンドが演算装置6を用いた処理を示すコマンド
(この場合はデータコピーのコマンド)であれば(図3
ステップS6)、システムバス制御回路51とメモリ素
子制御回路52と演算装置6とに対してそれぞれ指示を
行い、メモリ素子7からの読出しデータに対して演算を
行って再びメモリ素子7に書戻すという処理動作を行う
(図3ステップS7〜S11)。
Further, if the command from the processor 1 is a command indicating processing using the arithmetic unit 6 (in this case, a data copy command), the control circuit 54 (FIG. 3)
Step S6): Instruct each of the system bus control circuit 51, the memory element control circuit 52, and the arithmetic unit 6 to perform arithmetic on read data from the memory element 7 and write it back to the memory element 7. A processing operation is performed (steps S7 to S11 in FIG. 3).

【0037】すなわち、メモリ素子7からの読出しデー
タがメモリ素子制御回路52からシステムバス制御回路
51へと送られるが、制御回路54はデータコピーであ
ることを認識し、システムバス制御回路51及び演算装
置6に対して指示を行い、システムバス制御回路51は
システムバス100へのデータ送信を抑止し、代わりに
演算装置6がそのデータを格納する。
That is, the read data from the memory element 7 is sent from the memory element control circuit 52 to the system bus control circuit 51. The control circuit 54 recognizes that the data is a copy, and the system bus control circuit 51 An instruction is given to the device 6, and the system bus control circuit 51 inhibits data transmission to the system bus 100, and the arithmetic device 6 stores the data instead.

【0038】演算装置6は制御回路54の指示にしたが
って演算を行うが、データコピーの場合には単純に入力
されたデータをそのまま出力するだけなので、入力され
たデータをそのまま出力することとなる。
The arithmetic unit 6 performs an operation in accordance with the instruction of the control circuit 54, but in the case of data copy, it simply outputs the input data as it is, so that the input data is output as it is.

【0039】次に、書込みアドレスを指定するために、
プロセッサ1から書込みアドレスの指定コマンドを送
る。これは通常の書込みコマンドと同様にアドレスを指
定することになるが、書込みデータを指定する必要がな
いので、読出しコマンドに近いコマンドになる。
Next, in order to specify a write address,
The processor 1 sends a write address designation command. This specifies an address in the same way as a normal write command, but since it is not necessary to specify write data, the command is similar to a read command.

【0040】この書込みコマンドはメモリ素子7へのデ
ータ書込みを指示するが、書込まれるデータはプロセッ
サ1から送られるものではなく、演算装置6の出力を使
用することになる。すなわち、このコマンドを受取った
命令デコーダ53は制御回路54に解読された命令を送
付し、制御回路54はメモリ素子制御回路52に対し
て、書込みデータとしてシステムバス100からのデー
タではなく、演算装置6の出力を使用するように指示す
ることになる。
This write command instructs data writing to the memory element 7, but the data to be written is not sent from the processor 1 but uses the output of the arithmetic unit 6. That is, the instruction decoder 53 that has received this command sends the decoded instruction to the control circuit 54, and the control circuit 54 instructs the memory element control circuit 52 not to write data from the system bus 100 but to the arithmetic unit 6 will be used.

【0041】このようにして、あるアドレスからあるア
ドレスへのデータコピーが実際にシステムバス100へ
データを送出することなく、またプロセッサ1へのデー
タ転送なしで実現することができる。
In this manner, data copy from a certain address to a certain address can be realized without actually sending data to the system bus 100 and without transferring data to the processor 1.

【0042】次に、2アドレス間で加算を行い、その加
算結果を第3のアドレスに格納する場合、すなわち読出
しアドレスが2個、書込みアドレスが1個の場合につい
て説明する。
Next, a case where addition is performed between two addresses and the addition result is stored in a third address, that is, a case where there are two read addresses and one write address will be described.

【0043】この場合には読出しアドレスが2個である
ため、プロセッサ1からの1回目の読出しコマンドによ
って、データコピーの場合と同様に、メモリ素子7から
読出されたデータは演算装置6に送られるが、もう1個
のデータがないと演算ができないので、演算装置6内に
一時保存される。
In this case, since there are two read addresses, the data read from the memory element 7 is sent to the arithmetic unit 6 by the first read command from the processor 1 as in the case of data copy. However, since the operation cannot be performed without another data, it is temporarily stored in the arithmetic unit 6.

【0044】その次に発行される第2の読出しコマンド
によって、2個目のデータが同様に演算装置106に送
られ、先ほど一時保存した第1のデータとの加算が行わ
れる。その後に発行される書込みコマンドによって、デ
ータコピーの場合と同様に、演算装置6のデータがメモ
リ素子7の書込みコマンドの指示するアドレスに対して
書込まれる。
In response to the second read command issued next, the second data is similarly sent to the arithmetic unit 106, and is added to the temporarily stored first data. By the write command issued thereafter, the data of the arithmetic unit 6 is written to the address indicated by the write command of the memory element 7 as in the case of the data copy.

【0045】図4〜図6は本発明の他の実施例による演
算機能付きメモリシステムのメモリ制御装置内の制御回
路の処理動作を示すフローチャートである。これら図4
〜図6を参照して本発明の他の実施例による演算機能付
きメモリシステムのメモリ制御装置内の制御回路の処理
動作について説明する。
FIGS. 4 to 6 are flowcharts showing the processing operation of the control circuit in the memory control device of the memory system with an arithmetic function according to another embodiment of the present invention. These figures 4
The processing operation of the control circuit in the memory control device of the memory system with an arithmetic function according to another embodiment of the present invention will be described with reference to FIGS.

【0046】尚、本発明の他の実施例による演算機能付
きメモリシステムを用いた情報処理装置も図1及び図2
に示す本発明の一実施例による演算機能付きメモリシス
テムを用いた情報処理装置と同様の構成となっているの
で、図1及び図2の各回路の符号を用いて以下説明す
る。また、図4〜図6に示す処理動作は制御回路54が
図示せぬ制御メモリのプログラムを実行することで実現
され、制御メモリとしてはROMやICメモリ等が使用
可能である。
An information processing apparatus using a memory system with an arithmetic function according to another embodiment of the present invention is also shown in FIGS.
Has the same configuration as the information processing apparatus using the memory system with an arithmetic function according to one embodiment of the present invention shown in FIG. 1 and will be described below using the reference numerals of the respective circuits in FIGS. 4 to 6 are realized by the control circuit 54 executing a program in a control memory (not shown), and a ROM, an IC memory, or the like can be used as the control memory.

【0047】但し、本発明の他の実施例による演算機能
付きメモリシステムを用いた情報処理装置では、メモリ
素子7及びメモリ制御装置5が複数に分割されて構成さ
れ、複数のメモリ制御装置5各々が同一のシステムバス
100に接続されている場合について考える。ここで、
複数のメモリ制御装置5各々が同一のシステムバス10
0に接続されない可能性も考えられるが、その場合には
メモリ制御装置5各々
However, in an information processing apparatus using a memory system with an arithmetic function according to another embodiment of the present invention, the memory device 7 and the memory control device 5 are divided into a plurality of parts, and each of the plurality of memory control devices 5 Are connected to the same system bus 100. here,
Each of the plurality of memory controllers 5 has the same system bus 10
0 may not be connected, but in that case, each of the memory control devices 5

【0048】制御回路54はシステムバス100上のコ
マンドが入力されると(図4ステップS21)、そのコ
マンドがメモリ素子7からのデータ読出しであれば(図
4ステップS22)、メモリ素子制御回路52を介して
メモリ素子7から読出したデータを、システムバス制御
回路51を介してシステムバス100上に送信する(図
4ステップS23)。
When a command on the system bus 100 is input (step S21 in FIG. 4), if the command reads data from the memory element 7 (step S22 in FIG. 4), the control circuit 54 controls the memory element control circuit 52. Then, the data read from the memory element 7 is transmitted to the system bus 100 via the system bus control circuit 51 (step S23 in FIG. 4).

【0049】また、制御回路54はシステムバス100
上のコマンドがメモリ素子7へのデータ書込みであれば
(図4ステップS24)、システムバス制御回路51を
介してシステムバス100上から受取ったデータを、メ
モリ素子制御回路52を介してメモリ素子7に書込む
(図4ステップS25)。
The control circuit 54 is connected to the system bus 100
If the above command is a data write to the memory element 7 (step S24 in FIG. 4), the data received from the system bus 100 via the system bus control circuit 51 is transferred to the memory element 7 via the memory element control circuit 52. (Step S25 in FIG. 4).

【0050】さらに、制御回路54はシステムバス10
0上のコマンドが演算装置6を用いた処理を示すコマン
ド(データコピーや2アドレス間での加算結果を第3の
アドレスに格納する等のコマンド)であれば(図4ステ
ップS26)、メモリ素子制御回路52を介してメモリ
素子7からデータを読出す(図4ステップS27)。
Further, the control circuit 54 is connected to the system bus 10
If the command on 0 is a command indicating a process using the arithmetic device 6 (a command such as data copy or addition of an addition result between two addresses to a third address) (step S26 in FIG. 4), the memory element Data is read from the memory element 7 via the control circuit 52 (step S27 in FIG. 4).

【0051】ここで、制御回路54はシステムバス10
0上のコマンドが他のメモリ素子(図示せず)のデータ
を読出したりあるいは他のメモリ素子にデータを書込ん
だりする処理か、または自装置配下のメモリ素子7のデ
ータのみで演算を行う処理かを判断する(図4ステップ
S28)。
Here, the control circuit 54 is connected to the system bus 10
A command on 0 reads data from another memory element (not shown) or writes data to another memory element, or performs an operation using only data from the memory element 7 under its own device Is determined (step S28 in FIG. 4).

【0052】制御回路54は自装置配下のメモリ素子7
のデータのみで演算を行う場合、システムバス制御回路
51に対してメモリ素子7からの読出しデータのシステ
ムバス100への送信を抑止し(図4ステップS2
9)、演算装置6に演算を指示する(図5ステップS3
0)。
The control circuit 54 is connected to the memory element 7 under its control.
In the case of performing the operation only with the data of (1), the transmission of the read data from the memory element 7 to the system bus 100 to the system bus control circuit 51 is suppressed (step S2 in FIG. 4).
9), instruct the arithmetic unit 6 to perform an arithmetic operation (step S3 in FIG. 5).
0).

【0053】その後、制御回路54は演算装置6の演算
結果を自装置配下のメモリ素子7に書込むのであれば
(図5ステップS31)、メモリ素子制御回路52を介
してメモリ素子7に演算装置6の演算結果を書込む(図
5ステップS32)。
Thereafter, if the control circuit 54 writes the operation result of the arithmetic unit 6 to the memory element 7 under its control (step S31 in FIG. 5), the control circuit 54 stores the arithmetic unit in the memory element 7 via the memory element control circuit 52. 6 is written (step S32 in FIG. 5).

【0054】また、制御回路54は演算装置6の演算結
果を自装置配下のメモリ素子7に書込むのでなければ、
つまり演算装置6の演算結果を他のメモリ素子に書込む
のであれば(図5ステップS31)、システムバス制御
回路51を介してシステムバス100上に他のメモリ制
御装置へのデータ書込みを指示する(図6ステップS3
8)。尚、演算装置6の演算結果もその指示に続いてシ
ステムバス100上に送出される。
Unless the control circuit 54 writes the operation result of the operation device 6 to the memory element 7 under its control,
That is, if the operation result of the arithmetic unit 6 is to be written into another memory element (step S31 in FIG. 5), an instruction to write data to another memory control unit is issued on the system bus 100 via the system bus control circuit 51. (Step S3 in FIG. 6)
8). The calculation result of the calculation device 6 is also sent to the system bus 100 following the instruction.

【0055】一方、制御回路54は自装置配下のメモリ
素子7のデータのみで演算を行わない場合、システムバ
ス制御回路51を介してシステムバス100上に他のメ
モリ制御装置へのデータ読出しを指示する(図6ステッ
プS34)。
On the other hand, when the control circuit 54 does not perform the operation only with the data of the memory element 7 under its own device, it instructs the system bus 100 via the system bus control circuit 51 to read data to another memory control device. (Step S34 in FIG. 6).

【0056】制御回路54は他のメモリ制御装置を介し
て全てのデータを受取ると(図6ステップS35)、演
算装置6に演算を指示する(図6ステップS36)。そ
の後、制御回路54は演算装置6の演算結果を自装置配
下のメモリ素子7に書込むのであれば(図6ステップS
37)、メモリ素子制御回路52を介してメモリ素子7
に演算装置6の演算結果を書込む(図6ステップS3
9)。
When the control circuit 54 receives all data via another memory control device (step S35 in FIG. 6), it instructs the arithmetic device 6 to perform an operation (step S36 in FIG. 6). Thereafter, the control circuit 54 writes the calculation result of the calculation device 6 into the memory element 7 under its own device (step S5 in FIG. 6).
37), the memory element 7 via the memory element control circuit 52
The calculation result of the calculation device 6 is written into the memory (step S3 in FIG. 6).
9).

【0057】また、制御回路54は演算装置6の演算結
果を自装置配下のメモリ素子7に書込むのでなければ、
つまり演算装置6の演算結果を他のメモリ素子に書込む
のであれば(図6ステップS37)、システムバス制御
回路51を介してシステムバス100上に他のメモリ制
御装置へのデータ書込みを指示する(図6ステップS3
8)。上記の処理動作は全てのデータが処理されるまで
繰返し実行される(図4ステップS21〜S29,図5
ステップS30〜S33,図6ステップS34〜S3
9)。
If the control circuit 54 does not write the operation result of the operation device 6 to the memory element 7 under its own device,
That is, if the operation result of the arithmetic unit 6 is to be written to another memory element (step S37 in FIG. 6), an instruction to write data to another memory control unit is issued on the system bus 100 via the system bus control circuit 51. (Step S3 in FIG. 6)
8). The above processing operation is repeatedly executed until all data is processed (steps S21 to S29 in FIG. 4, FIG.
Steps S30 to S33, FIG. 6 Steps S34 to S3
9).

【0058】すなわち、読出されるデータのアドレスが
書込まれるデータアドレスと同一のメモリ制御装置5内
にあれば本発明の一実施例による演算機能付きメモリシ
ステムの処理動作と変わらないが、異なるメモリ制御装
置内である場合には書込まれるデータアドレスがあるメ
モリ制御装置へデータを送る必要がある。
That is, as long as the address of the data to be read is in the same memory control device 5 as the data address to be written, the processing operation is the same as that of the memory system with the arithmetic function according to the embodiment of the present invention. If it is in the controller, it is necessary to send the data to the memory controller where the data address to be written is located.

【0059】そのため、読出しコマンドには書込み先の
メモリ制御装置がどこであるかを示す情報が必要とな
り、読出しコマンドを処理するメモリ制御装置はその情
報を見て、内部の演算装置に送ることなくシステムバス
へ送出して転送してもらう必要がある。書込み対象のメ
モリ制御装置は転送されてきたデータを取込み、そのデ
ータを自装置配下のメモリ素子に書込むという作業を行
わなくてはならない。
Therefore, the read command needs information indicating where the memory controller to which the data is to be written, and the memory controller that processes the read command looks at the information and sends it to the system without sending it to the internal arithmetic unit. It needs to be sent to the bus for transfer. The memory control device to be written must take in the transferred data and write the data to the memory element under its own device.

【0060】図7〜図9は本発明の別の実施例による演
算機能付きメモリシステムのメモリ制御装置内の制御回
路の処理動作を示すフローチャートである。これら図7
〜図9を参照して本発明の別の実施例による演算機能付
きメモリシステムのメモリ制御装置内の制御回路の処理
動作について説明する。
FIGS. 7 to 9 are flowcharts showing the processing operation of the control circuit in the memory control device of the memory system with an arithmetic function according to another embodiment of the present invention. These FIG.
The processing operation of the control circuit in the memory control device of the memory system with an arithmetic function according to another embodiment of the present invention will be described with reference to FIGS.

【0061】尚、本発明の別の実施例による演算機能付
きメモリシステムを用いた情報処理装置も図1及び図2
に示す本発明の一実施例による演算機能付きメモリシス
テムを用いた情報処理装置と同様の構成となっているの
で、図1及び図2の各回路の符号を用いて以下説明す
る。また、図7〜図9に示す処理動作は制御回路54が
図示せぬ制御メモリのプログラムを実行することで実現
され、制御メモリとしてはROMやICメモリ等が使用
可能である。
An information processing apparatus using a memory system with an arithmetic function according to another embodiment of the present invention is also shown in FIGS.
Has the same configuration as the information processing apparatus using the memory system with an arithmetic function according to one embodiment of the present invention shown in FIG. 1 and will be described below using the reference numerals of the respective circuits in FIGS. The processing operations shown in FIGS. 7 to 9 are realized by the control circuit 54 executing a program in a control memory (not shown), and a ROM, an IC memory, or the like can be used as the control memory.

【0062】但し、本発明の別の実施例による演算機能
付きメモリシステムを用いた情報処理装置では、メモリ
素子7及びメモリ制御装置5が複数に分割されて構成さ
れ、複数のメモリ制御装置5各々が同一のシステムバス
100に接続されている場合について考える。ここで、
複数のメモリ制御装置5各々が同一のシステムバス10
0に接続されない可能性も考えられるが、その場合には
メモリ制御装置5各々の動作に若干工夫が必要となる。
However, in an information processing apparatus using a memory system with an arithmetic function according to another embodiment of the present invention, the memory element 7 and the memory controller 5 are divided into a plurality of parts, and each of the plurality of memory controllers 5 Are connected to the same system bus 100. here,
Each of the plurality of memory controllers 5 has the same system bus 10
Although it is possible that the connection is not made to 0, in such a case, it is necessary to devise a little in operation of each memory control device 5.

【0063】制御回路54はシステムバス100上のコ
マンドが入力されると(図7ステップS41)、そのコ
マンドがメモリ素子7からのデータ読出しであれば(図
7ステップS42)、メモリ素子制御回路52を介して
メモリ素子7から読出したデータを、システムバス制御
回路51を介してシステムバス100上に送信する(図
7ステップS43)。
When a command on the system bus 100 is input (step S41 in FIG. 7), the control circuit 54 reads out data from the memory element 7 (step S42 in FIG. 7). Then, the data read from the memory element 7 is transmitted to the system bus 100 via the system bus control circuit 51 (step S43 in FIG. 7).

【0064】また、制御回路54はシステムバス100
上のコマンドがメモリ素子7へのデータ書込みであれば
(図7ステップS44)、システムバス制御回路51を
介してシステムバス100上から受取ったデータを、メ
モリ素子制御回路52を介してメモリ素子7に書込む
(図7ステップS45)。
The control circuit 54 is connected to the system bus 100
If the above command is a data write to the memory element 7 (step S44 in FIG. 7), the data received from the system bus 100 via the system bus control circuit 51 is transferred to the memory element 7 via the memory element control circuit 52. (Step S45 in FIG. 7).

【0065】さらに、制御回路54はシステムバス10
0上のコマンドが演算装置6を用いた処理を示すコマン
ド(データコピーや2アドレス間での加算結果を第3の
アドレスに格納する等のコマンド)であれば(図7ステ
ップS46)、メモリ素子制御回路52を介してメモリ
素子7からデータを読出す(図7ステップS47)。
Further, the control circuit 54 is connected to the system bus 10
If the command on 0 is a command indicating a process using the arithmetic unit 6 (a command such as data copy or addition of an addition result between two addresses to a third address) (step S46 in FIG. 7), the memory element Data is read from the memory element 7 via the control circuit 52 (step S47 in FIG. 7).

【0066】ここで、制御回路54はシステムバス10
0上のコマンドが他のメモリ素子(図示せず)のデータ
を読出したりあるいは他のメモリ素子にデータを書込ん
だりする処理か、または自装置配下のメモリ素子7のデ
ータのみで演算を行う処理かを判断する(図7ステップ
S48)。
Here, the control circuit 54 is connected to the system bus 10
A command on 0 reads data from another memory element (not shown) or writes data to another memory element, or performs an operation using only data from the memory element 7 under its own device Is determined (step S48 in FIG. 7).

【0067】制御回路54は自装置配下のメモリ素子7
のデータのみで演算を行う場合、システムバス制御回路
51に対してメモリ素子7からの読出しデータのシステ
ムバス100への送信を抑止し(図7ステップS4
9)、演算装置6に演算を指示する(図8ステップS5
0)。
The control circuit 54 controls the memory element 7 under its own control.
In the case of performing the operation only with the data of (1), the transmission of the read data from the memory element 7 to the system bus 100 to the system bus control circuit 51 is suppressed (step S4 in FIG. 7).
9), instruct the arithmetic unit 6 to perform an arithmetic operation (step S5 in FIG. 8).
0).

【0068】その後、制御回路54は演算装置6の演算
結果を自装置配下のメモリ素子7に書込むのであれば
(図8ステップS51)、メモリ素子制御回路52を介
してメモリ素子7に演算装置6の演算結果を書込む(図
8ステップS52)。
Thereafter, if the control circuit 54 writes the operation result of the operation device 6 to the memory element 7 under its control (step S51 in FIG. 8), the control circuit 54 stores the operation result in the memory element 7 through the memory element control circuit 52. 6 is written (step S52 in FIG. 8).

【0069】また、制御回路54は演算装置6の演算結
果を自装置配下のメモリ素子7に書込むのでなければ、
つまり演算装置6の演算結果を他のメモリ素子に書込む
のであれば(図8ステップS51)、システムバス制御
回路51を介してシステムバス100上に他のメモリ制
御装置へのデータ書込みを指示する(図9ステップS5
7)。尚、演算装置6の演算結果もその指示に続いてシ
ステムバス100上に送出される。
If the control circuit 54 does not write the operation result of the operation device 6 to the memory element 7 under its control,
That is, if the operation result of the operation device 6 is to be written to another memory element (step S51 in FIG. 8), an instruction to write data to another memory control device on the system bus 100 via the system bus control circuit 51 is issued. (Step S5 in FIG. 9)
7). The calculation result of the calculation device 6 is also sent to the system bus 100 following the instruction.

【0070】一方、制御回路54は自装置配下のメモリ
素子7のデータのみで演算を行わない場合、システムバ
ス制御回路51を介してシステムバス100上に他のメ
モリ制御装置から送出されたデータを受取り、他のメモ
リ制御装置を介して全てのデータを受取ると(図9ステ
ップS54)、演算装置6に演算を指示する(図9ステ
ップS55)。その後、制御回路54は演算装置6の演
算結果を自装置配下のメモリ素子7に書込むのであれば
(図9ステップS56)、メモリ素子制御回路52を介
してメモリ素子7に演算装置6の演算結果を書込む(図
9ステップS58)。
On the other hand, when the control circuit 54 does not perform the operation only with the data of the memory element 7 under its own control, the control circuit 54 transmits the data sent from another memory control device onto the system bus 100 via the system bus control circuit 51. When receiving the data and receiving all the data via another memory control device (step S54 in FIG. 9), the arithmetic unit 6 is instructed to perform the calculation (step S55 in FIG. 9). Thereafter, if the control circuit 54 writes the operation result of the operation device 6 to the memory element 7 under its own device (step S56 in FIG. 9), the operation of the operation device 6 is applied to the memory element 7 via the memory element control circuit 52. The result is written (step S58 in FIG. 9).

【0071】また、制御回路54は演算装置6の演算結
果を自装置配下のメモリ素子7に書込むのでなければ、
つまり演算装置6の演算結果を他のメモリ素子に書込む
のであれば(図9ステップS56)、システムバス制御
回路51を介してシステムバス100上に他のメモリ制
御装置へのデータ書込みを指示する(図9ステップS5
7)。上記の処理動作は全てのデータが処理されるまで
繰返し実行される(図7ステップS41〜S49,図8
ステップS50〜S53,図9ステップS54〜S5
8)。
Unless the control circuit 54 writes the calculation result of the calculation device 6 to the memory element 7 under its control,
That is, if the operation result of the arithmetic unit 6 is to be written to another memory element (step S56 in FIG. 9), an instruction to write data to another memory control unit is issued on the system bus 100 via the system bus control circuit 51. (Step S5 in FIG. 9)
7). The above processing operation is repeatedly executed until all data is processed (steps S41 to S49 in FIG. 7, FIG. 8
Steps S50 to S53, FIG. 9 Steps S54 to S5
8).

【0072】すなわち、読出されるデータのアドレスが
書込まれるデータアドレスと同一のメモリ制御装置5内
にあれば本発明の一実施例による演算機能付きメモリシ
ステムの処理動作と変わらないが、異なるメモリ制御装
置内である場合には書込まれるデータアドレスがあるメ
モリ制御装置へデータを送る必要がある。
That is, if the address of the data to be read is in the same memory control unit 5 as the data address to be written, the processing operation is the same as that of the memory system with the arithmetic function according to the embodiment of the present invention, If it is in the controller, it is necessary to send the data to the memory controller where the data address to be written is located.

【0073】そのため、読出しコマンドには書込み先の
メモリ制御装置がどこであるかを示す情報が必要とな
り、読出しコマンドを処理するメモリ制御装置はその情
報を見て、内部の演算装置に送ることなくシステムバス
へ送出して転送してもらう必要がある。書込み対象のメ
モリ制御装置は転送されてきたデータを取込み、そのデ
ータを自装置配下のメモリ素子に書込むという作業を行
わなくてはならない。
Therefore, the read command needs information indicating where the memory controller to which the data is to be written, and the memory controller that processes the read command looks at the information and sends the information to the system without sending it to the internal arithmetic unit. It needs to be sent to the bus for transfer. The memory control device to be written must take in the transferred data and write the data to the memory element under its own device.

【0074】このように、メモリ素子7内のデータをプ
ロセッサ1,2に全て転送することなく、データ処理を
行うことができるため、プロセッサ1,2やシステムバ
ス100の負荷を下げることができる。よって、その分
の処理能力を他の処理に割当てることで、性能向上に寄
与することができる。
As described above, since data processing can be performed without transferring all data in the memory element 7 to the processors 1 and 2, the load on the processors 1 and 2 and the system bus 100 can be reduced. Therefore, by assigning that processing capacity to other processing, it is possible to contribute to performance improvement.

【0075】また、プロセッサ1,2とのデータ転送時
間を節約することができるため、特にプロセッサ1,2
とメモリ素子7との転送時間が長い装置ではメモリ素子
7の限界性能に近い高速動作が可能となる。
Further, since the data transfer time with the processors 1 and 2 can be saved, especially the processors 1 and 2
In a device in which the transfer time between the memory element 7 and the memory element 7 is long, high-speed operation close to the limit performance of the memory element 7 is possible.

【0076】しかも、本発明の一実施例や他の実施例の
ようなキャッシュメモリ3,4を備えたマルチプロセッ
サシステムにおいてはキャッシュメモリ3,4の整合性
を保つため、あるアドレスの書込み時に他のプロセッサ
のキャッシュを無効にする等の措置が必要になる。
Moreover, in a multiprocessor system having cache memories 3 and 4 as in one embodiment of the present invention or another embodiment, in order to maintain the consistency of the cache memories 3 and 4, when writing a certain address, another It is necessary to take measures such as invalidating the processor cache.

【0077】しかしながら、その処理動作によって他の
プロセッサへの負荷を高くなるとともに、処理時間の増
大を招いてしまうが、本発明の一実施例や他の実施例に
よる演算機能付きメモリシステムを使用することで、キ
ャッシュメモリ3,4にデータを格納することなく、デ
ータの書込みが行われるので、他のプロセッサへの負荷
もかからずに高速に書込みを行うことができる。
However, the processing operation increases the load on other processors and increases the processing time. However, the memory system with an arithmetic function according to one embodiment of the present invention or another embodiment is used. Since data is written without storing data in the cache memories 3 and 4, high-speed writing can be performed without imposing a load on other processors.

【0078】また、小容量のキャッシュメモリ3,4し
かもたないシステムの場合、単純な命令を大量のデータ
に施すと、従来のシステムではプロセッサ2,3に全て
のデータを持ってくるために、後続の処理に必要な古い
データが大量のデータによって押し出されてしまい、メ
モリ素子7にデータを再度読出しに行く必要が出てく
る。
In a system having only small-capacity cache memories 3 and 4, if a simple instruction is applied to a large amount of data, in a conventional system, all data is brought to the processors 2 and 3. Old data required for the subsequent processing is pushed out by a large amount of data, and it is necessary to read the data to the memory element 7 again.

【0079】そのため、メモリ素子7へのアクセスが性
能劣化の原因となってしまう。本発明の一実施例や他の
実施例による演算機能付きメモリシステムによれば、大
量データに関してはメモリ制御装置5内で処理すること
が可能であるので、キャッシュメモリ3,4内の必要な
データがそのままであり、性能劣化を招くこと可能性が
少なくすることができる。
For this reason, access to the memory element 7 causes performance degradation. According to the memory system with an arithmetic function according to one embodiment of the present invention or another embodiment, since a large amount of data can be processed in the memory control device 5, necessary data in the cache memories 3 and 4 can be processed. However, it is possible to reduce the possibility of deteriorating performance.

【0080】さらに、入出力装置9との間で直接データ
転送(DMA)を行う場合、キャッシュメモリ3,4に
残っている該当アドレスのデータを全て吐き出さない
と、DMA処理が開始できない。しかしながら、本発明
の一実施例や他の実施例による演算機能付きメモリシス
テムではメモリ素子7上のデータを即座に書換えること
ができるため、キャッシュメモリ3,4の吐き出し処理
が不要となり、即座にデータ転送を開始することができ
る。
Further, when performing direct data transfer (DMA) with the input / output device 9, the DMA process cannot be started unless all the data of the corresponding address remaining in the cache memories 3 and 4 is discharged. However, in the memory system with an arithmetic function according to one embodiment of the present invention or another embodiment, since the data in the memory element 7 can be rewritten immediately, the flushing process of the cache memories 3 and 4 becomes unnecessary, and Data transfer can be started.

【0081】尚、本発明の一実施例や他の実施例による
演算機能付きメモリシステムではメモリ素子を複数に分
けて、通常のメモリアクセスの転送量を拡大する方式も
考えられる。通常、インタリーブと言われるこの方式に
関しても、メモリ制御装置が1個であるならば、本発明
の一実施例とほとんど変わらずに実現することができ
る。
In the memory system with an arithmetic function according to one embodiment or another embodiment of the present invention, a method of dividing the memory element into a plurality of elements and expanding the transfer amount of normal memory access may be considered. This system, which is generally called interleaving, can be realized with almost no difference from the embodiment of the present invention if there is one memory control device.

【0082】上記各実施例ではメモリ素子に対して演算
装置の速度が早いために1個の演算装置だけで演算機能
を果たしているが、インタリーブ技術やより高速のメモ
リ素子を使用すれば、1個の演算装置の処理能力以上の
データを供給することができる可能性がある。その場合
には演算装置をパイプライン化することで処理能力を増
やしたり、演算装置を複数持つことで対処することがで
きる。
In each of the above embodiments, the operation speed of the arithmetic unit is higher than that of the memory device, so that only one arithmetic unit performs the arithmetic function. However, if an interleave technique or a higher-speed memory device is used, one arithmetic unit is used. There is a possibility that data more than the processing capacity of the arithmetic device can be supplied. In such a case, the processing capacity can be increased by forming the arithmetic unit into a pipeline, or can be dealt with by providing a plurality of arithmetic units.

【0083】また、上記各実施例では従来のメモリ操作
命令との整合性をできるだけ合わせるために、読出しや
書込みをそれぞれ別個のコマンドで指示していたが、ポ
インタやインデックス、相対アドレス等を使用すること
で1個のコマンドで全てのアドレス・演算を指示するこ
とも可能である。
In each of the above embodiments, reading and writing are instructed by separate commands in order to match consistency with the conventional memory operation instruction as much as possible. However, pointers, indexes, relative addresses and the like are used. Thus, it is also possible to instruct all addresses and operations with one command.

【0084】さらに、制御回路に順序回路を設けること
で、条件分岐等も含んだより複雑な処理を指定するよう
に変更してもよい。さらにまた、上記各実施例では入力
データとして1及び2個のデータのみを指定してきた
が、より多くのデータを入力するようにすることで、複
雑な演算を一度に実行するように変更することも可能で
ある。
Further, by providing a sequential circuit in the control circuit, a change may be made so as to designate a more complicated process including a conditional branch. Furthermore, in each of the above embodiments, only one and two pieces of data are designated as input data. However, by inputting more data, it is possible to perform a change so that a complicated operation is executed at a time. Is also possible.

【0085】一方、上記各実施例では演算装置の出力を
システムバスを介してプロセッサへ出力しないことにな
っているが、演算結果を即座にプロセッサが知りたい場
合もありうる。その場合のために、演算結果をメモリに
格納するとともに、システムバスへも出力するというよ
うに変更した構成も考えられる。
On the other hand, in each of the above embodiments, the output of the arithmetic unit is not output to the processor via the system bus, but the processor may want to know the operation result immediately. For such a case, a configuration in which the calculation result is stored in the memory and output to the system bus is also considered.

【0086】加えて、メモリ制御装置内の演算装置での
例外事項(オーバフローやキャリー、ボロー等)につい
ての対処としては各種の方式が考案できる。例外事項が
起こった場合の固定値を規定しておく方法のほか、割込
みや専用線を使用してプロセッサへその旨を通知し、後
の処置はプロセッサに任せる等の方式が考えられる。
In addition, various methods can be devised to deal with exceptions (overflow, carry, borrow, etc.) in the arithmetic unit in the memory control device. In addition to a method of defining a fixed value when an exception occurs, a method of notifying the processor of the fact using an interrupt or a dedicated line and leaving the subsequent processing to the processor can be considered.

【0087】[0087]

【発明の効果】以上説明したように本発明によれば、主
記憶と前記主記憶へのアクセスを制御するメモリ制御装
置とからなる演算機能付きメモリシステムにおいて、中
央処理装置からの指示内容に応じて主記憶から読出した
データの演算を行う演算手段をメモリ制御装置内部に備
えることによって、プロセッサの性能劣化を招くことな
く、主記憶上の多量のデータを高速に処理することがで
きるという効果がある。
As described above, according to the present invention, in a memory system having an arithmetic function comprising a main memory and a memory control device for controlling access to the main memory, a memory system according to an instruction from a central processing unit is provided. By providing an arithmetic means for calculating data read from the main memory in the memory controller, it is possible to process a large amount of data in the main memory at high speed without deteriorating the performance of the processor. is there.

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

【図1】本発明の一実施例による演算機能付メモリシス
テムを用いた情報処理装置の構成を示すブロック図であ
る。
FIG. 1 is a block diagram illustrating a configuration of an information processing apparatus using a memory system with an arithmetic function according to an embodiment of the present invention.

【図2】図1のメモリ制御装置の構成を示すブロック図
である。
FIG. 2 is a block diagram illustrating a configuration of the memory control device of FIG. 1;

【図3】図2の制御回路の処理動作を示すフローチャー
トである。
FIG. 3 is a flowchart illustrating a processing operation of the control circuit of FIG. 2;

【図4】本発明の他の実施例による演算機能付きメモリ
システムのメモリ制御装置内の制御回路の処理動作を示
すフローチャートである。
FIG. 4 is a flowchart showing a processing operation of a control circuit in a memory control device of a memory system with an arithmetic function according to another embodiment of the present invention.

【図5】本発明の他の実施例による演算機能付きメモリ
システムのメモリ制御装置内の制御回路の処理動作を示
すフローチャートである。
FIG. 5 is a flowchart showing a processing operation of a control circuit in a memory control device of a memory system with an arithmetic function according to another embodiment of the present invention.

【図6】本発明の他の実施例による演算機能付きメモリ
システムのメモリ制御装置内の制御回路の処理動作を示
すフローチャートである。
FIG. 6 is a flowchart showing a processing operation of a control circuit in a memory control device of a memory system with an arithmetic function according to another embodiment of the present invention.

【図7】本発明の別の実施例による演算機能付きメモリ
システムのメモリ制御装置内の制御回路の処理動作を示
すフローチャートである。
FIG. 7 is a flowchart showing a processing operation of a control circuit in a memory control device of a memory system with an arithmetic function according to another embodiment of the present invention.

【図8】本発明の別の実施例による演算機能付きメモリ
システムのメモリ制御装置内の制御回路の処理動作を示
すフローチャートである。
FIG. 8 is a flowchart showing a processing operation of a control circuit in a memory control device of a memory system with an arithmetic function according to another embodiment of the present invention.

【図9】本発明の別の実施例による演算機能付きメモリ
システムのメモリ制御装置内の制御回路の処理動作を示
すフローチャートである。
FIG. 9 is a flowchart showing a processing operation of a control circuit in a memory control device of a memory system with an arithmetic function according to another embodiment of the present invention.

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

1,2 プロセッサ 3,4 キャッシュメモリ 5 メモリ制御装置 6 演算装置 7 メモリ素子 8 入出力制御装置 9 入出力装置 51 システムバス制御回路 52 メモリ素子制御回路 53 命令デコーダ 54 制御回路 1, 2 processor 3, 4 cache memory 5 memory control device 6 arithmetic device 7 memory element 8 input / output control device 9 input / output device 51 system bus control circuit 52 memory element control circuit 53 instruction decoder 54 control circuit

Claims (21)

【特許請求の範囲】[Claims] 【請求項1】 主記憶と前記主記憶へのアクセスを制御
するメモリ制御装置とからなる演算機能付きメモリシス
テムであって、中央処理装置からの指示内容に応じて前
記主記憶から読出したデータの演算を行う演算手段を前
記メモリ制御装置内部に有することを特徴とする演算機
能付きメモリシステム。
1. A memory system having an arithmetic function comprising a main memory and a memory control device for controlling access to the main memory, wherein a memory read from the main memory in response to an instruction from a central processing unit. A memory system with an arithmetic function, comprising an arithmetic means for performing an arithmetic operation in the memory control device.
【請求項2】 前記演算手段は、前記主記憶の第1のア
ドレスのデータを第2のアドレスに複写するデータ複写
命令及び前記主記憶の第3及び第4のアドレスのデータ
を演算して第5のアドレスへ書込む命令を少なくとも含
む比較的単純な命令の演算を行うよう構成したことを特
徴とする請求項1記載の演算機能付きメモリシステム。
2. The data processing apparatus according to claim 1, wherein said calculating means calculates a data copy instruction for copying data at a first address of said main memory to a second address and data at third and fourth addresses of said main memory. 2. The memory system with an arithmetic function according to claim 1, wherein arithmetic operation of a relatively simple instruction including at least an instruction to be written to the address of 5 is performed.
【請求項3】 前記メモリ制御装置は、前記主記憶から
読出したデータに対する演算を前記演算手段を用いて行
う際に、前記主記憶から読出したデータの前記中央処理
装置への送出を抑止するよう構成したことを特徴とする
請求項1または請求項2記載の演算機能付きメモリシス
テム。
3. The memory control device according to claim 1, wherein when performing an arithmetic operation on the data read from the main storage using the arithmetic unit, the memory control device suppresses transmission of the data read from the main storage to the central processing unit. The memory system with an arithmetic function according to claim 1, wherein the memory system is configured.
【請求項4】 共通のシステムバス上に複数の中央処理
装置が接続されたマルチプロセッサシステムにおいて、
主記憶と前記主記憶を前記システムバスに接続しかつ前
記主記憶へのアクセスを制御するメモリ制御装置とから
なる演算機能付きメモリシステムであって、前記中央処
理装置からの指示内容に応じて前記主記憶から読出した
データの演算を行う演算手段を前記メモリ制御装置内部
に有することを特徴とする演算機能付きメモリシステ
ム。
4. A multiprocessor system in which a plurality of central processing units are connected on a common system bus,
A memory system with an arithmetic function, comprising: a main memory and a memory control device that connects the main memory to the system bus and controls access to the main memory, wherein the memory system is configured to respond to an instruction from the central processing unit. A memory system with an arithmetic function, comprising an arithmetic means for performing an arithmetic operation on data read from a main memory inside the memory control device.
【請求項5】 前記演算手段は、前記主記憶の第1のア
ドレスのデータを第2のアドレスに複写するデータ複写
命令及び前記主記憶の第3及び第4のアドレスのデータ
を演算して第5のアドレスへ書込む命令を少なくとも含
む比較的単純な命令の演算を行うよう構成したことを特
徴とする請求項4記載の演算機能付きメモリシステム。
5. The arithmetic means computes a data copy instruction for copying data at a first address of the main memory to a second address and data at third and fourth addresses of the main memory. 5. The memory system with an arithmetic function according to claim 4, wherein arithmetic operation of a relatively simple instruction including at least an instruction to be written to the address of 5 is performed.
【請求項6】 前記メモリ制御装置は、前記主記憶から
読出したデータに対する演算を前記演算手段を用いて行
う際に、前記主記憶から読出したデータの前記中央処理
装置への送出を抑止するよう構成したことを特徴とする
請求項4または請求項5記載の演算機能付きメモリシス
テム。
6. The memory control device according to claim 1, wherein when performing an arithmetic operation on the data read from the main storage using the arithmetic unit, the memory control device suppresses transmission of the data read from the main storage to the central processing unit. The memory system with an arithmetic function according to claim 4, wherein the memory system is configured.
【請求項7】 複数の中央処理装置が各々対応するシス
テムバスに接続されたマルチプロセッサシステムにおい
て、複数の主記憶と前記複数の主記憶を各々対応するシ
ステムバスに接続しかつ前記複数の主記憶各々へのアク
セスを制御する複数のメモリ制御装置とからなる演算機
能付きメモリシステムであって、前記中央処理装置から
の指示内容に応じて前記主記憶から読出したデータの演
算を行う演算手段を前記複数のメモリ制御装置各々に有
することを特徴とする演算機能付きメモリシステム。
7. In a multiprocessor system in which a plurality of central processing units are connected to corresponding system buses, a plurality of main memories and the plurality of main memories are connected to corresponding system buses, respectively, and the plurality of main memories are connected. A memory system with an arithmetic function comprising a plurality of memory control devices for controlling access to each of the plurality of memory control devices, wherein the arithmetic means for performing an arithmetic operation on the data read from the main memory in accordance with an instruction from the central processing unit; A memory system with an arithmetic function, which is provided in each of a plurality of memory control devices.
【請求項8】 前記演算手段は、前記主記憶の第1のア
ドレスのデータを第2のアドレスに複写するデータ複写
命令及び前記主記憶の第3及び第4のアドレスのデータ
を演算して第5のアドレスへ書込む命令を少なくとも含
む比較的単純な命令の演算を行うよう構成したことを特
徴とする請求項7記載の演算機能付きメモリシステム。
8. The arithmetic means computes a data copy instruction for copying data at a first address of the main memory to a second address and data at third and fourth addresses of the main memory. 8. The memory system with an arithmetic function according to claim 7, wherein arithmetic operation of a relatively simple instruction including at least an instruction to be written to the address 5 is performed.
【請求項9】 前記メモリ制御装置は、対応する主記憶
から読出したデータに対する演算を前記演算手段を用い
て行う際に、当該主記憶から読出したデータの前記中央
処理装置への送出を抑止するよう構成したことを特徴と
する請求項7または請求項8記載の演算機能付きメモリ
システム。
9. The memory control device, when performing an operation on the data read from the corresponding main storage by using the calculation means, suppresses transmission of the data read from the main storage to the central processing unit. 9. The memory system with an arithmetic function according to claim 7, wherein the memory system is configured as described above.
【請求項10】 主記憶と前記主記憶へのアクセスを制
御するメモリ制御装置とからなる演算機能付きメモリシ
ステムのメモリ制御方法であって、中央処理装置からの
指示内容に応じて前記主記憶から読出したデータの演算
を行うステップを前記メモリ制御装置に有することを特
徴とするメモリ制御方法。
10. A memory control method for a memory system with an arithmetic function comprising a main memory and a memory control device for controlling access to said main memory, wherein said memory control method comprises the steps of: A memory control method, comprising the step of performing an operation on read data in the memory control device.
【請求項11】 前記データの演算を行うステップは、
前記主記憶の第1のアドレスのデータを第2のアドレス
に複写するデータ複写命令及び前記主記憶の第3及び第
4のアドレスのデータを演算して第5のアドレスへ書込
む命令を少なくとも含む比較的単純な命令の演算を行う
ようにしたことを特徴とする請求項10記載のメモリ制
御方法。
11. The step of performing an operation on the data,
At least a data copy instruction for copying data at a first address of the main memory to a second address and an instruction for calculating data at third and fourth addresses of the main memory and writing the data to a fifth address are included. 11. The memory control method according to claim 10, wherein a relatively simple operation of an instruction is performed.
【請求項12】 前記主記憶から読出したデータに対す
る演算を行う際に、前記主記憶から読出したデータの前
記中央処理装置への送出を抑止するステップを前記メモ
リ制御装置に含むことを特徴とする請求項10または請
求項11記載のメモリ制御方法。
12. The memory control device according to claim 1, wherein when performing an operation on the data read from the main storage, the memory control device includes a step of suppressing transmission of the data read from the main storage to the central processing unit. The memory control method according to claim 10.
【請求項13】 共通のシステムバス上に複数の中央処
理装置が接続されたマルチプロセッサシステムにおい
て、主記憶と前記主記憶を前記システムバスに接続しか
つ前記主記憶へのアクセスを制御するメモリ制御装置と
からなる演算機能付きメモリシステムのメモリ制御方法
であって、前記中央処理装置からの指示内容に応じて前
記主記憶から読出したデータの演算を行うステップを前
記メモリ制御装置に有することを特徴とするメモリ制御
方法。
13. In a multiprocessor system in which a plurality of central processing units are connected on a common system bus, a memory control for connecting a main memory and the main memory to the system bus and controlling access to the main memory. A memory control method for a memory system with an arithmetic function comprising a device, wherein the memory control device includes a step of performing an arithmetic operation on data read from the main storage in accordance with an instruction from the central processing unit. Memory control method.
【請求項14】 前記データを演算するステップは、前
記主記憶の第1のアドレスのデータを第2のアドレスに
複写するデータ複写命令及び前記主記憶の第3及び第4
のアドレスのデータを演算して第5のアドレスへ書込む
命令を少なくとも含む比較的単純な命令の演算を行うよ
うにしたことを特徴とする請求項13記載のメモリ制御
方法。
14. The method according to claim 1, wherein the step of calculating the data includes: a data copy instruction for copying data at a first address of the main storage to a second address; and third and fourth data of the main storage.
14. The memory control method according to claim 13, wherein a relatively simple instruction including at least an instruction for calculating data at the address and writing the data to the fifth address is calculated.
【請求項15】 前記主記憶から読出したデータに対す
る演算を行う際に、前記主記憶から読出したデータの前
記中央処理装置への送出を抑止するステップを前記メモ
リ制御装置に含むことを特徴とする請求項13または請
求項14記載のメモリ制御方法。
15. The memory control device according to claim 11, wherein when performing an operation on the data read from the main storage, the memory control device includes a step of suppressing transmission of the data read from the main storage to the central processing unit. The memory control method according to claim 13 or claim 14.
【請求項16】 複数の中央処理装置が各々対応するシ
ステムバスに接続されたマルチプロセッサシステムにお
いて、複数の主記憶と前記複数の主記憶を各々対応する
システムバスに接続しかつ前記複数の主記憶各々へのア
クセスを制御する複数のメモリ制御装置とからなる演算
機能付きメモリシステムのメモリ制御方法であって、前
記中央処理装置からの指示内容に応じて前記主記憶から
読出したデータの演算を行うステップを前記複数のメモ
リ制御装置各々に有することを特徴とするメモリ制御方
法。
16. In a multiprocessor system in which a plurality of central processing units are connected to corresponding system buses, a plurality of main memories and the plurality of main memories are connected to corresponding system buses, respectively, and the plurality of main memories are connected. A memory control method for a memory system with an arithmetic function comprising a plurality of memory control devices for controlling access to each of the plurality of memory control devices, wherein an arithmetic operation is performed on data read from the main memory in accordance with an instruction from the central processing unit. A memory control method, comprising the steps of having a plurality of steps in each of the plurality of memory control devices.
【請求項17】 前記データを演算するステップは、前
記主記憶の第1のアドレスのデータを第2のアドレスに
複写するデータ複写命令及び前記主記憶の第3及び第4
のアドレスのデータを演算して第5のアドレスへ書込む
命令を少なくとも含む比較的単純な命令の演算を行うよ
うにしたことを特徴とする請求項16記載のメモリ制御
方法。
17. The method according to claim 17, wherein the step of calculating the data includes: a data copy instruction for copying data at a first address of the main storage to a second address; and a third and fourth data of the main storage.
17. The memory control method according to claim 16, wherein a relatively simple instruction including at least an instruction for calculating data at the address and writing the data to the fifth address is calculated.
【請求項18】 対応する主記憶から読出したデータに
対する演算を行う際に、当該主記憶から読出したデータ
の前記中央処理装置への送出を抑止するステップを前記
複数のメモリ制御装置各々に含むことを特徴とする請求
項16または請求項17記載のメモリ制御方法。
18. When each of the plurality of memory controllers performs an operation on data read from a corresponding main memory, the step of suppressing transmission of the data read from the main memory to the central processing unit is included. 18. The memory control method according to claim 16, wherein:
【請求項19】 主記憶と前記主記憶へのアクセスを制
御するメモリ制御装置とからなる演算機能付きメモリシ
ステムにおいて前記メモリ制御装置に前記主記憶へのア
クセスを制御させるためのメモリ制御プログラムを記録
した記録媒体であって、前記メモリ制御プログラムは前
記メモリ制御装置に、中央処理装置からの指示内容に応
じて前記主記憶から読出したデータの演算を行わせるこ
とを特徴とするメモリ制御プログラムを記録した記録媒
体。
19. A memory control program for causing the memory control device to control access to the main storage in a memory system with an arithmetic function comprising a main storage and a memory control device for controlling access to the main storage. Recording medium, wherein the memory control program causes the memory control device to perform an operation on data read from the main storage in accordance with an instruction from a central processing unit. Recording medium.
【請求項20】 共通のシステムバス上に複数の中央処
理装置が接続されたマルチプロセッサシステムにおい
て、主記憶と前記主記憶を前記システムバスに接続しか
つ前記主記憶へのアクセスを制御するメモリ制御装置と
からなる演算機能付きメモリシステムで前記メモリ制御
装置に前記主記憶へのアクセスを制御させるためのメモ
リ制御プログラムを記録した記録媒体であって、前記メ
モリ制御プログラムは前記メモリ制御装置に、前記中央
処理装置からの指示内容に応じて前記主記憶から読出し
たデータの演算を行わせることを特徴とするメモリ制御
プログラムを記録した記録媒体。
20. In a multiprocessor system in which a plurality of central processing units are connected on a common system bus, a memory control for connecting a main memory and the main memory to the system bus and controlling access to the main memory. A storage medium having a memory control program for causing the memory control device to control access to the main storage in a memory system with an arithmetic function including a device, wherein the memory control program stores the memory control device in the memory control device. A recording medium having recorded thereon a memory control program for performing an operation on data read from the main storage according to an instruction from a central processing unit.
【請求項21】 複数の中央処理装置が各々対応するシ
ステムバスに接続されたマルチプロセッサシステムにお
いて、複数の主記憶と前記複数の主記憶を各々対応する
システムバスに接続しかつ前記複数の主記憶各々へのア
クセスを制御する複数のメモリ制御装置とからなる演算
機能付きメモリシステムで前記メモリ制御装置に前記主
記憶へのアクセスを制御させるためのメモリ制御プログ
ラムを記録した記録媒体であって、前記メモリ制御プロ
グラムは前記複数のメモリ制御装置各々に、前記中央処
理装置からの指示内容に応じて前記主記憶から読出した
データの演算を行わせることを特徴とするメモリ制御プ
ログラムを記録した記録媒体。
21. In a multiprocessor system in which a plurality of central processing units are respectively connected to corresponding system buses, a plurality of main memories and the plurality of main memories are connected to respective corresponding system buses, and the plurality of main memories are connected. A recording medium recording a memory control program for causing the memory control device to control access to the main storage in a memory system with an arithmetic function including a plurality of memory control devices that control access to each of the memory control devices, A storage medium storing a memory control program, wherein the memory control program causes each of the plurality of memory control devices to perform an operation on data read from the main storage in accordance with an instruction from the central processing unit.
JP11037982A 1999-02-17 1999-02-17 Memory system with operation function, method for controlling memory to be used for the system and recording medium recording control program Pending JP2000235516A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11037982A JP2000235516A (en) 1999-02-17 1999-02-17 Memory system with operation function, method for controlling memory to be used for the system and recording medium recording control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11037982A JP2000235516A (en) 1999-02-17 1999-02-17 Memory system with operation function, method for controlling memory to be used for the system and recording medium recording control program

Publications (1)

Publication Number Publication Date
JP2000235516A true JP2000235516A (en) 2000-08-29

Family

ID=12512785

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11037982A Pending JP2000235516A (en) 1999-02-17 1999-02-17 Memory system with operation function, method for controlling memory to be used for the system and recording medium recording control program

Country Status (1)

Country Link
JP (1) JP2000235516A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008007419A1 (en) * 2006-07-10 2008-01-17 Fujitsu Microelectronics Limited Memory controller
JP2019200793A (en) * 2018-05-17 2019-11-21 エスケーハイニックス株式会社SKhynix Inc. Semiconductor system and operating method thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008007419A1 (en) * 2006-07-10 2008-01-17 Fujitsu Microelectronics Limited Memory controller
JP2019200793A (en) * 2018-05-17 2019-11-21 エスケーハイニックス株式会社SKhynix Inc. Semiconductor system and operating method thereof
JP7288344B2 (en) 2018-05-17 2023-06-07 エスケーハイニックス株式会社 Semiconductor system and method of operation

Similar Documents

Publication Publication Date Title
US5168571A (en) System for aligning bytes of variable multi-bytes length operand based on alu byte length and a number of unprocessed byte data
JP2545482B2 (en) Interface device transfer parameter setting method
JP3289661B2 (en) Cache memory system
JPH02227768A (en) Data processing system
JP3075184B2 (en) Main storage system with arithmetic processing function and control method thereof
JPH09330236A (en) Microprocessor and peripheral device for the same
JP2001216194A (en) Arithmetic processor
JP2000235516A (en) Memory system with operation function, method for controlling memory to be used for the system and recording medium recording control program
JP2008090455A (en) Multiprocessor signal processor
JPH01213732A (en) Extended storage system
JPH02123442A (en) Accelerated memory
JPH09282221A (en) Main memory controller
JP2000227895A (en) Device and method for transferring image data
EP0502206A1 (en) System equipped with processor and cache memory, and method of controlling said cache memory
US5694584A (en) Information processing system capable of quickly processing a parameter and a command necessary for drawing processing
CN1326050C (en) Method for operating a CPU having an internal data cache
JP2845746B2 (en) Micro program controller
JPH05250258A (en) Cache control system
JPS60108958A (en) Inter-processor information transfer control system
JPS60123944A (en) Buffer memory controlling system of information processor
JPH0512114A (en) Cache memory
JP2568760B2 (en) Product-sum operation circuit
JPH05120155A (en) Microprogram controller
JPS60142450A (en) Storage system
JPH0231265A (en) Dma controller